Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 705442 - media-libs/xine-lib, media-video/gxine, media-video/ffmpeg: Merge IUSE=xcb into IUSE=X
Summary: media-libs/xine-lib, media-video/gxine, media-video/ffmpeg: Merge IUSE=xcb in...
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: 2020-01-14 21:40 UTC by Matt Turner
Modified: 2020-01-23 19: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 Matt Turner gentoo-dev 2020-01-14 21:40:32 UTC
IUSE=X is the common way of enabling X support, and libX11 unconditionally depends on libxcb, so rarely does IUSE=xcb make much sense. Anyone with USE=X will already have libxcb on their system.

xine-lib has this in its dependencies:

    X? (
        x11-libs/libX11
        x11-libs/libXext
    )
    xcb? ( x11-libs/libxcb )


which doesn't make much sense since libX11 depends on libxcb unconditionally.

Similarly, gxine depends on libX11 unconditionally, but then still has IUSE=xcb which does

    xcb? ( x11-libs/libxcb )

Please remove IUSE=xcb from both packages.
Comment 1 Matt Turner gentoo-dev 2020-01-14 21:43:31 UTC
Same situation with media-video/ffmpeg too:

    X? (
        >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
        >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
        >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]
    )
    xcb? ( >=x11-libs/libxcb-1.4[${MULTILIB_USEDEP}] )
Comment 2 Matt Turner gentoo-dev 2020-01-14 22:53:22 UTC
ffmpeg[xcb] has only one revdep: media-video/peek. I'll need to be updated *and* revbumped.

Neither of the other packages have revdeps that need updating, since nothing depends on them having xcb enabled.
Comment 3 Larry the Git Cow gentoo-dev 2020-01-23 19:18:28 UTC
The bug has been closed via the following commit(s):

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

commit 2a2948d65302f92f6286481cc87520b5ce467675
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2020-01-23 19:14:49 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2020-01-23 19:17:59 +0000

    media-libs/xine-lib: Drop IUSE=xcb
    
    Closes: https://bugs.gentoo.org/705442
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 media-libs/xine-lib/xine-lib-1.2.9-r2.ebuild | 6 +++---
 media-libs/xine-lib/xine-lib-1.2.9999.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

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

commit 160cd68a1e66d8a0586f53a293a421e66c1010d5
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2020-01-23 19:13:19 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2020-01-23 19:17:59 +0000

    media-video/gxine: Drop IUSE=xcb
    
    Closes: https://bugs.gentoo.org/705442
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 media-video/gxine/gxine-0.5.909.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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

commit 96e577c5839c2fddcddfb0c1d876ba174e6dafd5
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2020-01-23 19:11:20 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2020-01-23 19:17:59 +0000

    media-video/ffmpeg: Drop IUSE=xcb
    
    Closes: https://bugs.gentoo.org/705442
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 media-video/ffmpeg/ffmpeg-4.2.2.ebuild | 5 ++---
 media-video/ffmpeg/ffmpeg-9999.ebuild  | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)