diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-03 00:20:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-03 00:20:41 +0000 |
commit | b67cf4c8bd87230e9eaf032cb93a5723b93522d2 (patch) | |
tree | 21b92ad55c173d358b182949e7342b2661d832ee /games-emulation | |
parent | Add a symlink "../../../lib/xkb /usr/X11R6/lib/X11/xkb" so libxklavier and ot... (diff) | |
download | gentoo-2-b67cf4c8bd87230e9eaf032cb93a5723b93522d2.tar.gz gentoo-2-b67cf4c8bd87230e9eaf032cb93a5723b93522d2.tar.bz2 gentoo-2-b67cf4c8bd87230e9eaf032cb93a5723b93522d2.zip |
needs unzip #69831
Diffstat (limited to 'games-emulation')
13 files changed, 34 insertions, 124 deletions
diff --git a/games-emulation/mekanix/mekanix-065.ebuild b/games-emulation/mekanix/mekanix-065.ebuild index 216afe54a79c..c3c93e88e9a9 100644 --- a/games-emulation/mekanix/mekanix-065.ebuild +++ b/games-emulation/mekanix/mekanix-065.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mekanix/mekanix-065.ebuild,v 1.4 2004/06/24 22:30:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mekanix/mekanix-065.ebuild,v 1.5 2004/11/03 00:16:06 vapier Exp $ inherit games @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/x11" +RDEPEND="virtual/x11" +DEPEND="${RDEPEND} + app-arch/unzip" S="${WORKDIR}" diff --git a/games-emulation/pcsx2/files/0.5-time-renames.patch b/games-emulation/pcsx2/files/0.5-time-renames.patch deleted file mode 100644 index 96b924beffd7..000000000000 --- a/games-emulation/pcsx2/files/0.5-time-renames.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- Pcsx2Src/RPC/80000001fileio.h.orig 2003-08-14 11:39:42.319499152 -0400 -+++ Pcsx2Src/RPC/80000001fileio.h 2003-08-14 11:40:09.145420992 -0400 -@@ -73,10 +73,10 @@ - 4 Symbolic link */ - unsigned int st_attr;// Flag compatible with memory card mode - unsigned int st_size; -- unsigned char st_ctime[8];// Creation time -- unsigned char st_atime[8];/* This field is updated at the same time as last access time -+ unsigned char sr_ctime[8];// Creation time -+ unsigned char sr_atime[8];/* This field is updated at the same time as last access time - and last update time. */ -- unsigned char st_mtime[8];/* Last update time -+ unsigned char sr_mtime[8];/* Last update time - byte0 Reserved - byte1 Seconds - byte2 Minutes diff --git a/games-emulation/pcsx2/files/digest-pcsx2-0.5 b/games-emulation/pcsx2/files/digest-pcsx2-0.5 deleted file mode 100644 index b31be86cf526..000000000000 --- a/games-emulation/pcsx2/files/digest-pcsx2-0.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 5f149055af85f2e728f808e75b497250 Pcsx2Src-0.5.tgz 936311 diff --git a/games-emulation/pcsx2/pcsx2-0.5.ebuild b/games-emulation/pcsx2/pcsx2-0.5.ebuild deleted file mode 100644 index 2453e718d43e..000000000000 --- a/games-emulation/pcsx2/pcsx2-0.5.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx2/pcsx2-0.5.ebuild,v 1.6 2004/06/24 22:32:22 agriffis Exp $ - -inherit eutils games - -DESCRIPTION="Playstation2 emulator" -HOMEPAGE="http://www.pcsx2.net/" -SRC_URI="http://www.pcsx2.net/download/${PV:0:3}release/Pcsx2Src-${PV}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -RDEPEND="virtual/x11 - =x11-libs/gtk+-1* - || ( - >=games-emulation/ps2emu-cddvdlinuz-0.3-r1 - >=games-emulation/ps2emu-cdvdiso-0.3 - ) - >=games-emulation/ps2emu-gssoft-0.61 - >=games-emulation/ps2emu-padxwin-0.5 - >=games-emulation/ps2emu-spu2null-0.21 - >=games-emulation/ps2emu-dev9null-0.1" -DEPEND="${RDEPEND} - dev-lang/nasm" - -S=${WORKDIR}/Pcsx2Src-${PV} - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-time-renames.patch -} - -src_compile() { - cd ${S}/ix86-32/GoldRec - emake OPTIMIZE="${CFLAGS}" || die "goldrec building failed" - cd ${S}/Linux - emake OPTIMIZE="${CFLAGS}" || die "linux building failed" -} - -src_install() { - newgamesbin Linux/pcsx2 pcsx2.bin - dogamesbin ${FILESDIR}/pcsx2 - dodir ${GAMES_LIBDIR}/ps2emu/Langs - rm -rf Intl/Langs/cvs - cp -r Intl/Langs/* ${D}/${GAMES_LIBDIR}/ps2emu/Langs/ - dodoc Docs/*.txt - prepgamesdirs -} diff --git a/games-emulation/pcsx2/pcsx2-0.6.ebuild b/games-emulation/pcsx2/pcsx2-0.6.ebuild index 0f4280073a8b..e1e5695b0154 100644 --- a/games-emulation/pcsx2/pcsx2-0.6.ebuild +++ b/games-emulation/pcsx2/pcsx2-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx2/pcsx2-0.6.ebuild,v 1.2 2004/06/24 22:32:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx2/pcsx2-0.6.ebuild,v 1.3 2004/11/03 00:16:33 vapier Exp $ inherit eutils games @@ -24,6 +24,7 @@ RDEPEND="virtual/x11 >=games-emulation/ps2emu-spu2null-0.21 >=games-emulation/ps2emu-dev9null-0.1" DEPEND="${RDEPEND} + app-arch/unzip dev-lang/nasm" S="${WORKDIR}/pcsx2_${PV}src" diff --git a/games-emulation/ps2emu-cddvdlinuz/ps2emu-cddvdlinuz-0.3-r1.ebuild b/games-emulation/ps2emu-cddvdlinuz/ps2emu-cddvdlinuz-0.3-r1.ebuild index c53592b802a5..131e056d8c04 100644 --- a/games-emulation/ps2emu-cddvdlinuz/ps2emu-cddvdlinuz-0.3-r1.ebuild +++ b/games-emulation/ps2emu-cddvdlinuz/ps2emu-cddvdlinuz-0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-cddvdlinuz/ps2emu-cddvdlinuz-0.3-r1.ebuild,v 1.5 2004/06/24 22:32:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-cddvdlinuz/ps2emu-cddvdlinuz-0.3-r1.ebuild,v 1.6 2004/11/03 00:16:55 vapier Exp $ inherit games @@ -10,10 +10,12 @@ SRC_URI="http://www.pcsx2.net/download/0.5release/CDVDlinuz${PV}.zip" LICENSE="freedist" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="~ppc x86" IUSE="" -DEPEND="=x11-libs/gtk+-1*" +RDEPEND="=x11-libs/gtk+-1*" +DEPEND="${RDEPEND} + app-arch/unzip" S="${WORKDIR}/CDVDlinuz" diff --git a/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.3.ebuild b/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.3.ebuild index a92b992eb3b5..5ffad7c64686 100644 --- a/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.3.ebuild +++ b/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.3.ebuild,v 1.5 2004/06/24 22:32:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.3.ebuild,v 1.6 2004/11/03 00:17:13 vapier Exp $ inherit games @@ -10,10 +10,12 @@ SRC_URI="http://www.pcsx2.net/download/0.5release/CDVDiso${PV}.zip" LICENSE="freedist" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="ppc x86" IUSE="" -DEPEND="=x11-libs/gtk+-1*" +RDEPEND="=x11-libs/gtk+-1*" +DEPEND="${RDEPEND} + app-arch/unzip" S=${WORKDIR}/CDVDiso diff --git a/games-emulation/ps2emu-dev9null/ps2emu-dev9null-0.1.ebuild b/games-emulation/ps2emu-dev9null/ps2emu-dev9null-0.1.ebuild index 3e0a4acb7eb2..c22d92047421 100644 --- a/games-emulation/ps2emu-dev9null/ps2emu-dev9null-0.1.ebuild +++ b/games-emulation/ps2emu-dev9null/ps2emu-dev9null-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-dev9null/ps2emu-dev9null-0.1.ebuild,v 1.4 2004/06/24 22:32:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-dev9null/ps2emu-dev9null-0.1.ebuild,v 1.5 2004/11/03 00:17:33 vapier Exp $ inherit games @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="=x11-libs/gtk+-1*" +RDEPEND="=x11-libs/gtk+-1*" +DEPEND="${RDEPEND} + app-arch/unzip" S=${WORKDIR}/dev9null diff --git a/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.5.ebuild b/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.5.ebuild index c4d6be1023aa..567e31f4c7d2 100644 --- a/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.5.ebuild +++ b/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.5.ebuild,v 1.5 2004/06/24 22:33:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.5.ebuild,v 1.6 2004/11/03 00:17:54 vapier Exp $ inherit games @@ -10,10 +10,12 @@ SRC_URI="http://www.pcsx2.net/download/0.5release/PADwin${PV}.zip" LICENSE="freedist" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="ppc x86" IUSE="" -DEPEND="=x11-libs/gtk+-1*" +RDEPEND="=x11-libs/gtk+-1*" +DEPEND="${RDEPEND} + app-arch/unzip" S=${WORKDIR}/PADwin diff --git a/games-emulation/ps2emu-spu2null/ps2emu-spu2null-0.21.ebuild b/games-emulation/ps2emu-spu2null/ps2emu-spu2null-0.21.ebuild index d4854255f346..16d3409b4530 100644 --- a/games-emulation/ps2emu-spu2null/ps2emu-spu2null-0.21.ebuild +++ b/games-emulation/ps2emu-spu2null/ps2emu-spu2null-0.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-spu2null/ps2emu-spu2null-0.21.ebuild,v 1.5 2004/06/24 22:33:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-spu2null/ps2emu-spu2null-0.21.ebuild,v 1.6 2004/11/03 00:18:15 vapier Exp $ inherit games @@ -10,10 +10,12 @@ SRC_URI="http://www.pcsx2.net/download/0.5release/SPU2null${PV}.zip" LICENSE="freedist" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="ppc x86" IUSE="" -DEPEND="=x11-libs/gtk+-1*" +RDEPEND="=x11-libs/gtk+-1*" +DEPEND="${RDEPEND} + app-arch/unzip" S=${WORKDIR}/SPU2null diff --git a/games-emulation/psemu-gpupetexgl2/files/digest-psemu-gpupetexgl2-2.0.5-r1 b/games-emulation/psemu-gpupetexgl2/files/digest-psemu-gpupetexgl2-2.0.5-r1 deleted file mode 100644 index cf2d26ab9059..000000000000 --- a/games-emulation/psemu-gpupetexgl2/files/digest-psemu-gpupetexgl2-2.0.5-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d9e524b871868ba0eaab863fe0efff27 gpupetexgl205.tar.gz 180777 -MD5 2bb81f8164039c97fb1dd92628c6cf8e pete_ogl2_shader_simpleblur.zip 1032 -MD5 2628e8e11fe638dc599fd5564169d756 pete_ogl2_shader_scale2x.zip 3072 diff --git a/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.5-r1.ebuild b/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.5-r1.ebuild deleted file mode 100644 index d76a68f76f70..000000000000 --- a/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.5-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.5-r1.ebuild,v 1.4 2004/07/14 14:37:22 agriffis Exp $ - -inherit games - -DESCRIPTION="PSEmu MesaGL GPU" -HOMEPAGE="http://home.t-online.de/home/PeteBernert/" -# we want all the shaders as well! -SRC_URI="http://home.t-online.de/home/PeteBernert/gpupetexgl${PV//.}.tar.gz http://home.t-online.de/home/PeteBernert/pete_ogl2_shader_simpleblur.zip http://home.t-online.de/home/PeteBernert/pete_ogl2_shader_scale2x.zip" - -LICENSE="freedist" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="virtual/opengl" - -S=${WORKDIR} - -src_install() { - exeinto ${GAMES_LIBDIR}/psemu/plugins - doexe lib* - exeinto ${GAMES_LIBDIR}/psemu/cfg - doexe cfgPeteXGL2 - insinto ${GAMES_LIBDIR}/psemu/cfg - doins gpuPeteXGL2.cfg - # now do our shader files! - insinto ${GAMES_LIBDIR}/psemu/shaders - doins *.fp *.vp *.slf *.slv - dodoc *.txt - prepgamesdirs -} diff --git a/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.5-r2.ebuild b/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.5-r2.ebuild index 5addcfed088e..df0bbb605088 100644 --- a/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.5-r2.ebuild +++ b/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.5-r2.ebuild,v 1.4 2004/06/24 22:34:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-gpupetexgl2/psemu-gpupetexgl2-2.0.5-r2.ebuild,v 1.5 2004/11/03 00:18:40 vapier Exp $ inherit games @@ -15,7 +15,9 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/opengl" +RDEPEND="virtual/opengl" +DEPEND="${RDEPEND} + app-arch/unzip" S="${WORKDIR}" |