Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 556860 - media-video/vlc[vdpau] requires USE=xcb
Summary: media-video/vlc[vdpau] requires USE=xcb
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nick Andrade
URL: https://trac.videolan.org/vlc/ticket/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-06 15:21 UTC by om3i
Modified: 2015-10-29 08:30 UTC (History)
0 users

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


Attachments
emerge --info (111,3.58 KB, text/plain)
2015-08-06 15:22 UTC, om3i
Details
vlc-2.2.1-r1_vdpau_xcb.patch (vlc-2.2.1-r1_vdpau_xcb.patch,271 bytes, patch)
2015-10-29 05:20 UTC, Nick Andrade
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description om3i 2015-08-06 15:21:45 UTC
Otherwise only vdpau decoder is built, but not vdpau video output which is:

/usr/lib64/vlc/plugins/vdpau/libvdpau_display_plugin.so

Reproducible: Always
Comment 1 om3i 2015-08-06 15:22:21 UTC
Created attachment 408412 [details]
emerge --info
Comment 2 Nick Andrade 2015-10-26 04:44:24 UTC
Thanks, some research indicates you are correct.  

Upstream fix is here: http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?p=vlc/vlc-2.2.git;a=commit;h=55574f4261cac5260bd316d024fbf142d4ad3252

Will fix in Gentoo via adding the REQUIRED_USE:
vdpau? ( xcb )

I will work with folks in #gentoo-proxy-maint to get change added.
Comment 3 Nick Andrade 2015-10-29 05:20:38 UTC
Created attachment 415672 [details, diff]
vlc-2.2.1-r1_vdpau_xcb.patch

Patch to 2.2.1-r1 ebuild to add the REQUIRED_USE.
Comment 4 Ian Delaney (RETIRED) gentoo-dev 2015-10-29 08:27:47 UTC
Author: Amy Winston <amynka@gentoo.org>
Date:   Thu Oct 29 08:03:25 2015 +0100

    media-video/vlc: use for vdpau and skins changed bug #556860 and #563398. By sdnick484.