diff options
-rw-r--r-- | games-emulation/xmame/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/xmame/Manifest | 19 | ||||
-rw-r--r-- | games-emulation/xmame/files/0.86-glx-fix.patch | 11 | ||||
-rw-r--r-- | games-emulation/xmame/files/digest-xmame-0.86 | 1 | ||||
-rw-r--r-- | games-emulation/xmame/xmame-0.86.ebuild | 214 |
5 files changed, 249 insertions, 4 deletions
diff --git a/games-emulation/xmame/ChangeLog b/games-emulation/xmame/ChangeLog index ae874006e3c8..027cfac09ee3 100644 --- a/games-emulation/xmame/ChangeLog +++ b/games-emulation/xmame/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-emulation/xmame # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/ChangeLog,v 1.24 2004/08/15 10:31:55 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/ChangeLog,v 1.25 2004/08/30 23:29:40 vapier Exp $ + +*xmame-0.86 (30 Aug 2004) + + 30 Aug 2004; Mike Frysinger <vapier@gentoo.org> +files/0.86-glx-fix.patch, + +xmame-0.86.ebuild: + Version bump #61778. 15 Aug 2004; Michael Hanselmann <hansmi@gentoo.org> xmame-0.83.1.ebuild: Fixed a link-error on PowerPC. Bug #49261. Thanks to Dustin Byford diff --git a/games-emulation/xmame/Manifest b/games-emulation/xmame/Manifest index 4c44fb203b87..51456873de3a 100644 --- a/games-emulation/xmame/Manifest +++ b/games-emulation/xmame/Manifest @@ -1,11 +1,17 @@ -MD5 33092fe401ae8d32d03017ab33bf139a ChangeLog 6579 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 5a4d0d7c300429b9084aa7b42f1713a3 ChangeLog 6729 MD5 0234d9024c471faf92bb1219242614ef metadata.xml 1566 +MD5 e086e427b269c37e2762cc9a3b91e587 xmame-0.86.ebuild 5850 MD5 30e8d4b0106df48fc70f99beb5608280 xmame-0.82.1.ebuild 6437 MD5 3bfc553fbd6d37187aba00e77fb80875 xmame-0.83.1.ebuild 6774 MD5 93b9c4a740015eb7262b223c7b8b7bbf files/0.77.1-icc.patch 584 +MD5 9bbbd2de60f0c41f643674a694cd2c90 files/0.77.1-alsa-1.0.0.patch 438 MD5 13dc5b32bbff98dec74c41dd0c9b33a1 files/0.77.1-glx-fix.patch 597 +MD5 1c5281cca09cd38869fa3715b3839b1b files/digest-xmame-0.86 65 +MD5 240bd404f0deb6cd68bf6a98a5fb76db files/0.86-glx-fix.patch 386 MD5 13dc5b32bbff98dec74c41dd0c9b33a1 files/0.78.1-glx-fix.patch 597 -MD5 9bbbd2de60f0c41f643674a694cd2c90 files/0.77.1-alsa-1.0.0.patch 438 MD5 93b9c4a740015eb7262b223c7b8b7bbf files/0.78.1-icc.patch 584 MD5 0f77c568ca5f6a46b543e899c910d38a files/0.78.1-osd_die.patch 521 MD5 96b4074a6c4b94b57fb7c6258a36ef20 files/0.78.1-big_endian.patch 2969 @@ -15,5 +21,12 @@ MD5 a956d1afa6724941d56732f2b91f42eb files/0.80.1-make.patch 1243 MD5 240bd404f0deb6cd68bf6a98a5fb76db files/0.81.1-glx-fix.patch 386 MD5 240bd404f0deb6cd68bf6a98a5fb76db files/0.82.1-glx-fix.patch 386 MD5 d60ae5dd2d8a993999a9a252d20507cf files/digest-xmame-0.82.1 67 -MD5 bd94e56aecab93b1d9e02b6fb3d8a0e9 files/digest-xmame-0.83.1 67 MD5 240bd404f0deb6cd68bf6a98a5fb76db files/0.83.1-glx-fix.patch 386 +MD5 bd94e56aecab93b1d9e02b6fb3d8a0e9 files/digest-xmame-0.83.1 67 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFBM7huHTu7gpaalycRAvxzAJ9PycKHneXxy2sNU6eDxEyLj2moEACfQNW4 +xKKCBnaWDVtBFmDwBVh2HTI= +=LpFD +-----END PGP SIGNATURE----- diff --git a/games-emulation/xmame/files/0.86-glx-fix.patch b/games-emulation/xmame/files/0.86-glx-fix.patch new file mode 100644 index 000000000000..cbcb32d8a7dc --- /dev/null +++ b/games-emulation/xmame/files/0.86-glx-fix.patch @@ -0,0 +1,11 @@ +--- src/unix/osd_cpu.h.orig 2004-04-20 14:30:49.000000000 -0700 ++++ src/unix/osd_cpu.h 2004-04-20 14:31:48.000000000 -0700 +@@ -38,7 +38,7 @@ + #endif + #endif + +-#ifndef __ARCH_solaris ++#if !defined __ARCH_solaris && !defined xgl + /* grrr work around some stupid header conflicts */ + #if !defined __XF86_DGA_C && !defined __XOPENGL_C_ && !defined LONG64 + typedef signed char INT8; diff --git a/games-emulation/xmame/files/digest-xmame-0.86 b/games-emulation/xmame/files/digest-xmame-0.86 new file mode 100644 index 000000000000..555e258b30a5 --- /dev/null +++ b/games-emulation/xmame/files/digest-xmame-0.86 @@ -0,0 +1 @@ +MD5 b16782cd620ef970233eacd65462ad74 xmame-0.86.tar.bz2 14538952 diff --git a/games-emulation/xmame/xmame-0.86.ebuild b/games-emulation/xmame/xmame-0.86.ebuild new file mode 100644 index 000000000000..2953c13198ae --- /dev/null +++ b/games-emulation/xmame/xmame-0.86.ebuild @@ -0,0 +1,214 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmame/xmame-0.86.ebuild,v 1.1 2004/08/30 23:29:40 vapier Exp $ + +inherit flag-o-matic gcc eutils games + +TARGET="${PN}" + +DESCRIPTION="Multiple Arcade Machine Emulator for X11" +HOMEPAGE="http://x.mame.net/" +SRC_URI="http://x.mame.net/download/xmame-${PV}.tar.bz2" + +LICENSE="xmame" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64" +IUSE="3dfx alsa arts dga esd ggi joystick net opengl sdl svga X xv" + +RDEPEND="sys-libs/zlib + sdl? ( >=media-libs/libsdl-1.2.0 ) + alsa? ( media-libs/alsa-lib ) + xv? ( virtual/x11 ) + dga? ( virtual/x11 ) + X? ( virtual/x11 ) + esd? ( >=media-sound/esound-0.2.29 ) + svga? ( media-libs/svgalib ) + ggi? ( media-libs/libggi ) + arts? ( kde-base/arts )" +DEPEND="${RDEPEND} + x86? ( dev-lang/nasm ) + >=sys-apps/sed-4" +# Icc sucks. bug #41342 +# icc? ( dev-lang/icc ) + +S="${WORKDIR}/xmame-${PV}" + +toggle_feature() { + if use $1 ; then + sed -i \ + -e "/$2.*=/s:#::" Makefile \ + || die "sed Makefile ($1 / $2) failed" + fi +} +toggle_feature2() { + use $1 && toggle_feature $2 $3 +} + +src_unpack() { + unpack ${A} + cd ${S} + epatch "${FILESDIR}/${PV}-glx-fix.patch" + + #toggle_feature x86 X86_ASM_68020 + toggle_feature x86 X86_ASM_68000 + toggle_feature x86 X86_MIPS3_DRC + toggle_feature2 x86 mmx EFFECT_MMX_ASM + toggle_feature2 x86 joystick JOY_I386 + toggle_feature2 ia64 joystick JOY_I386 + toggle_feature2 amd64 joystick JOY_I386 + + local mycpu="" + case ${ARCH} in + x86) mycpu="i386";; + ia64) mycpu="ia64";; + amd64) mycpu="amd64";; + ppc) mycpu="risc";; + sparc) mycpu="risc";; + hppa) mycpu="risc";; + alpha) mycpu="alpha";; + mips) mycpu="mips";; + esac + sed -i \ + -e "/^MY_CPU/s:i386:${mycpu}:" Makefile \ + || die "sed Makefile (mycpu) failed" + + if use ppc ; then + sed -i \ + -e '/LD.*--relax/s:^# ::' \ + || die "sed Makefile (ppc/LD) failed" + fi + + toggle_feature2 joystick sdl JOY_SDL + #toggle_feature net XMAME_NET + use net && ewarn "Network support is currently (0.86) broken :(" + toggle_feature esd SOUND_ESOUND + toggle_feature alsa SOUND_ALSA + #toggle_feature arts SOUND_ARTS + use arts && ewarn "ARTS support is currently (0.86) broken :(" + toggle_feature sdl SOUND_SDL + toggle_feature dga X11_DGA + toggle_feature2 dga 3dfx TDFX_DGA_WORKAROUND + toggle_feature xv X11_XV + + case ${ARCH} in + x86|ia64|amd64) + append-flags -Wno-unused -fomit-frame-pointer -fstrict-aliasing -fstrength-reduce + use amd64 || append-flags -ffast-math #54270 + [ $(gcc-major-version) -eq 3 ] \ + && append-flags -falign-functions=2 -falign-jumps=2 -falign-loops=2 \ + || append-flags -malign-functions=2 -malign-jumps=2 -malign-loops=2 + ;; + ppc) + append-flags -Wno-unused -funroll-loops -fstrength-reduce -fomit-frame-pointer -ffast-math -fsigned-char + ;; + hppa) + append-flags -ffunction-sections + ;; + esac + + sed -i \ + -e "/^PREFIX/s:=.*:=/usr:" \ + -e "/^BINDIR/s:=.*:=${GAMES_BINDIR}:" \ + -e "/^MANDIR/s:=.*:=/usr/share/man/man6:" \ + -e "/^XMAMEROOT/s:=.*:=${GAMES_DATADIR}/${TARGET}:" \ + -e "/^TARGET/s:mame:${TARGET:1}:" \ + -e "s:^CFLAGS =:CFLAGS=${CFLAGS}:" \ + Makefile \ + || die "sed Makefile failed" + sed -i \ + -e "s:[Xx]mame:${TARGET}:g" \ + doc/*.6 \ + || die "sed man pages failed" + sed -i \ + -e '/^QUIET/s:^:#:' src/unix/unix.mak \ + || die "sed src/unix/unix.mak failed" +} + +src_compile() { + local disp=0 + if use sdl ; then + emake DISPLAY_METHOD=SDL || die "emake failed (SDL)" + disp=1 + fi + if use svga ; then + emake DISPLAY_METHOD=svgalib || die "emake failed (svgalib)" + disp=1 + fi + if use ggi ; then + #emake DISPLAY_METHOD=ggi || die "emake failed (ggi)" + #disp=1 + ewarn "GGI support is currently (0.86) broken :(" + fi + if use opengl ; then + emake DISPLAY_METHOD=xgl || die "emake failed (xgl)" + disp=1 + fi + if [ ${disp} -eq 0 ] || use X || use dga || use xv ; then + emake DISPLAY_METHOD=x11 || die "emake failed (x11)" + fi +} + +src_install() { + local disp=0 + + sed -i \ + -e "s:^PREFIX.*:PREFIX=${D}/usr:" \ + -e "s:^BINDIR.*:BINDIR=${D}/${GAMES_BINDIR}:" \ + -e "s:^MANDIR.*:MANDIR=${D}/usr/share/man/man6:" \ + -e "s:^XMAMEROOT.*:XMAMEROOT=${D}/${GAMES_DATADIR}/${TARGET}:" \ + Makefile \ + || die "sed Makefile failed" + + if use sdl ; then + make DISPLAY_METHOD=SDL install || die "install failed (sdl)" + disp=1 + fi + if use svga ; then + make DISPLAY_METHOD=svgalib install || die "install failed (svga)" + disp=1 + fi + if use ggi ; then + #make DISPLAY_METHOD=ggi install || die "install failed (ggi)" + #disp=1 + ewarn "GGI support is currently (0.86) broken :(" + fi + if use opengl ; then + make DISPLAY_METHOD=xgl install || die "install failed (xgl)" + disp=1 + fi + if [ ${disp} -eq 0 ] || use X || use dga || use xv ; then + make DISPLAY_METHOD=x11 install || die "install failed (x11)" + fi + dogamesbin chdman || die "dogamesbin chdman failed" + + dodir "${GAMES_DATADIR}/${PN}" + cp -r ctrlr "${D}/${GAMES_DATADIR}/${PN}/" || die "cp failed" + dodoc doc/{changes.*,*.txt,mame/*,${TARGET}rc.dist} README todo \ + || die "dodoc failed" + dohtml -r doc/* || die "dohtml failed" + + if use opengl ; then + dosym "${TARGET}.xgl" "${GAMES_BINDIR}/${TARGET}" + elif [ ${disp} -eq 0 ] || use X || use dga || use xv ; then + dosym "${TARGET}.x11" "${GAMES_BINDIR}/${TARGET}" + elif use sdl ; then + dosym "${TARGET}.SDL" "${GAMES_BINDIR}/${TARGET}" + elif use svga ; then + dosym ${TARGET}.svgalib ${GAMES_BINDIR}/${TARGET} + #elif use ggi ; then + # dosym ${TARGET}.ggi ${GAMES_BINDIR}/${TARGET} + fi + prepgamesdirs +} + +pkg_postinst() { + games_pkg_postinst + einfo "Your available MAME binaries are: ${TARGET}" + if useq X || useq dga || useq xv ; then + einfo " ${TARGET}.x11" + fi + useq sdl && einfo " ${TARGET}.SDL" + #useq ggi && einfo " ${TARGET}.ggi" + useq svga && einfo " ${TARGET}.svgalib" + useq opengl && einfo " ${TARGET}.xgl" +} |