Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 641490

Summary: media-video/ffmpeg and media-video/vlc need slot-operator deps for x11-libs/libva
Product: Gentoo Linux Reporter: Mike Gilbert <floppym>
Component: Current packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal CC: aballier, asturm
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=641632
https://bugs.gentoo.org/show_bug.cgi?id=641634
https://bugs.gentoo.org/show_bug.cgi?id=641636
https://bugs.gentoo.org/show_bug.cgi?id=641638
https://bugs.gentoo.org/show_bug.cgi?id=641640
https://bugs.gentoo.org/show_bug.cgi?id=641642
Whiteboard:
Package list:
Runtime testing required: ---

Description Mike Gilbert gentoo-dev 2017-12-17 18:21:35 UTC
ffmpeg and vlc were not automatically rebuilt after the libva SONAME change.

!!! existing preserved libs:
>>> package: x11-libs/libva-2.0.0
 *  - /usr/lib/libva-drm.so.1
 *  - /usr/lib/libva-drm.so.1.4000.0
 *      used by /usr/lib/libavutil.so.55.78.100 (media-video/ffmpeg-3.4)
 *  - /usr/lib/libva-x11.so.1
 *  - /usr/lib/libva-x11.so.1.4000.0
 *      used by /usr/lib/libavutil.so.55.78.100 (media-video/ffmpeg-3.4)
 *  - /usr/lib/libva.so.1
 *  - /usr/lib/libva.so.1.4000.0
 *      used by /usr/lib/libavcodec.so.57.107.100 (media-video/ffmpeg-3.4)
 *      used by /usr/lib/libavfilter.so.6.107.100 (media-video/ffmpeg-3.4)
 *      used by /usr/lib/libavutil.so.55.78.100 (media-video/ffmpeg-3.4)
 *  - /usr/lib64/libva-drm.so.1
 *  - /usr/lib64/libva-drm.so.1.4000.0
 *      used by /usr/lib64/libavutil.so.55.78.100 (media-video/ffmpeg-3.4)
 *      used by /usr/lib64/vlc/plugins/codec/libvaapi_drm_plugin.so (media-video/vlc-2.2.8)
 *  - /usr/lib64/libva-x11.so.1
 *  - /usr/lib64/libva-x11.so.1.4000.0
 *      used by /usr/bin/mpv (media-video/mpv-0.27.0)
 *      used by /usr/lib64/libavutil.so.55.78.100 (media-video/ffmpeg-3.4)
 *      used by /usr/lib64/vlc/plugins/codec/libvaapi_x11_plugin.so (media-video/vlc-2.2.8)
 *  - /usr/lib64/libva.so.1
 *  - /usr/lib64/libva.so.1.4000.0
 *      used by /usr/bin/mpv (media-video/mpv-0.27.0)
 *      used by /usr/lib64/libavcodec.so.57.107.100 (media-video/ffmpeg-3.4)
 *      used by /usr/lib64/libavfilter.so.6.107.100 (media-video/ffmpeg-3.4)
 *      used by 3 other files
Comment 1 Larry the Git Cow gentoo-dev 2017-12-17 22:22:03 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd6b135b7b62a24f92d185a69e8a4cb8cb975af7

commit cd6b135b7b62a24f92d185a69e8a4cb8cb975af7
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2017-12-17 22:13:14 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2017-12-17 22:21:45 +0000

    media-video/vlc: Add missing slot operator
    
    Bug: https://bugs.gentoo.org/641490
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-video/vlc/vlc-2.2.8.ebuild    | 2 +-
 media-video/vlc/vlc-2.2.9999.ebuild | 2 +-
 media-video/vlc/vlc-3.0.9999.ebuild | 2 +-
 media-video/vlc/vlc-9999.ebuild     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)}
Comment 2 Larry the Git Cow gentoo-dev 2019-10-02 11:52:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c26191a4539f0ea143b19ca30d9a5e5f2922fd

commit 70c26191a4539f0ea143b19ca30d9a5e5f2922fd
Author:     Alexis Ballier <aballier@gentoo.org>
AuthorDate: 2019-10-02 10:21:25 +0000
Commit:     Alexis Ballier <aballier@gentoo.org>
CommitDate: 2019-10-02 11:51:50 +0000

    media-video/ffmpeg: add missing := dep on libva
    
    Closes: https://bugs.gentoo.org/641490
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    Signed-off-by: Alexis Ballier <aballier@gentoo.org>

 media-video/ffmpeg/ffmpeg-4.2.1.ebuild | 2 +-
 media-video/ffmpeg/ffmpeg-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)