diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-01-18 04:34:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-01-18 04:34:39 +0000 |
commit | 0abf10e82f314a1ca25fb33e52cf6dc659c73296 (patch) | |
tree | 2bd4227712546f7985f1a27b0bc567d2502aa437 /media-tv | |
parent | Version bump. (diff) | |
download | gentoo-2-0abf10e82f314a1ca25fb33e52cf6dc659c73296.tar.gz gentoo-2-0abf10e82f314a1ca25fb33e52cf6dc659c73296.tar.bz2 gentoo-2-0abf10e82f314a1ca25fb33e52cf6dc659c73296.zip |
Disable support for USE=-opengl #298529 by Diego E. Pettenò.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/xbmc/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/xbmc/xbmc-9.11-r1.ebuild | 8 | ||||
-rw-r--r-- | media-tv/xbmc/xbmc-9999.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/media-tv/xbmc/ChangeLog b/media-tv/xbmc/ChangeLog index 327f2ec60f52..67712e72ec39 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.43 2010/01/17 21:29:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.44 2010/01/18 04:34:39 vapier Exp $ + + 18 Jan 2010; Mike Frysinger <vapier@gentoo.org> xbmc-9.11-r1.ebuild, + xbmc-9999.ebuild: + Disable support for USE=-opengl #298529 by Diego E. Pettenò. *xbmc-9.11-r1 (17 Jan 2010) diff --git a/media-tv/xbmc/xbmc-9.11-r1.ebuild b/media-tv/xbmc/xbmc-9.11-r1.ebuild index 3272415ee454..7237b06e0edb 100644 --- a/media-tv/xbmc/xbmc-9.11-r1.ebuild +++ b/media-tv/xbmc/xbmc-9.11-r1.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-9.11-r1.ebuild,v 1.1 2010/01/17 21:29:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9.11-r1.ebuild,v 1.2 2010/01/18 04:34:39 vapier Exp $ EAPI="2" @@ -26,9 +26,9 @@ HOMEPAGE="http://xbmc.org/" LICENSE="GPL-2" SLOT="0" -IUSE="aac alsa altivec avahi css debug joystick midi opengl profile pulseaudio sse sse2 vdpau xrandr" +IUSE="aac alsa altivec avahi css debug joystick midi profile pulseaudio sse sse2 vdpau xrandr" -RDEPEND="opengl? ( virtual/opengl ) +RDEPEND="virtual/opengl app-arch/bzip2 || ( app-arch/unrar app-arch/unrar-gpl ) app-arch/unzip @@ -166,13 +166,13 @@ src_configure() { --disable-optimizations \ --enable-external-libraries \ --enable-goom \ + --enable-gl \ $(use_enable avahi) \ $(use_enable css dvdcss) \ $(use_enable debug) \ $(use_enable aac faac) \ $(use_enable joystick) \ $(use_enable midi mid) \ - $(use_enable opengl gl) \ $(use_enable profile profiling) \ $(use_enable pulseaudio pulse) \ $(use_enable vdpau) \ diff --git a/media-tv/xbmc/xbmc-9999.ebuild b/media-tv/xbmc/xbmc-9999.ebuild index 0d621f8f2c05..d24b775f14b0 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.46 2010/01/17 21:26:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.47 2010/01/18 04:34:39 vapier Exp $ EAPI="2" @@ -26,9 +26,9 @@ HOMEPAGE="http://xbmc.org/" LICENSE="GPL-2" SLOT="0" -IUSE="aac alsa altivec avahi css debug joystick midi opengl profile pulseaudio sse sse2 vdpau xrandr" +IUSE="aac alsa altivec avahi css debug joystick midi profile pulseaudio sse sse2 vdpau xrandr" -RDEPEND="opengl? ( virtual/opengl ) +RDEPEND="virtual/opengl app-arch/bzip2 || ( app-arch/unrar app-arch/unrar-gpl ) app-arch/unzip @@ -159,13 +159,13 @@ src_configure() { --disable-optimizations \ --enable-external-libraries \ --enable-goom \ + --enable-gl \ $(use_enable avahi) \ $(use_enable css dvdcss) \ $(use_enable debug) \ $(use_enable aac faac) \ $(use_enable joystick) \ $(use_enable midi mid) \ - $(use_enable opengl gl) \ $(use_enable profile profiling) \ $(use_enable pulseaudio pulse) \ $(use_enable vdpau) \ |