Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 539994 - media-video/mpv-0.7.3::gentoo links against libav despite recent news and USE=-libav
Summary: media-video/mpv-0.7.3::gentoo links against libav despite recent news and USE...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-13 16:56 UTC by Thomas Capricelli
Modified: 2015-02-13 21:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Capricelli 2015-02-13 16:56:34 UTC
orzel@berlioz /home/orzel% emerge mpv 

[ebuild   R   ] media-video/mpv-0.7.3  USE="X alsa cdio cli dvd dvdnav egl enca encode iconv jack joystick jpeg ladspa lcms libass lua mpg123 opengl v4l vaapi vdpau wayland xinerama xscreensaver xv -bluray -bs2b -doc-pdf -dvb -libav -libcaca -libguess -libmpv -lirc -luajit -openal -oss -portaudio -postproc -pulseaudio -pvr -samba -sdl (-selinux) -vf-dlopen" 

Would you like to merge these packages? [Yes/No] >>> Verifying ebuild manifests
>>> Emerging (1 of 1) media-video/mpv-0.7.3::gentoo
>>> Installing (1 of 1) media-video/mpv-0.7.3::gentoo
>>> Jobs: 1 of 1 complete                           Load avg: 2.80, 1.87, 2.38

!!! existing preserved libs found
orzel@berlioz /home/orzel% ldd /usr/bin//mpv | grep ffm
orzel@berlioz /home/orzel% ldd /usr/bin//mpv | grep av
        libdvdnav.so.4 => /usr/lib64/libdvdnav.so.4 (0x00007ffc85aa8000)
        libavutil.so.54 => /usr/lib64/libavutil.so.54 (0x00007ffc84d22000)
        libavcodec.so.56 => /usr/lib64/libavcodec.so.56 (0x00007ffc83b63000)
        libavformat.so.56 => /usr/lib64/libavformat.so.56 (0x00007ffc83797000)
        libavfilter.so.5 => /usr/lib64/libavfilter.so.5 (0x00007ffc8251e000)
        libavdevice.so.56 => /usr/lib64/libavdevice.so.56 (0x00007ffc810cb000)
        libwavpack.so.1 => /usr/lib64/libwavpack.so.1 (0x00007ffc7de87000)
        libavresample.so.2 => /usr/lib64/libavresample.so.2 (0x00007ffc7a906000)
orzel@berlioz /home/orzel% 


Reproducible: Always
Comment 1 Ben Kohler gentoo-dev 2015-02-13 17:08:37 UTC
Most of the libs in ffmpeg have always been called libav*, this doesn't mean you're using media-video/libav.  Use qfile to check what package owns those /usr/lib64/libav* files
Comment 2 Thomas Capricelli 2015-02-13 21:13:53 UTC
I checked and you're probably right !
Sorry for the noise.
Comment 3 Thomas Capricelli 2015-02-13 21:14:15 UTC
(In reply to Thomas Capricelli from comment #2)
> I checked and you're probably right !
> Sorry for the noise.

You're _definitely_ right, i meant.