Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 698842 - media-video/vlc - dependency on media-libs/dav1d should be sub-SLOTted
Summary: media-video/vlc - dependency on media-libs/dav1d should be sub-SLOTted
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-29 12:47 UTC by Doppler
Modified: 2019-11-20 13:18 UTC (History)
0 users

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 Doppler 2019-10-29 12:47:02 UTC
media-libs/dav1d is a subslotted package as dav1d changes SONAME occasionally. As such, vlc should have a := dependency on it in order to mark it for rebuilding.

Reproducible: Always

Steps to Reproduce:
1. Install vlc with USE=dav1d
2. Update dav1d to a version with a different SONAME
Actual Results:  
dav1d is upgraded and the old libraries are preserved, pending a @preserved-rebuild (assuming you're not crazy enough to run with FEATURES=-preserve-libs)

Expected Results:  
vlc is pulled in immediately for rebuilding against the new SONAME
Comment 1 Larry the Git Cow gentoo-dev 2019-11-20 13:18:05 UTC
The bug has been closed via the following commit(s):

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

commit 537e738ecc868f2e834bc0ed5e267bc8e14a20dd
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-11-20 13:10:38 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-11-20 13:17:49 +0000

    media-video/vlc: Add slot operator on media-libs/dav1d
    
    Reported-by: Doppler <sevener.gentoo@cock.li>
    Closes: https://bugs.gentoo.org/698842
    Package-Manager: Portage-2.3.79, Repoman-2.3.18
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-video/vlc/vlc-3.0.8.ebuild    | 2 +-
 media-video/vlc/vlc-3.0.9999.ebuild | 2 +-
 media-video/vlc/vlc-9999.ebuild     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)