summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-10-01 18:38:58 +0000
committerMike Frysinger <vapier@gentoo.org>2011-10-01 18:38:58 +0000
commit0f8967e2b4e86001a4732f75a8ea45c3caa2950c (patch)
tree0309611d4f9704972ce3cfdb8fd013b11bdd996d /media-tv/xbmc/xbmc-9999.ebuild
parentRename USE="v4l2" to USE="v4l" wrt #385241 (diff)
downloadgentoo-2-0f8967e2b4e86001a4732f75a8ea45c3caa2950c.tar.gz
gentoo-2-0f8967e2b4e86001a4732f75a8ea45c3caa2950c.tar.bz2
gentoo-2-0f8967e2b4e86001a4732f75a8ea45c3caa2950c.zip
Make plist depend into USE=airplay #384571 by BT.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'media-tv/xbmc/xbmc-9999.ebuild')
-rw-r--r--media-tv/xbmc/xbmc-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-tv/xbmc/xbmc-9999.ebuild b/media-tv/xbmc/xbmc-9999.ebuild
index f94d20a813c0..75f267772b4c 100644
--- a/media-tv/xbmc/xbmc-9999.ebuild
+++ b/media-tv/xbmc/xbmc-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.89 2011/09/29 04:16:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.90 2011/10/01 18:38:58 vapier Exp $
EAPI="2"
@@ -22,14 +22,14 @@ HOMEPAGE="http://xbmc.org/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="alsa altivec avahi bluray css debug joystick midi profile pulseaudio +rsxs rtmp +samba sse sse2 udev vaapi vdpau webserver +xrandr"
+IUSE="airplay alsa altivec avahi bluray css debug joystick midi profile pulseaudio +rsxs rtmp +samba sse sse2 udev vaapi vdpau webserver +xrandr"
COMMON_DEPEND="virtual/opengl
app-arch/bzip2
app-arch/unzip
app-arch/zip
app-i18n/enca
- app-pda/libplist
+ airplay? ( app-pda/libplist )
>=dev-lang/python-2.4
dev-libs/boost
dev-libs/fribidi
@@ -162,6 +162,7 @@ src_configure() {
--enable-external-libraries \
--enable-goom \
--enable-gl \
+ $(use_enable airplay) \
$(use_enable avahi) \
$(use_enable bluray libbluray) \
$(use_enable css dvdcss) \