summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2014-04-20 12:38:29 +0000
committerJulian Ospald <hasufell@gentoo.org>2014-04-20 12:38:29 +0000
commit96d7f374eec991e7b17e765b85457c10d3d0cb68 (patch)
treee26acdb736b1fe04182e6ec93237d493fd6f5143 /media-video/mpv/mpv-9999.ebuild
parentmask 'media-video/mpv sdl' on arches where media-libs/libsdl2 is not keyworde... (diff)
downloadgentoo-2-96d7f374eec991e7b17e765b85457c10d3d0cb68.tar.gz
gentoo-2-96d7f374eec991e7b17e765b85457c10d3d0cb68.tar.bz2
gentoo-2-96d7f374eec991e7b17e765b85457c10d3d0cb68.zip
add sdl USE flag wrt #506982
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'media-video/mpv/mpv-9999.ebuild')
-rw-r--r--media-video/mpv/mpv-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 5a55a467df76..79419adbc25c 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.46 2014/04/18 09:56:21 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.47 2014/04/20 12:38:29 hasufell Exp $
EAPI=5
@@ -23,7 +23,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
IUSE="+alsa bluray bs2b +cdio -doc-pdf dvb +dvd dvdnav +enca encode +iconv jack -joystick
jpeg ladspa lcms +libass libcaca libguess lirc lua luajit +mpg123 -openal +opengl
-oss portaudio +postproc pulseaudio pvr +quvi samba selinux +shm v4l vaapi vcd vdpau
+oss portaudio +postproc pulseaudio pvr +quvi samba sdl selinux +shm v4l vaapi vcd vdpau
vf-dlopen wayland +X xinerama +xscreensaver +xv"
REQUIRED_USE="
@@ -107,6 +107,7 @@ RDEPEND+="
)
)
samba? ( net-fs/samba )
+ sdl? ( media-libs/libsdl2[threads] )
selinux? ( sec-policy/selinux-mplayer )
v4l? ( media-libs/libv4l )
wayland? (
@@ -169,7 +170,7 @@ src_configure() {
--disable-build-date \
--disable-debug-build \
--disable-sdl1 \
- --disable-sdl2 \
+ $(use_enable sdl sdl2) \
--disable-rsound \
--disable-vapoursynth \
$(use_enable encode encoding) \