summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-08-16 10:40:32 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-08-16 10:40:32 +0000
commit6e8a263eec31e3c67bc9d5f8d5346af92f8b3dbc (patch)
tree0878b038795fedec98d401f8f2e78c863418db91 /games-emulation
parentx86 stable (Manifest recommit) (diff)
downloadgentoo-2-6e8a263eec31e3c67bc9d5f8d5346af92f8b3dbc.tar.gz
gentoo-2-6e8a263eec31e3c67bc9d5f8d5346af92f8b3dbc.tar.bz2
gentoo-2-6e8a263eec31e3c67bc9d5f8d5346af92f8b3dbc.zip
clean older versions
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/xmame/files/digest-xmame-0.78.11
-rw-r--r--games-emulation/xmame/files/digest-xmame-0.79.11
-rw-r--r--games-emulation/xmame/files/digest-xmame-0.80.11
-rw-r--r--games-emulation/xmame/files/digest-xmame-0.81.11
-rw-r--r--games-emulation/xmame/xmame-0.78.1.ebuild231
-rw-r--r--games-emulation/xmame/xmame-0.79.1.ebuild250
-rw-r--r--games-emulation/xmame/xmame-0.80.1.ebuild251
-rw-r--r--games-emulation/xmame/xmame-0.81.1.ebuild245
8 files changed, 0 insertions, 981 deletions
diff --git a/games-emulation/xmame/files/digest-xmame-0.78.1 b/games-emulation/xmame/files/digest-xmame-0.78.1
deleted file mode 100644
index c2d6aab01b6d..000000000000
--- a/games-emulation/xmame/files/digest-xmame-0.78.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e92c61e0040114db3a83b7dbb7fc9449 xmame-0.78.1.tar.bz2 12148685
diff --git a/games-emulation/xmame/files/digest-xmame-0.79.1 b/games-emulation/xmame/files/digest-xmame-0.79.1
deleted file mode 100644
index 521ede1d85de..000000000000
--- a/games-emulation/xmame/files/digest-xmame-0.79.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c4fa7a98b1845c3902312ee76f73caca xmame-0.79.1.tar.bz2 12369791
diff --git a/games-emulation/xmame/files/digest-xmame-0.80.1 b/games-emulation/xmame/files/digest-xmame-0.80.1
deleted file mode 100644
index d262aff9c186..000000000000
--- a/games-emulation/xmame/files/digest-xmame-0.80.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f2e51b0a695ee508ea76df86dd426730 xmame-0.80.1.tar.bz2 12460829
diff --git a/games-emulation/xmame/files/digest-xmame-0.81.1 b/games-emulation/xmame/files/digest-xmame-0.81.1
deleted file mode 100644
index 46ebacf57dc5..000000000000
--- a/games-emulation/xmame/files/digest-xmame-0.81.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 63d2f69f8792974ca3018354e1924251 xmame-0.81.1.tar.bz2 12652732
diff --git a/games-emulation/xmame/xmame-0.78.1.ebuild b/games-emulation/xmame/xmame-0.78.1.ebuild
deleted file mode 100644
index b191d5db8629..000000000000
--- a/games-emulation/xmame/xmame-0.78.1.ebuild
+++ /dev/null
@@ -1,231 +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/xmame/xmame-0.78.1.ebuild,v 1.7 2004/06/24 22:37:24 agriffis Exp $
-
-inherit games flag-o-matic gcc eutils
-
-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"
-IUSE="sdl dga xv alsa esd opengl X 3dfx svga ggi arts joystick net"
-
-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? ( dev-lang/icc )
-
-S=${WORKDIR}/xmame-${PV}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-glx-fix.patch
- epatch ${FILESDIR}/${PV}-osd_die.patch
- sed -i 's:JOY_BUTTONS 16:JOY_BUTTONS 32:' src/unix/devices.h || die "setting joybuttons failed" #36818
-
- #ln -s makefile.unix Makefile
- case "${ARCH}" in
- x86|ia64|amd64)
- sed -i \
- -e '/X86_ASM_68000 =/s:#::' \
- -e '/X86_MIPS3_DRC =/s:#::' Makefile \
- || die "sed Makefile (x86) failed"
- if use joystick ; then
- sed -i \
- -e '/JOY_I386.*=/s:#::' Makefile \
- || die "sed Makefile (joystick) failed"
- fi
- ;;
- ppc|sparc)
- sed -i \
- -e '/^MY_CPU/s:i386:risc:' Makefile \
- || die "sed Makefile (ppc|sparc) failed"
- epatch ${FILESDIR}/${PV}-big_endian.patch
- ;;
- alpha)
- sed -i \
- -e '/^MY_CPU/s:i386:alpha:' Makefile \
- || die "sed Makefile (alpha) failed"
- epatch ${FILESDIR}/${PV}-big_endian.patch
- ;;
- mips)
- sed -i \
- -e '/^MY_CPU/s:i386:mips:' Makefile \
- || die "sed Makefile (mips) failed"
- epatch ${FILESDIR}/${PV}-big_endian.patch
- ;;
- esac
-
- if use net ; then
- sed -i \
- -e '/XMAME_NET/s:#::' Makefile \
- || die "sed Makefile (net) failed"
-# Icc sucks #41342
-# if use icc ; then
-# ewarn "Sorry, but net support is not compatible with icc."
-# ewarn "icc support has been ignored in favor of net support."
-# fi
-# else
-# if use icc ; then
-# epatch ${FILESDIR}/${PV}-icc.patch
-# sed -i \
-# -e '/^CC/s:gcc:icc:' Makefile \
-# || die "sed Makefile (icc) failed"
-# fi
- fi
- if use esd ; then
- sed -i \
- -e '/SOUND_ESOUND/s:#::' Makefile \
- || die "sed Makefile (esd) failed"
- fi
- if use alsa ; then
- sed -i \
- -e '/SOUND_ALSA/s:#::' Makefile \
- || die "sed Makefile (alsa) failed"
- fi
- if use arts ; then
- sed -i \
- -e '/SOUND_ARTS/s:#::' Makefile \
- || die "sed Makefile (arts) failed"
- fi
- if use sdl ; then
- sed -i \
- -e '/SOUND_SDL/s:#::' Makefile \
- || die "sed Makefile (sdl) failed"
- fi
- if use dga ; then
- sed -i \
- -e '/X11_DGA/s:#::' Makefile \
- || die "sed Makefile (dga) failed"
- if use 3dfx ; then
- sed -i \
- -e '/TDFX_DGA_WORKAROUND/s:#::' Makefile \
- || die "sed Makefile (dga) failed"
- fi
- fi
-
- if use xv ; then
- sed -i \
- -e '/X11_XV/s:#::' Makefile \
- || die "sed Makefile (xv) failed"
- fi
-
- case ${ARCH} in
- x86) append-flags -Wno-unused -fomit-frame-pointer -fstrict-aliasing -fstrength-reduce -ffast-math
- [ `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
- ;;
- esac
- sed -i \
- -e "/^PREFIX/s:=.*:=/usr:" \
- -e "/^BINDIR/s:=.*:=${GAMES_BINDIR}:" \
- -e "/^XMAMEROOT/s:=.*:=${GAMES_DATADIR}/${TARGET}:" \
- -e "/^TARGET/s:mame:${TARGET:1}:" \
- -e "s:^CFLAGS =:CFLAGS=${CFLAGS}:" Makefile \
- || die "sed Makefile failed"
-}
-
-src_compile() {
- local disp=0
- if use sdl ; then
- emake -j1 DISPLAY_METHOD=SDL || die "emake failed (SDL)"
- disp=1
- fi
- if use svga ; then
- emake -j1 DISPLAY_METHOD=svgalib || die "emake failed (svgalib)"
- disp=1
- fi
- if use ggi ; then
- emake -j1 DISPLAY_METHOD=ggi || die "emake failed (ggi)"
- disp=1
- fi
- if use opengl ; then
- emake -j1 DISPLAY_METHOD=xgl || die "emake failed (xgl)"
- disp=1
- fi
- if [ ${disp} -eq 0 ] || use X || use dga || use xv ; then
- emake -j1 DISPLAY_METHOD=x11 || die "emake failed (x11)"
- fi
-}
-
-src_install() {
- sed -i \
- -e "s:Xmame:${TARGET}:g" \
- -e "s:xmame:${TARGET}:g" \
- doc/*.6
- sed -i \
- -e "s:^PREFIX.*:PREFIX=${D}/usr:" \
- -e "s:^BINDIR.*:BINDIR=${D}/${GAMES_BINDIR}:" \
- -e "s:^XMAMEROOT.*:XMAMEROOT=${D}/${GAMES_DATADIR}/${TARGET}:" \
- Makefile
-
- local disp=0
- 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
- 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
-
- 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 use X || use dga || use xv; then
- einfo " ${TARGET}.x11"
- fi
- use sdl && einfo " ${TARGET}.SDL"
- use ggi && einfo " ${TARGET}.ggi"
- use svga && einfo " ${TARGET}.svgalib"
- use opengl && einfo " ${TARGET}.xgl"
-}
diff --git a/games-emulation/xmame/xmame-0.79.1.ebuild b/games-emulation/xmame/xmame-0.79.1.ebuild
deleted file mode 100644
index 0410376f20a6..000000000000
--- a/games-emulation/xmame/xmame-0.79.1.ebuild
+++ /dev/null
@@ -1,250 +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/xmame/xmame-0.79.1.ebuild,v 1.6 2004/06/24 22:37:24 agriffis Exp $
-
-inherit games flag-o-matic gcc eutils
-
-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="sdl dga xv alsa esd opengl X 3dfx svga ggi arts joystick net"
-
-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? ( dev-lang/icc )
-
-S=${WORKDIR}/xmame-${PV}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-glx-fix.patch
- sed -i 's:JOY_BUTTONS 16:JOY_BUTTONS 32:' src/unix/devices.h || die "setting joybuttons failed" #36818
-
- #ln -s makefile.unix Makefile
- case "${ARCH}" in
- x86)
- sed -i \
- -e '/X86_ASM_68000 =/s:#::' \
- -e '/X86_MIPS3_DRC =/s:#::' Makefile \
- || die "sed Makefile (x86) failed"
- if use joystick ; then
- sed -i \
- -e '/JOY_I386.*=/s:#::' Makefile \
- || die "sed Makefile (joystick) failed"
- fi
- ;;
- ia64)
- sed -i \
- -e '/^MY_CPU/s:i386:ia64:' Makefile \
- || die "sed Makefile (ia64) failed"
- if use joystick ; then
- sed -i \
- -e '/JOY_I386.*=/s:#::' Makefile \
- || die "sed Makefile (joystick) failed"
- fi
- ;;
- amd64)
- sed -i \
- -e '/^MY_CPU/s:i386:amd64:' Makefile \
- || die "sed Makefile (amd64) failed"
- if use joystick ; then
- sed -i \
- -e '/JOY_I386.*=/s:#::' Makefile \
- || die "sed Makefile (joystick) failed"
- fi
- ;;
- ppc|sparc|hppa)
- sed -i \
- -e '/^MY_CPU/s:i386:risc:' Makefile \
- || die "sed Makefile (ppc|sparc) failed"
- ;;
- alpha)
- sed -i \
- -e '/^MY_CPU/s:i386:alpha:' Makefile \
- || die "sed Makefile (alpha) failed"
- ;;
- mips)
- sed -i \
- -e '/^MY_CPU/s:i386:mips:' Makefile \
- || die "sed Makefile (mips) failed"
- ;;
- esac
-
- if use net ; then
- sed -i \
- -e '/XMAME_NET/s:#::' Makefile \
- || die "sed Makefile (net) failed"
-# Icc sucks #41342
-# if use icc ; then
-# ewarn "Sorry, but net support is not compatible with icc."
-# ewarn "icc support has been ignored in favor of net support."
-# fi
-# else
-# if use icc ; then
-# epatch ${FILESDIR}/${PV}-icc.patch
-# sed -i \
-# -e '/^CC/s:gcc:icc:' Makefile \
-# || die "sed Makefile (icc) failed"
-# fi
- fi
- if use esd ; then
- sed -i \
- -e '/SOUND_ESOUND/s:#::' Makefile \
- || die "sed Makefile (esd) failed"
- fi
- if use alsa ; then
- sed -i \
- -e '/SOUND_ALSA/s:#::' Makefile \
- || die "sed Makefile (alsa) failed"
- fi
- if use arts ; then
- sed -i \
- -e '/SOUND_ARTS/s:#::' Makefile \
- || die "sed Makefile (arts) failed"
- fi
- if use sdl ; then
- sed -i \
- -e '/SOUND_SDL/s:#::' Makefile \
- || die "sed Makefile (sdl) failed"
- fi
- if use dga ; then
- sed -i \
- -e '/X11_DGA/s:#::' Makefile \
- || die "sed Makefile (dga) failed"
- if use 3dfx ; then
- sed -i \
- -e '/TDFX_DGA_WORKAROUND/s:#::' Makefile \
- || die "sed Makefile (dga) failed"
- fi
- fi
-
- if use xv ; then
- sed -i \
- -e '/X11_XV/s:#::' Makefile \
- || die "sed Makefile (xv) failed"
- fi
-
- case ${ARCH} in
- x86|ia64|amd64) append-flags -Wno-unused -fomit-frame-pointer -fstrict-aliasing -fstrength-reduce -ffast-math
- [ `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 "/^XMAMEROOT/s:=.*:=${GAMES_DATADIR}/${TARGET}:" \
- -e "/^TARGET/s:mame:${TARGET:1}:" \
- -e "s:^CFLAGS =:CFLAGS=${CFLAGS}:" Makefile \
- || die "sed Makefile failed"
-}
-
-src_compile() {
- local disp=0
- if use sdl ; then
- emake -j1 DISPLAY_METHOD=SDL || die "emake failed (SDL)"
- disp=1
- fi
- if use svga ; then
- emake -j1 DISPLAY_METHOD=svgalib || die "emake failed (svgalib)"
- disp=1
- fi
- if use ggi ; then
- emake -j1 DISPLAY_METHOD=ggi || die "emake failed (ggi)"
- disp=1
- fi
- if use opengl ; then
- emake -j1 DISPLAY_METHOD=xgl || die "emake failed (xgl)"
- disp=1
- fi
- if [ ${disp} -eq 0 ] || use X || use dga || use xv ; then
- emake -j1 DISPLAY_METHOD=x11 || die "emake failed (x11)"
- fi
-}
-
-src_install() {
- sed -i \
- -e "s:Xmame:${TARGET}:g" \
- -e "s:xmame:${TARGET}:g" \
- doc/*.6
- sed -i \
- -e "s:^PREFIX.*:PREFIX=${D}/usr:" \
- -e "s:^BINDIR.*:BINDIR=${D}/${GAMES_BINDIR}:" \
- -e "s:^XMAMEROOT.*:XMAMEROOT=${D}/${GAMES_DATADIR}/${TARGET}:" \
- Makefile
-
- local disp=0
- 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
- 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
-
- 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 use X || use dga || use xv; then
- einfo " ${TARGET}.x11"
- fi
- use sdl && einfo " ${TARGET}.SDL"
- use ggi && einfo " ${TARGET}.ggi"
- use svga && einfo " ${TARGET}.svgalib"
- use opengl && einfo " ${TARGET}.xgl"
-}
diff --git a/games-emulation/xmame/xmame-0.80.1.ebuild b/games-emulation/xmame/xmame-0.80.1.ebuild
deleted file mode 100644
index bafcb9f39c56..000000000000
--- a/games-emulation/xmame/xmame-0.80.1.ebuild
+++ /dev/null
@@ -1,251 +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/xmame/xmame-0.80.1.ebuild,v 1.4 2004/06/24 22:37:24 agriffis Exp $
-
-inherit games flag-o-matic gcc eutils
-
-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="sdl dga xv alsa esd opengl X 3dfx svga ggi arts joystick net"
-
-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? ( dev-lang/icc )
-
-S=${WORKDIR}/xmame-${PV}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-glx-fix.patch
- epatch ${FILESDIR}/${PV}-make.patch
- sed -i 's:JOY_BUTTONS 16:JOY_BUTTONS 32:' src/unix/devices.h || die "setting joybuttons failed" #36818
-
- #ln -s makefile.unix Makefile
- case "${ARCH}" in
- x86)
- sed -i \
- -e '/X86_ASM_68000 =/s:#::' \
- -e '/X86_MIPS3_DRC =/s:#::' Makefile \
- || die "sed Makefile (x86) failed"
- if use joystick ; then
- sed -i \
- -e '/JOY_I386.*=/s:#::' Makefile \
- || die "sed Makefile (joystick) failed"
- fi
- ;;
- ia64)
- sed -i \
- -e '/^MY_CPU/s:i386:ia64:' Makefile \
- || die "sed Makefile (ia64) failed"
- if use joystick ; then
- sed -i \
- -e '/JOY_I386.*=/s:#::' Makefile \
- || die "sed Makefile (joystick) failed"
- fi
- ;;
- amd64)
- sed -i \
- -e '/^MY_CPU/s:i386:amd64:' Makefile \
- || die "sed Makefile (amd64) failed"
- if use joystick ; then
- sed -i \
- -e '/JOY_I386.*=/s:#::' Makefile \
- || die "sed Makefile (joystick) failed"
- fi
- ;;
- ppc|sparc|hppa)
- sed -i \
- -e '/^MY_CPU/s:i386:risc:' Makefile \
- || die "sed Makefile (ppc|sparc) failed"
- ;;
- alpha)
- sed -i \
- -e '/^MY_CPU/s:i386:alpha:' Makefile \
- || die "sed Makefile (alpha) failed"
- ;;
- mips)
- sed -i \
- -e '/^MY_CPU/s:i386:mips:' Makefile \
- || die "sed Makefile (mips) failed"
- ;;
- esac
-
- if use net ; then
- sed -i \
- -e '/XMAME_NET/s:#::' Makefile \
- || die "sed Makefile (net) failed"
-# Icc sucks #41342
-# if use icc ; then
-# ewarn "Sorry, but net support is not compatible with icc."
-# ewarn "icc support has been ignored in favor of net support."
-# fi
-# else
-# if use icc ; then
-# epatch ${FILESDIR}/${PV}-icc.patch
-# sed -i \
-# -e '/^CC/s:gcc:icc:' Makefile \
-# || die "sed Makefile (icc) failed"
-# fi
- fi
- if use esd ; then
- sed -i \
- -e '/SOUND_ESOUND/s:#::' Makefile \
- || die "sed Makefile (esd) failed"
- fi
- if use alsa ; then
- sed -i \
- -e '/SOUND_ALSA/s:#::' Makefile \
- || die "sed Makefile (alsa) failed"
- fi
- if use arts ; then
- sed -i \
- -e '/SOUND_ARTS/s:#::' Makefile \
- || die "sed Makefile (arts) failed"
- fi
- if use sdl ; then
- sed -i \
- -e '/SOUND_SDL/s:#::' Makefile \
- || die "sed Makefile (sdl) failed"
- fi
- if use dga ; then
- sed -i \
- -e '/X11_DGA/s:#::' Makefile \
- || die "sed Makefile (dga) failed"
- if use 3dfx ; then
- sed -i \
- -e '/TDFX_DGA_WORKAROUND/s:#::' Makefile \
- || die "sed Makefile (dga) failed"
- fi
- fi
-
- if use xv ; then
- sed -i \
- -e '/X11_XV/s:#::' Makefile \
- || die "sed Makefile (xv) failed"
- fi
-
- case ${ARCH} in
- x86|ia64|amd64) append-flags -Wno-unused -fomit-frame-pointer -fstrict-aliasing -fstrength-reduce -ffast-math
- [ `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 "/^XMAMEROOT/s:=.*:=${GAMES_DATADIR}/${TARGET}:" \
- -e "/^TARGET/s:mame:${TARGET:1}:" \
- -e "s:^CFLAGS =:CFLAGS=${CFLAGS}:" Makefile \
- || die "sed Makefile 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
- 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() {
- sed -i \
- -e "s:Xmame:${TARGET}:g" \
- -e "s:xmame:${TARGET}:g" \
- doc/*.6
- sed -i \
- -e "s:^PREFIX.*:PREFIX=${D}/usr:" \
- -e "s:^BINDIR.*:BINDIR=${D}/${GAMES_BINDIR}:" \
- -e "s:^XMAMEROOT.*:XMAMEROOT=${D}/${GAMES_DATADIR}/${TARGET}:" \
- Makefile
-
- local disp=0
- 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
- 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
-
- 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 use X || use dga || use xv; then
- einfo " ${TARGET}.x11"
- fi
- use sdl && einfo " ${TARGET}.SDL"
- use ggi && einfo " ${TARGET}.ggi"
- use svga && einfo " ${TARGET}.svgalib"
- use opengl && einfo " ${TARGET}.xgl"
-}
diff --git a/games-emulation/xmame/xmame-0.81.1.ebuild b/games-emulation/xmame/xmame-0.81.1.ebuild
deleted file mode 100644
index 94f03a1f6d2b..000000000000
--- a/games-emulation/xmame/xmame-0.81.1.ebuild
+++ /dev/null
@@ -1,245 +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/xmame/xmame-0.81.1.ebuild,v 1.4 2004/06/24 22:37:24 agriffis 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="sdl dga xv alsa esd opengl X 3dfx svga ggi arts joystick net"
-
-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}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-glx-fix.patch
- sed -i \
- -e 's:JOY_BUTTONS 16:JOY_BUTTONS 32:' src/unix/devices.h \
- || die "setting joybuttons failed" #36818
-
- case "${ARCH}" in
- x86)
- sed -i \
- -e '/X86_ASM_68000 =/s:#::' \
- -e '/X86_MIPS3_DRC =/s:#::' Makefile \
- || die "sed Makefile (x86) failed"
- if use joystick ; then
- sed -i \
- -e '/JOY_I386.*=/s:#::' Makefile \
- || die "sed Makefile (joystick) failed"
- fi
- ;;
- ia64)
- sed -i \
- -e '/^MY_CPU/s:i386:ia64:' Makefile \
- || die "sed Makefile (ia64) failed"
- if use joystick ; then
- sed -i \
- -e '/JOY_I386.*=/s:#::' Makefile \
- || die "sed Makefile (joystick) failed"
- fi
- ;;
- amd64)
- sed -i \
- -e '/^MY_CPU/s:i386:amd64:' Makefile \
- || die "sed Makefile (amd64) failed"
- if use joystick ; then
- sed -i \
- -e '/JOY_I386.*=/s:#::' Makefile \
- || die "sed Makefile (joystick) failed"
- fi
- ;;
- ppc|sparc|hppa)
- sed -i \
- -e '/^MY_CPU/s:i386:risc:' Makefile \
- || die "sed Makefile (ppc|sparc|hppa) failed"
- ;;
- alpha)
- sed -i \
- -e '/^MY_CPU/s:i386:alpha:' Makefile \
- || die "sed Makefile (alpha) failed"
- ;;
- mips)
- sed -i \
- -e '/^MY_CPU/s:i386:mips:' Makefile \
- || die "sed Makefile (mips) failed"
- ;;
- esac
-
- if use net ; then
- sed -i \
- -e '/XMAME_NET/s:#::' Makefile \
- || die "sed Makefile (net) failed"
- fi
- if use esd ; then
- sed -i \
- -e '/SOUND_ESOUND/s:#::' Makefile \
- || die "sed Makefile (esd) failed"
- fi
- if use alsa ; then
- sed -i \
- -e '/SOUND_ALSA/s:#::' Makefile \
- || die "sed Makefile (alsa) failed"
- fi
- if use arts ; then
- sed -i \
- -e '/SOUND_ARTS/s:#::' Makefile \
- || die "sed Makefile (arts) failed"
- fi
- if use sdl ; then
- sed -i \
- -e '/SOUND_SDL/s:#::' Makefile \
- || die "sed Makefile (sdl) failed"
- fi
- if use dga ; then
- sed -i \
- -e '/X11_DGA/s:#::' Makefile \
- || die "sed Makefile (dga) failed"
- if use 3dfx ; then
- sed -i \
- -e '/TDFX_DGA_WORKAROUND/s:#::' Makefile \
- || die "sed Makefile (dga) failed"
- fi
- fi
-
- if use xv ; then
- sed -i \
- -e '/X11_XV/s:#::' Makefile \
- || die "sed Makefile (xv) failed"
- fi
-
- case ${ARCH} in
- x86|ia64|amd64) append-flags -Wno-unused -fomit-frame-pointer -fstrict-aliasing -fstrength-reduce -ffast-math
- [ $(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"
-}
-
-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
- 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:Xmame:${TARGET}:g" \
- -e "s:xmame:${TARGET}:g" doc/*.6 \
- || die "sed man pages failed"
- 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
- 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
-
- 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 use X || use dga || use xv ; then
- einfo " ${TARGET}.x11"
- fi
- use sdl > /dev/null && einfo " ${TARGET}.SDL"
- use ggi > /dev/null && einfo " ${TARGET}.ggi"
- use svga > /dev/null && einfo " ${TARGET}.svgalib"
- use opengl > /dev/null && einfo " ${TARGET}.xgl"
-}