diff options
-rw-r--r-- | games-fps/cube/cube-20031223.ebuild | 4 | ||||
-rw-r--r-- | media-libs/sdl-image/sdl-image-1.2.3.ebuild | 6 | ||||
-rw-r--r-- | media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/smpeg/smpeg-0.4.4-r4.ebuild | 26 |
4 files changed, 14 insertions, 26 deletions
diff --git a/games-fps/cube/cube-20031223.ebuild b/games-fps/cube/cube-20031223.ebuild index b21b7956fe4a..787f9460f086 100644 --- a/games-fps/cube/cube-20031223.ebuild +++ b/games-fps/cube/cube-20031223.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/cube-20031223.ebuild,v 1.1 2004/01/05 05:30:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/cube-20031223.ebuild,v 1.2 2004/01/29 07:44:34 vapier Exp $ inherit eutils games @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/cube/${MY_P}.zip" LICENSE="ZLIB" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc hppa" DEPEND="virtual/opengl media-libs/libsdl diff --git a/media-libs/sdl-image/sdl-image-1.2.3.ebuild b/media-libs/sdl-image/sdl-image-1.2.3.ebuild index f76eb0111f39..ba623f4e09fc 100644 --- a/media-libs/sdl-image/sdl-image-1.2.3.ebuild +++ b/media-libs/sdl-image/sdl-image-1.2.3.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.3.ebuild,v 1.3 2003/10/06 18:50:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.3.ebuild,v 1.4 2004/01/29 07:41:21 vapier Exp $ MY_P="${P/sdl-/SDL_}" S=${WORKDIR}/${MY_P} DESCRIPTION="image file loading library" -SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz" HOMEPAGE="http://www.libsdl.org/projects/SDL_image/index.html" +SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz" -KEYWORDS="x86 ~ppc ~sparc ~amd64 alpha" LICENSE="LGPL-2" SLOT="0" +KEYWORDS="x86 ~ppc ~sparc alpha hppa ~amd64" DEPEND=">=media-libs/libpng-1.2.1 >=media-libs/jpeg-6b diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild index e57c520b16b2..44af4e7b1f5a 100644 --- a/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild +++ b/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild,v 1.5 2003/10/06 18:52:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild,v 1.6 2004/01/29 07:41:36 vapier Exp $ MY_P="${P/sdl-/SDL_}" S=${WORKDIR}/${MY_P} @@ -10,7 +10,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha amd64" +KEYWORDS="x86 ppc sparc alpha hppa amd64" IUSE="mpeg mikmod oggvorbis" DEPEND=">=media-libs/libsdl-1.2.5 diff --git a/media-libs/smpeg/smpeg-0.4.4-r4.ebuild b/media-libs/smpeg/smpeg-0.4.4-r4.ebuild index 550d5b9f60bb..80e018754d86 100644 --- a/media-libs/smpeg/smpeg-0.4.4-r4.ebuild +++ b/media-libs/smpeg/smpeg-0.4.4-r4.ebuild @@ -1,25 +1,21 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r4.ebuild,v 1.10 2003/09/06 23:59:49 msterret Exp $ - -IUSE="X gtk opengl" - -S=${WORKDIR}/${P} +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r4.ebuild,v 1.11 2004/01/29 07:43:01 vapier Exp $ DESCRIPTION="SDL MPEG Player Library" -SRC_URI="ftp://ftp.lokigames.com/pub/open-source/smpeg/${P}.tar.gz" HOMEPAGE="http://www.lokigames.com/development/smpeg.php3" +SRC_URI="ftp://ftp.lokigames.com/pub/open-source/smpeg/${P}.tar.gz" -SLOT="0" LICENSE="LGPL-2" -KEYWORDS="x86 sparc alpha amd64" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha hppa amd64" +IUSE="X gtk opengl" DEPEND=">=media-libs/libsdl-1.2.0 opengl? ( virtual/opengl virtual/glu ) gtk? ( =x11-libs/gtk+-1.2* )" src_unpack() { - unpack ${P}.tar.gz ## GCC 3.1 fix from bug #5558 (cardoe 08/03/02) @@ -27,12 +23,9 @@ src_unpack() { if [ `gcc -dumpversion | cut -d"." -f1` == "3" ] ; then patch -p1 < ${FILESDIR}/${P}-gcc-3.1.patch || die fi - } - src_compile() { - local myconf # --enable-mmx causes test apps to crash on startup .. smpeg bug? # bugzilla bug #470 -- azarah (03/02/2002) @@ -55,14 +48,9 @@ src_compile() { econf ${myconf} || die "configure failed" emake || die "parallel make failed" - } -src_install () { - +src_install() { einstall || die "make install failed" - - dodoc CHANGES COPYING README* TODO - + dodoc CHANGES README* TODO } - |