diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-05-23 21:00:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-05-23 21:00:45 +0000 |
commit | 24b6b0364b4f60eb7883f0c854ee196102db93be (patch) | |
tree | 3c384221ead2d246c4dcdac5926264d96eda3656 /media-tv/xbmc | |
parent | stable amd64, bug 313825 (diff) | |
download | gentoo-2-24b6b0364b4f60eb7883f0c854ee196102db93be.tar.gz gentoo-2-24b6b0364b4f60eb7883f0c854ee196102db93be.tar.bz2 gentoo-2-24b6b0364b4f60eb7883f0c854ee196102db93be.zip |
Make hal support optional via USE=hal now that upstream supports it #319193 by hal.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-tv/xbmc')
-rw-r--r-- | media-tv/xbmc/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/xbmc/xbmc-9999.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/media-tv/xbmc/ChangeLog b/media-tv/xbmc/ChangeLog index cbbe7a740d50..58a395c5de94 100644 --- a/media-tv/xbmc/ChangeLog +++ b/media-tv/xbmc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/xbmc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.56 2010/05/23 20:47:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.57 2010/05/23 21:00:45 vapier Exp $ + + 23 May 2010; Mike Frysinger <vapier@gentoo.org> xbmc-9999.ebuild: + Make hal support optional via USE=hal now that upstream supports it + #319193 by hal. 23 May 2010; Mike Frysinger <vapier@gentoo.org> xbmc-9.11-r4.ebuild, xbmc-9999.ebuild: diff --git a/media-tv/xbmc/xbmc-9999.ebuild b/media-tv/xbmc/xbmc-9999.ebuild index 61dd6c657759..9125bfff6112 100644 --- a/media-tv/xbmc/xbmc-9999.ebuild +++ b/media-tv/xbmc/xbmc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.54 2010/05/23 20:47:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.55 2010/05/23 21:00:45 vapier Exp $ EAPI="2" @@ -26,7 +26,7 @@ HOMEPAGE="http://xbmc.org/" LICENSE="GPL-2" SLOT="0" -IUSE="aac alsa altivec avahi css debug joystick midi profile pulseaudio sse sse2 vaapi vdpau xrandr" +IUSE="aac alsa altivec avahi css debug hal joystick midi profile pulseaudio sse sse2 vaapi vdpau xrandr" RDEPEND="virtual/opengl app-arch/bzip2 @@ -75,7 +75,7 @@ RDEPEND="virtual/opengl net-misc/curl || ( >=net-fs/samba-3.4.6[smbclient] <net-fs/samba-3.3 ) sys-apps/dbus - sys-apps/hal + hal? ( sys-apps/hal ) sys-libs/zlib virtual/mysql x11-apps/xdpyinfo @@ -167,6 +167,7 @@ src_configure() { $(use_enable css dvdcss) \ $(use_enable debug) \ $(use_enable aac faac) \ + $(use_enable hal) \ $(use_enable joystick) \ $(use_enable midi mid) \ $(use_enable profile profiling) \ |