summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2018-02-11 04:15:51 +0100
committerMartin Väth <martin@mvath.de>2018-02-11 04:24:17 +0100
commit0e370e91ee2ccdec6796280ca1f23a141e36699e (patch)
tree539ddf89cd4335b99ee246ae6b0164c51837b243 /games-emulation/xmame
parentMerge pull request #4 from Francesco149/xmame-fixes (diff)
downloadmv-0e370e91ee2ccdec6796280ca1f23a141e36699e.tar.gz
mv-0e370e91ee2ccdec6796280ca1f23a141e36699e.tar.bz2
mv-0e370e91ee2ccdec6796280ca1f23a141e36699e.zip
games-emulation/xmame games-emulation/xmess: Credits, update URL, revbump
Diffstat (limited to 'games-emulation/xmame')
-rw-r--r--games-emulation/xmame/files/fix-zn1-looping-sound.patch2
-rw-r--r--games-emulation/xmame/xmame-0.106-r2.ebuild (renamed from games-emulation/xmame/xmame-0.106-r1.ebuild)6
2 files changed, 4 insertions, 4 deletions
diff --git a/games-emulation/xmame/files/fix-zn1-looping-sound.patch b/games-emulation/xmame/files/fix-zn1-looping-sound.patch
index 66a03ed3..2bd051a0 100644
--- a/games-emulation/xmame/files/fix-zn1-looping-sound.patch
+++ b/games-emulation/xmame/files/fix-zn1-looping-sound.patch
@@ -1,3 +1,5 @@
+# backport fix for looping sounds in the ZN-1
+# by https://github.com/Francesco149/
diff --git a/src/sound/psx.c b/src/sound/psx.c
index aa887e2..9c86ace 100644
--- a/src/sound/psx.c
diff --git a/games-emulation/xmame/xmame-0.106-r1.ebuild b/games-emulation/xmame/xmame-0.106-r2.ebuild
index 0de58c20..f99f68f5 100644
--- a/games-emulation/xmame/xmame-0.106-r1.ebuild
+++ b/games-emulation/xmame/xmame-0.106-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2016 Gentoo Foundation
+# Copyright 2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -58,8 +58,6 @@ toggle_feature2() {
}
src_prepare() {
- default
-
local mycpu
case ${ARCH} in
@@ -144,7 +142,7 @@ EOF
-e 's/doinstallsuid/doinstall/' \
-e '/^QUIET/s:^:#:' src/unix/unix.mak \
|| die "sed src/unix/unix.mak failed"
- eapply_user
+ default
}
src_compile() {