summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-12-12 22:10:51 +0000
committerMike Frysinger <vapier@gentoo.org>2003-12-12 22:10:51 +0000
commitddc817e47b3aab70244d0474e63289650bb02128 (patch)
tree428f9640abe07a5b6ad89278dd0da186d752790b /games-emulation/ps2emu-gssoft
parentinital ebuild (diff)
downloadhistorical-ddc817e47b3aab70244d0474e63289650bb02128.tar.gz
historical-ddc817e47b3aab70244d0474e63289650bb02128.tar.bz2
historical-ddc817e47b3aab70244d0474e63289650bb02128.zip
ver bump
Diffstat (limited to 'games-emulation/ps2emu-gssoft')
-rw-r--r--games-emulation/ps2emu-gssoft/ChangeLog7
-rw-r--r--games-emulation/ps2emu-gssoft/files/0.5-makefile.patch21
-rw-r--r--games-emulation/ps2emu-gssoft/files/digest-ps2emu-gssoft-0.51
-rw-r--r--games-emulation/ps2emu-gssoft/files/digest-ps2emu-gssoft-0.611
-rw-r--r--games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.5.ebuild48
-rw-r--r--games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.61.ebuild37
6 files changed, 44 insertions, 71 deletions
diff --git a/games-emulation/ps2emu-gssoft/ChangeLog b/games-emulation/ps2emu-gssoft/ChangeLog
index 0ed8e3ab0fec..b5498e3868a7 100644
--- a/games-emulation/ps2emu-gssoft/ChangeLog
+++ b/games-emulation/ps2emu-gssoft/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-emulation/ps2emu-gssoft
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-gssoft/ChangeLog,v 1.2 2003/09/10 16:01:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-gssoft/ChangeLog,v 1.3 2003/12/12 22:08:53 vapier Exp $
+
+*ps2emu-gssoft-0.61 (12 Dec 2003)
+
+ 12 Dec 2003; Mike Frysinger <vapier@gentoo.org> :
+ Version bumpage.
*ps2emu-gssoft-0.5 (14 Aug 2003)
diff --git a/games-emulation/ps2emu-gssoft/files/0.5-makefile.patch b/games-emulation/ps2emu-gssoft/files/0.5-makefile.patch
deleted file mode 100644
index c0e79a8d0c75..000000000000
--- a/games-emulation/ps2emu-gssoft/files/0.5-makefile.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- Src/Linux/Makefile.orig 2003-08-14 13:11:45.664823032 -0400
-+++ Src/Linux/Makefile 2003-08-14 13:13:07.997306592 -0400
-@@ -5,13 +5,17 @@
- VERSION = 0
- BUILD = 5
- PLUGIN = libGSsoftx-${VERSION}.${BUILD}.so
--CFLAGS+= -fPIC -Wall -O3 -fomit-frame-pointer -I. -I..
-+CFLAGS+= -fPIC -Wall $(OPTFLAGS) -I. -I..
- OBJS = ../GS.o ../Prim.o ../Soft.o ../Draw.o ../Texts.o ../Color.o
- OBJS+= X11.o Conf.o interface.o support.o DrawString.o
- DEPS:= $(OBJS:.o=.d)
- LIBS = $(shell gtk-config --libs) -lX11
- CFLAGS+= $(shell gtk-config --cflags) -D__LINUX__ -DVERSION=${VERSION} -DBUILD=${BUILD}
-
-+ifeq (${USE_SDL},1)
-+ CFLAGS+= $(shell sdl-config --cflags) -I../../nsx2/ -I../../nsx2/iniapi
-+ LIBS+= $(shell sdl-config --libs)
-+endif
- ifeq (${USE_DGA2}, TRUE)
- CFLAGS+= -DUSE_DGA2
- LIBS+= -lXxf86dga
diff --git a/games-emulation/ps2emu-gssoft/files/digest-ps2emu-gssoft-0.5 b/games-emulation/ps2emu-gssoft/files/digest-ps2emu-gssoft-0.5
deleted file mode 100644
index 8a4eb33b1d8f..000000000000
--- a/games-emulation/ps2emu-gssoft/files/digest-ps2emu-gssoft-0.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0c9bbadca3b483a68b785c8ba61f29cf Gssoft-0.5.zip 188616
diff --git a/games-emulation/ps2emu-gssoft/files/digest-ps2emu-gssoft-0.61 b/games-emulation/ps2emu-gssoft/files/digest-ps2emu-gssoft-0.61
new file mode 100644
index 000000000000..d18968723245
--- /dev/null
+++ b/games-emulation/ps2emu-gssoft/files/digest-ps2emu-gssoft-0.61
@@ -0,0 +1 @@
+MD5 448fc6d9bc04b16a2002799c327b6373 GSsoft-0.61.tgz 199903
diff --git a/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.5.ebuild b/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.5.ebuild
deleted file mode 100644
index 691085c74f6c..000000000000
--- a/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.5.ebuild,v 1.1 2003/09/09 16:26:50 vapier Exp $
-
-inherit games
-
-DESCRIPTION="PSEmu2 GPU plugin"
-HOMEPAGE="http://www.pcsx2.net/"
-SRC_URI="http://www.pcsx2.net/download/0.4release/Gssoft-${PV}.zip"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND="virtual/opengl
- virtual/x11"
-# sdl? ( media-libs/libsdl )"
-
-S=${WORKDIR}/GSsoft-${PV}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-makefile.patch
-}
-
-src_compile() {
- cd Src/Linux
- emake OPTFLAGS="${CFLAGS}" || die "building X"
- mv lib* ${S}/
- #requires stuff from nSX2 which atm is win32 only
- #if [ `use sdl` ] ; then
- # cd ..
- # ln -s GS.h gs.h
- # epatch ${FILESDIR}/${PV}-sdl.patch
- # mv Linux-SDL/* Linux/
- # cd Linux
- # make clean || die "making clean"
- # emake OPTFLAGS="${CFLAGS}" || die "building sdl"
- #fi
-}
-
-src_install() {
- dodoc ReadMe.txt
- exeinto ${GAMES_LIBDIR}/ps2emu/plugins
- doexe lib*
- prepgamesdirs
-}
diff --git a/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.61.ebuild b/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.61.ebuild
new file mode 100644
index 000000000000..963df1e4c319
--- /dev/null
+++ b/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.61.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.61.ebuild,v 1.1 2003/12/12 22:08:53 vapier Exp $
+
+inherit games
+
+DESCRIPTION="PSEmu2 GPU plugin"
+HOMEPAGE="http://www.pcsx2.net/"
+SRC_URI="http://www.pcsx2.net/download/0.5release/GSsoft-${PV}.tgz"
+
+LICENSE="freedist"
+SLOT="0"
+KEYWORDS="x86"
+
+DEPEND="virtual/opengl
+ virtual/x11
+ =x11-libs/gtk+-1*"
+
+S=${WORKDIR}/GSsoft
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ sed -i 's:-O3 -fomit-frame-pointer:$(OPTFLAGS):' ${S}/Src/Linux/Makefile
+}
+
+src_compile() {
+ cd Src/Linux
+ emake OPTFLAGS="${CFLAGS}" || die "building X"
+}
+
+src_install() {
+ dodoc ReadMe.txt
+ exeinto ${GAMES_LIBDIR}/ps2emu/plugins
+ newexe Src/Linux/libGSsoftx.so libGSsoftx-${PV}.so
+ prepgamesdirs
+}