diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-12-31 18:19:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-12-31 18:19:26 +0000 |
commit | 05625fe40a5d9436eecb086583acedfc281c59a4 (patch) | |
tree | 66ecb6aabc526c0373688c65ce7eb4a190c81122 /media-tv/xbmc/xbmc-9999.ebuild | |
parent | Version bump: Be compatible with old (< 0.7.0) and new (>= 0.7.0) libnotify, ... (diff) | |
download | historical-05625fe40a5d9436eecb086583acedfc281c59a4.tar.gz historical-05625fe40a5d9436eecb086583acedfc281c59a4.tar.bz2 historical-05625fe40a5d9436eecb086583acedfc281c59a4.zip |
Patch by Samuli Suominen to drop hal support in favor of upstream replacements #349523.
Package-Manager: portage-2.2.0_alpha10/cvs/Linux x86_64
Diffstat (limited to 'media-tv/xbmc/xbmc-9999.ebuild')
-rw-r--r-- | media-tv/xbmc/xbmc-9999.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/media-tv/xbmc/xbmc-9999.ebuild b/media-tv/xbmc/xbmc-9999.ebuild index cb4ecb967e1c..04e0f2e54a4c 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.67 2010/12/23 22:22:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.68 2010/12/31 18:19:26 vapier Exp $ EAPI="2" @@ -26,9 +26,9 @@ HOMEPAGE="http://xbmc.org/" LICENSE="GPL-2" SLOT="0" -IUSE="alsa altivec avahi css debug hal joystick midi profile pulseaudio rtmp sse sse2 vaapi vdpau webserver xrandr" +IUSE="alsa altivec avahi css debug joystick midi profile pulseaudio rtmp sse sse2 udev vaapi vdpau webserver xrandr" -RDEPEND="virtual/opengl +COMMON_DEPEND="virtual/opengl app-arch/bzip2 app-arch/unrar app-arch/unzip @@ -77,7 +77,6 @@ RDEPEND="virtual/opengl net-misc/curl || ( >=net-fs/samba-3.4.6[smbclient] <net-fs/samba-3.3 ) sys-apps/dbus - hal? ( sys-apps/hal ) sys-libs/zlib virtual/mysql x11-apps/xdpyinfo @@ -91,7 +90,9 @@ RDEPEND="virtual/opengl xrandr? ( x11-libs/libXrandr ) x11-libs/libXrender" # The cpluff bundled addon uses gettext which needs CVS ... -DEPEND="${RDEPEND} +RDEPEND="${COMMON_DEPEND} + udev? ( sys-fs/udisks sys-power/upower )" +DEPEND="${COMMON_DEPEND} dev-util/gperf dev-vcs/cvs x11-proto/xineramaproto @@ -172,7 +173,7 @@ src_configure() { $(use_enable avahi) \ $(use_enable css dvdcss) \ $(use_enable debug) \ - $(use_enable hal) \ + --disable-hal \ $(use_enable joystick) \ $(use_enable midi mid) \ $(use_enable profile profiling) \ |