diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-01-06 04:29:40 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-01-06 04:29:40 +0000 |
commit | 82fe1f9fc684aa44cc35accd53629a5801d8571c (patch) | |
tree | 4344f7c80dccbaaa7a52970e77d2bebac6250470 /games-emulation/mupen64-glN64 | |
parent | prevent 2.6 users from emerging (diff) | |
download | historical-82fe1f9fc684aa44cc35accd53629a5801d8571c.tar.gz historical-82fe1f9fc684aa44cc35accd53629a5801d8571c.tar.bz2 historical-82fe1f9fc684aa44cc35accd53629a5801d8571c.zip |
version bump
Diffstat (limited to 'games-emulation/mupen64-glN64')
4 files changed, 54 insertions, 5 deletions
diff --git a/games-emulation/mupen64-glN64/ChangeLog b/games-emulation/mupen64-glN64/ChangeLog index c105ae5e05c3..3555a8b31cae 100644 --- a/games-emulation/mupen64-glN64/ChangeLog +++ b/games-emulation/mupen64-glN64/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-emulation/blight-glN64 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-glN64/ChangeLog,v 1.1 2005/01/06 03:04:36 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-glN64/ChangeLog,v 1.2 2005/01/06 04:29:40 morfic Exp $ + +*mupen64-glN64-0.4.1_rc2 (05 Jan 2005) + + 05 Jan 2005; Daniel Goller <morfic@gentoo.org> + +mupen64-glN64-0.4.1_rc2.ebuild: + New version to work with new mupen64 ebuild *mupen64-glN64-0.4.1_pre1 (05 Jan 2005) diff --git a/games-emulation/mupen64-glN64/Manifest b/games-emulation/mupen64-glN64/Manifest index 63fdb1c0cb1c..020d77803d19 100644 --- a/games-emulation/mupen64-glN64/Manifest +++ b/games-emulation/mupen64-glN64/Manifest @@ -1,16 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 e723e6ac33529b661ab494eaa6e4678b ChangeLog 1245 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 b8f36239182a7123c9e61fad2b89fd82 mupen64-glN64-0.4.1_pre1.ebuild 751 +MD5 95b0720d07a5860268103e2814224f4c ChangeLog 1416 +MD5 1231191b558fd454884dd4d1c3f4e772 mupen64-glN64-0.4.1_rc2.ebuild 1000 MD5 47f0e615c36a823f63220f4aec84d47f files/mupen64-glN64-compile.patch 1290 MD5 9220d158fd6e0f37797eb2f7aae4c3c7 files/mupen64-glN64-noasm.patch 409 MD5 d2f2bca612361154241f2b899673230e files/digest-mupen64-glN64-0.4.1_pre1 64 +MD5 e0e2f9111004f21e197569c2bd419c8a files/digest-mupen64-glN64-0.4.1_rc2 68 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFB3Kt2UpKYMelfdYERAgnpAJ98DEvTq/cPPrMx29flaMG7KA7cDgCeMMLs -RDrXYJ5YoxKGM4wIk8VGdXs= -=gptI +iD8DBQFB3L8eUpKYMelfdYERAmGwAJ4yZ70c8coMW5ivj/o92lg9JkjLsACeKMKS +SA/JIfFdACSOaeUSZfigJlc= +=fm+s -----END PGP SIGNATURE----- diff --git a/games-emulation/mupen64-glN64/files/digest-mupen64-glN64-0.4.1_rc2 b/games-emulation/mupen64-glN64/files/digest-mupen64-glN64-0.4.1_rc2 new file mode 100644 index 000000000000..809614e93137 --- /dev/null +++ b/games-emulation/mupen64-glN64/files/digest-mupen64-glN64-0.4.1_rc2 @@ -0,0 +1 @@ +MD5 0cb22a6bce17723a18ab0b16118eb37a glN64-0.4.1-rc2.tar.bz2 137423 diff --git a/games-emulation/mupen64-glN64/mupen64-glN64-0.4.1_rc2.ebuild b/games-emulation/mupen64-glN64/mupen64-glN64-0.4.1_rc2.ebuild new file mode 100644 index 000000000000..88a7f037cceb --- /dev/null +++ b/games-emulation/mupen64-glN64/mupen64-glN64-0.4.1_rc2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-glN64/mupen64-glN64-0.4.1_rc2.ebuild,v 1.1 2005/01/06 04:29:40 morfic Exp $ + +inherit games + +MY_P="glN64-${PV/_/-}" +S=${WORKDIR}/${MY_P} +DESCRIPTION="An OpenGL graphics plugin for the mupen64 N64 emulator" +SRC_URI="mirror://gentoo/glN64-0.4.1-rc2.tar.bz2" +HOMEPAGE="http://deltaanime.ath.cx/~blight/n64/" + +KEYWORDS="x86" +LICENSE="as-is" +SLOT="0" +IUSE="" + +RDEPEND="media-libs/libsdl" + +src_compile () { + epatch ${FILESDIR}/${PN}-compile.patch || die "patch failed" + + if use x86; then + if use asm; then + einfo "using x86 asm where aviable" + else + epatch ${FILESDIR}/${PN}-noasm.patch + fi + fi + + sed -i -e "s:CXXFLAGS.*=\(.*\):CXXFLAGS=\1 ${CXXFLAGS}:" Makefile || \ + die "couldn't apply cflags" + make || die +} + +src_install () { + exeinto ${GAMES_LIBDIR}/mupen64/plugins + doexe glN64-0.4.1.so || die "doexe failed" + prepgamesdirs +} |