diff options
author | 2009-11-06 16:25:16 +0000 | |
---|---|---|
committer | 2009-11-06 16:25:16 +0000 | |
commit | 7e570d683560a0d50865cfecb8495bfa932595fb (patch) | |
tree | 34ff39893f47e2680cea0c0ec99ebc2e5e659568 /media-libs/libsdl | |
parent | Bug #292136: mdadm 3.1 revoked by upstream due to dataloss problems: http://m... (diff) | |
download | gentoo-2-7e570d683560a0d50865cfecb8495bfa932595fb.tar.gz gentoo-2-7e570d683560a0d50865cfecb8495bfa932595fb.tar.bz2 gentoo-2-7e570d683560a0d50865cfecb8495bfa932595fb.zip |
Add USE=ps3 to control the PS3 video driver #290450 by Laurent G.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r-- | media-libs/libsdl/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.14.ebuild | 6 | ||||
-rw-r--r-- | media-libs/libsdl/metadata.xml | 1 |
3 files changed, 10 insertions, 3 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog index 089914d1b306..ec3b5fa358f8 100644 --- a/media-libs/libsdl/ChangeLog +++ b/media-libs/libsdl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libsdl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.163 2009/10/26 17:05:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.164 2009/11/06 16:25:16 vapier Exp $ + + 06 Nov 2009; Mike Frysinger <vapier@gentoo.org> libsdl-1.2.14.ebuild, + metadata.xml: + Add USE=ps3 to control the PS3 video driver #290450 by Laurent G. 26 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org> libsdl-1.2.14.ebuild: esd is deprecated as well diff --git a/media-libs/libsdl/libsdl-1.2.14.ebuild b/media-libs/libsdl/libsdl-1.2.14.ebuild index 320cf6997f1e..37fdc09e975e 100644 --- a/media-libs/libsdl/libsdl-1.2.14.ebuild +++ b/media-libs/libsdl/libsdl-1.2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.14.ebuild,v 1.3 2009/10/26 17:05:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.14.ebuild,v 1.4 2009/11/06 16:25:16 vapier Exp $ EAPI=2 inherit flag-o-matic toolchain-funcs eutils libtool @@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86- # if you disable the audio, video, joystick use flags or turn on the custom-cflags use flag # in USE and something breaks, you pick up the pieces. Be prepared for # bug reports to be marked INVALID. -IUSE="oss alsa nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca +audio +video +joystick custom-cflags pulseaudio" +IUSE="oss alsa nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca +audio +video +joystick custom-cflags pulseaudio ps3" RDEPEND="audio? ( >=media-libs/audiofile-0.1.9 ) alsa? ( media-libs/alsa-lib ) @@ -38,6 +38,7 @@ RDEPEND="audio? ( >=media-libs/audiofile-0.1.9 ) aalib? ( media-libs/aalib ) libcaca? ( >=media-libs/libcaca-0.9-r1 ) opengl? ( virtual/opengl virtual/glu ) + ppc64? ( ps3? ( sys-libs/libspe2 ) ) pulseaudio? ( media-sound/pulseaudio )" DEPEND="${RDEPEND} nas? ( @@ -127,6 +128,7 @@ src_configure() { $(use_enable aalib video-aalib) \ $(use_enable libcaca video-caca) \ $(use_enable opengl video-opengl) \ + $(use_enable ps3 video-ps3) \ $(use_with X x) \ --disable-video-x11-xme \ ${myconf} diff --git a/media-libs/libsdl/metadata.xml b/media-libs/libsdl/metadata.xml index bdacc5cc80db..3014b013c62f 100644 --- a/media-libs/libsdl/metadata.xml +++ b/media-libs/libsdl/metadata.xml @@ -21,6 +21,7 @@ PHP, Pike, Python, and Ruby. <use> <flag name="audio">Control audio support (disable at your own risk)</flag> <flag name="joystick">Control joystick support (disable at your own risk)</flag> + <flag name="ps3">Build the PS3 video driver</flag> <flag name="video">Control video support (disable at your own risk)</flag> </use> </pkgmetadata> |