diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-06-24 05:03:16 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-06-24 05:03:16 +0300 |
commit | fe125abc724120f52bd7111007674f597e890276 (patch) | |
tree | 4b2e4715bbf53890ef948df6064bc0fb7c734151 /media-video/vlc | |
parent | 36060c33c56abb063b705862062fd5722f30c0ca (diff) |
vlc: wayland deps handling
Diffstat (limited to 'media-video/vlc')
-rw-r--r-- | media-video/vlc/vlc-scm.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-video/vlc/vlc-scm.ebuild b/media-video/vlc/vlc-scm.ebuild index 58b7078..997a985 100644 --- a/media-video/vlc/vlc-scm.ebuild +++ b/media-video/vlc/vlc-scm.ebuild @@ -33,7 +33,7 @@ IUSE="a52 aalib alsa altivec atmo +audioqueue avahi +avcodec png +postproc projectm pulseaudio +qt4 qt5 rdp rtsp run-as-root samba schroedinger sdl sdl-image sftp shout sid skins speex cpu_flags_x86_sse svg +swscale taglib theora tremor truetype twolame udev upnp vaapi v4l vcdx vdpau - vlm vnc vorbis vpx wma-fixed +X x264 x265 +xcb xml xv zvbi" + vlm vnc vorbis vpx -wayland wma-fixed +X x264 x265 +xcb xml xv zvbi" RDEPEND=" !<media-video/ffmpeg-1.2:0 @@ -136,7 +136,8 @@ RDEPEND=" !libav? ( media-video/ffmpeg:0=[vaapi] ) libav? ( media-video/libav:0=[vaapi] ) ) - vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 )" + vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 ) + wayland? ( dev-libs/wayland-protocols )" # Temporarily block non-live FFMPEG versions as they break vdpau, 9999 works; # thus we'll have to wait for a new release there. @@ -394,6 +395,7 @@ src_configure() { $(use_enable vorbis) \ $(use_enable vpx) \ $(use_enable wma-fixed) \ + $(use_enable wayland) \ $(use_with X x) \ $(use_enable x264) \ $(use_enable xcb) \ |