From ae044aeba549da343d278a26bb72bac844e5a5e4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 9 Sep 2003 16:28:07 +0000 Subject: welcome to games-emulation --- games-emulation/ps2emu-cdvdiso/ChangeLog | 8 +++++ games-emulation/ps2emu-cdvdiso/Manifest | 4 +++ .../ps2emu-cdvdiso/files/0.2-makefile.patch | 11 +++++++ .../ps2emu-cdvdiso/files/digest-ps2emu-cdvdiso-0.2 | 1 + .../ps2emu-cdvdiso/ps2emu-cdvdiso-0.2.ebuild | 38 ++++++++++++++++++++++ 5 files changed, 62 insertions(+) create mode 100644 games-emulation/ps2emu-cdvdiso/ChangeLog create mode 100644 games-emulation/ps2emu-cdvdiso/Manifest create mode 100644 games-emulation/ps2emu-cdvdiso/files/0.2-makefile.patch create mode 100644 games-emulation/ps2emu-cdvdiso/files/digest-ps2emu-cdvdiso-0.2 create mode 100644 games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.2.ebuild (limited to 'games-emulation/ps2emu-cdvdiso') diff --git a/games-emulation/ps2emu-cdvdiso/ChangeLog b/games-emulation/ps2emu-cdvdiso/ChangeLog new file mode 100644 index 000000000000..a1aff634ab56 --- /dev/null +++ b/games-emulation/ps2emu-cdvdiso/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-emulation/ps2emu-cdvdiso +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-cdvdiso/ChangeLog,v 1.1 2003/09/09 16:26:50 vapier Exp $ + +*ps2emu-cdvdiso-0.2 (14 Aug 2003) + + 14 Aug 2003; Mike Frysinger : + Initial import. Ebuild submitted by me. diff --git a/games-emulation/ps2emu-cdvdiso/Manifest b/games-emulation/ps2emu-cdvdiso/Manifest new file mode 100644 index 000000000000..aa28168c7703 --- /dev/null +++ b/games-emulation/ps2emu-cdvdiso/Manifest @@ -0,0 +1,4 @@ +MD5 fdaa16c333aac38e52823d86f45c8053 files/0.2-makefile.patch 443 +MD5 98ef7264ce8a7cfde2d664a0fb3dbabb files/digest-ps2emu-cdvdiso-0.2 60 +MD5 818706d07b53178520622bfa10bf6fb8 ChangeLog 368 +MD5 daefcacf21764c56eb227b6428e63c66 ps2emu-cdvdiso-0.2.ebuild 817 diff --git a/games-emulation/ps2emu-cdvdiso/files/0.2-makefile.patch b/games-emulation/ps2emu-cdvdiso/files/0.2-makefile.patch new file mode 100644 index 000000000000..b05e8bb61494 --- /dev/null +++ b/games-emulation/ps2emu-cdvdiso/files/0.2-makefile.patch @@ -0,0 +1,11 @@ +--- src/Linux/Makefile.orig 2003-08-14 20:56:46.568240992 -0400 ++++ src/Linux/Makefile 2003-08-14 20:56:54.059102208 -0400 +@@ -6,7 +6,7 @@ + BUILD = 2 + PLUGIN = libCDVDiso-${VERSION}.${BUILD}.so + CFG = cfgCDVDiso +-CFLAGS = -fPIC -Wall -O2 -fomit-frame-pointer -I.. -I. -D__LINUX__ ++CFLAGS = -fPIC -Wall $(OPTFLAGS) -I.. -I. -D__LINUX__ + OBJECTS = ../CDVDiso.o Config.o Linux.o + CFGOBJS = conf.o interface.o support.o Config.o + LIBS = -lz -lbz2 diff --git a/games-emulation/ps2emu-cdvdiso/files/digest-ps2emu-cdvdiso-0.2 b/games-emulation/ps2emu-cdvdiso/files/digest-ps2emu-cdvdiso-0.2 new file mode 100644 index 000000000000..257b86e02015 --- /dev/null +++ b/games-emulation/ps2emu-cdvdiso/files/digest-ps2emu-cdvdiso-0.2 @@ -0,0 +1 @@ +MD5 9dac871710e7d5fe56db66a4917fca65 CDVDiso-0.2.zip 151378 diff --git a/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.2.ebuild b/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.2.ebuild new file mode 100644 index 000000000000..445827ecc6c6 --- /dev/null +++ b/games-emulation/ps2emu-cdvdiso/ps2emu-cdvdiso-0.2.ebuild @@ -0,0 +1,38 @@ +# 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-cdvdiso/ps2emu-cdvdiso-0.2.ebuild,v 1.1 2003/09/09 16:26:50 vapier Exp $ + +inherit games + +DESCRIPTION="PSEmu2 CD/DVD iso plugin" +HOMEPAGE="http://www.pcsx2.net/" +SRC_URI="http://www.pcsx2.net/download/0.4release/CDVDiso-${PV}.zip" + +LICENSE="freedist" +SLOT="0" +KEYWORDS="x86" + +DEPEND="=x11-libs/gtk+-1*" + +S=${WORKDIR}/CDVDiso + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PV}-makefile.patch +} + +src_compile() { + cd src/Linux + emake OPTFLAGS="${CFLAGS}" || die +} + +src_install() { + dodoc ReadMe.txt + cd src/Linux + exeinto ${GAMES_LIBDIR}/ps2emu/plugins + doexe lib* + exeinto ${GAMES_LIBDIR}/ps2emu/cfg + doexe cfgCDVDiso + prepgamesdirs +} -- cgit v1.2.3-65-gdbad