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
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')
-rw-r--r--media-tv/xbmc/ChangeLog6
-rw-r--r--media-tv/xbmc/metadata.xml1
-rw-r--r--media-tv/xbmc/xbmc-9999.ebuild7
3 files changed, 10 insertions, 4 deletions
diff --git a/media-tv/xbmc/ChangeLog b/media-tv/xbmc/ChangeLog
index 6cd9019ea153..82574e00553e 100644
--- a/media-tv/xbmc/ChangeLog
+++ b/media-tv/xbmc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/xbmc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.100 2011/09/29 04:16:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.101 2011/10/01 18:38:58 vapier Exp $
+
+ 01 Oct 2011; Mike Frysinger <vapier@gentoo.org> xbmc-9999.ebuild,
+ metadata.xml:
+ Make plist depend into USE=airplay #384571 by BT.
29 Sep 2011; Mike Frysinger <vapier@gentoo.org> xbmc-9999.ebuild:
Make samba support optional now that upstream allows it to be disabled
diff --git a/media-tv/xbmc/metadata.xml b/media-tv/xbmc/metadata.xml
index 879b16b47a1a..fa7064755fa6 100644
--- a/media-tv/xbmc/metadata.xml
+++ b/media-tv/xbmc/metadata.xml
@@ -3,6 +3,7 @@
<pkgmetadata>
<herd>xbox</herd>
<use>
+ <flag name='airplay'>enable AirPlay support</flag>
<flag name='bluray'>Enable playback of Blu-ray filesystems</flag>
<flag name='midi'>Support MIDI files</flag>
<flag name="rtmp">Enable Real Time Messaging Protocol using librtmp</flag>
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) \