Closed lfom closed 2 years ago
It's been bumped, try again @lfom. It already has mpv
in depends :confused:
pacman -F libmpv.so.1
community/emby-theater 3.0.16-1
usr/lib/emby-theater/libmpv.so.1
community/mpv 1:0.34.1-5 [installed: 1:0.35.0-2]
usr/lib/libmpv.so.1
chaotic-aur/mpv-full 0.34.1-2
usr/lib/libmpv.so.1
@Technetium1 Thanks, it seems it is working fine now.
$ ldd /usr/bin/stremio | grep -e mpv
libmpv.so.2 => /usr/lib/libmpv.so.2 (0x00007f3ecd8a1000)
$ paru -Q | grep stremio
stremio 4.4.159-1.1
If you do not mind: I get the same output for pacman -F
, but both community/mpv and chaotic-aur/mpv-full actually install packages with libmpv.so.2 instead... It should not happen, right? Where is the problem and where I should send reports about this to?
Glad it's fixed. I can't say that I know why exactly this happened for sure… :thinking:
What happens?
stremio
package does not launch, instead it shows this error:What is expected to happen?
stremio
should start and run without errors.If possible, please attach logs
More information
I also tried to install
mpv-full
from chaotic-aur but, as expected, it also installs libmpv.so.2. Buildingstremio
from AUR works, so I guess there was some problem buildingstremio
in the Chaotic repository, for some reason it was linked against libmpv.so.1.Thanks for creating and maintaining all packages!