summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-11-27 20:26:37 +0100
committerPacho Ramos <pacho@gentoo.org>2016-11-27 21:03:41 +0100
commit39a6c7d9ea2d4f72bce64fc637526032b9bd83c4 (patch)
tree969acc0fcd2d28754e73b1a165add3f90f617bde /media-libs/xine-lib/xine-lib-1.2.9999.ebuild
parentmail-client/alpine: Disable topal support per bug #596532 (diff)
downloadgentoo-39a6c7d9ea2d4f72bce64fc637526032b9bd83c4.tar.gz
gentoo-39a6c7d9ea2d4f72bce64fc637526032b9bd83c4.tar.bz2
gentoo-39a6c7d9ea2d4f72bce64fc637526032b9bd83c4.zip
media-libs/xine-lib: Allow usage of directfb fusionsound and use the same name for the USE as the other consumer in the tree and the one upstream uses too.
Package-Manager: portage-2.3.2
Diffstat (limited to 'media-libs/xine-lib/xine-lib-1.2.9999.ebuild')
-rw-r--r--media-libs/xine-lib/xine-lib-1.2.9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild
index 415fe0abf91e..eadba6e1b721 100644
--- a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild
+++ b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild
@@ -25,7 +25,7 @@ HOMEPAGE="http://xine.sourceforge.net/"
LICENSE="GPL-2"
SLOT="1"
-IUSE="a52 aac aalib +alsa altivec bluray +css directfb dts dvb dxr3 fbcon flac fusion gtk imagemagick ipv6 jack jpeg libav libcaca mad +mmap mng modplug musepack opengl oss pulseaudio samba sdl speex theora truetype v4l vaapi vcd vdpau vdr vidix +vis vorbis vpx wavpack +X +xcb xinerama +xv xvmc ${NLS_IUSE}"
+IUSE="a52 aac aalib +alsa altivec bluray +css directfb dts dvb dxr3 fbcon flac fusionsound gtk imagemagick ipv6 jack jpeg libav libcaca mad +mmap mng modplug musepack opengl oss pulseaudio samba sdl speex theora truetype v4l vaapi vcd vdpau vdr vidix +vis vorbis vpx wavpack +X +xcb xinerama +xv xvmc ${NLS_IUSE}"
RDEPEND="${NLS_RDEPEND}
dev-libs/libxdg-basedir
@@ -47,7 +47,7 @@ RDEPEND="${NLS_RDEPEND}
dts? ( media-libs/libdca )
dxr3? ( media-libs/libfame )
flac? ( media-libs/flac )
- fusion? ( media-libs/FusionSound )
+ fusionsound? ( || ( >=media-libs/FusionSound-1.1.1 >=dev-libs/DirectFB-1.7.1[fusionsound] ) )
gtk? ( x11-libs/gdk-pixbuf:2 )
imagemagick? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick ) )
jack? ( >=media-sound/jack-audio-connection-kit-0.100 )
@@ -191,7 +191,7 @@ src_configure() {
$(use_with X x) \
$(use_with alsa) \
--without-esound \
- $(use_with fusion fusionsound) \
+ $(use_with fusionsound) \
$(use_with jack) \
$(use_with pulseaudio) \
$(use_with libcaca caca) \