[arch-commits] Commit in mame/repos/community-x86_64 (4 files)
Antonio Rojas
arojas at archlinux.org
Wed Jul 25 07:53:06 UTC 2018
Date: Wednesday, July 25, 2018 @ 07:53:05
Author: arojas
Revision: 363362
archrelease: copy trunk to community-x86_64
Added:
mame/repos/community-x86_64/PKGBUILD
(from rev 363361, mame/trunk/PKGBUILD)
mame/repos/community-x86_64/mame.sh
(from rev 363361, mame/trunk/mame.sh)
Deleted:
mame/repos/community-x86_64/PKGBUILD
mame/repos/community-x86_64/mame.sh
----------+
PKGBUILD | 144 ++++++++++++++++++++++++++++++-------------------------------
mame.sh | 112 +++++++++++++++++++++++------------------------
2 files changed, 128 insertions(+), 128 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-25 07:52:43 UTC (rev 363361)
+++ PKGBUILD 2018-07-25 07:53:05 UTC (rev 363362)
@@ -1,72 +0,0 @@
-# $Id: PKGBUILD 313659 2018-03-31 22:58:35Z arojas $
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: robb_force <robb_force at holybuffalo.net>
-# Contributor: JJDaNiMoTh <jjdanimoth at gmail.com>
-
-pkgname=mame
-pkgver=0.199
-pkgrel=2
-pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support."
-url="http://mamedev.org/"
-license=(GPL2)
-arch=(x86_64)
-depends=(sdl2_ttf qt5-base lua libutf8proc pugixml portmidi portaudio)
-makedepends=(nasm python asio rapidjson glm libxinerama)
-conflicts=(sdlmame)
-replaces=(sdlmame)
-source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz" mame.sh)
-sha256sums=('cf4511d6c893e699fd5bc510133aee75c852942321e1c668c9d5802229bec116'
- 'd089e182d3aadf3b9efb7948329923e24feedd64d107f9582f2550c2e3bb6d1d')
-
-
-prepare() {
- cd mame-mame${pkgver/./}
-
-# Use system libraries
- sed -e 's|\# USE_SYSTEM_LIB|USE_SYSTEM_LIB|g' -i makefile
-}
-
-build() {
- cd mame-mame${pkgver/./}
- make \
- NOWERROR=1 \
- OPTIMIZE=2 \
- TOOLS=1 \
- ARCHOPTS=-flifetime-dse=1
-}
-
-package() {
- cd mame-mame${pkgver/./}
-
- # Install the mame script
- install -Dm755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-
- # Install the binaries
- install -Dm755 mame64 "$pkgdir"/usr/lib/mame/mame
- for _i in castool chdman imgtool jedutil nltool nlwav pngcmp regrep romcmp src2html \
- split srcclean ldverify ldresample; do
- install -m755 $_i -t "$pkgdir"/usr/lib/mame
- done
-
- # Install the extra bits
- install -Dm644 src/osd/modules/opengl/shader/glsl*.*h -t "$pkgdir"/usr/lib/$pkgname/shader/
- cp -ar {artwork,bgfx,plugins,language,ctrlr,keymaps,hash} "$pkgdir"/usr/lib/$pkgname/
-
- # Include the license
- install -Dm644 docs/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
- # FS#28203
- sed -i 's|KEYCODE_2_PAD|KEYCODE_2PAD|' "$pkgdir"/usr/lib/mame/ctrlr/*.cfg
- sed -i 's|KEYCODE_4_PAD|KEYCODE_4PAD|' "$pkgdir"/usr/lib/mame/ctrlr/*.cfg
- sed -i 's|KEYCODE_6_PAD|KEYCODE_6PAD|' "$pkgdir"/usr/lib/mame/ctrlr/*.cfg
- sed -i 's|KEYCODE_8_PAD|KEYCODE_8PAD|' "$pkgdir"/usr/lib/mame/ctrlr/*.cfg
-
- # documentation
- install -dm0755 "$pkgdir"/usr/share/doc
- cp -a docs "$pkgdir"/usr/share/doc/$pkgname
- rm -r "$pkgdir"/usr/share/doc/$pkgname/man
- install -d "$pkgdir"/usr/share/man/man{1,6}
- install -m644 docs/man/*.1* "$pkgdir"/usr/share/man/man1/
- install -m644 docs/man/*.6* "$pkgdir"/usr/share/man/man6/
-}
Copied: mame/repos/community-x86_64/PKGBUILD (from rev 363361, mame/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-25 07:53:05 UTC (rev 363362)
@@ -0,0 +1,72 @@
+# $Id: PKGBUILD 313659 2018-03-31 22:58:35Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: robb_force <robb_force at holybuffalo.net>
+# Contributor: JJDaNiMoTh <jjdanimoth at gmail.com>
+
+pkgname=mame
+pkgver=0.200
+pkgrel=1
+pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support."
+url="http://mamedev.org/"
+license=(GPL2)
+arch=(x86_64)
+depends=(sdl2_ttf qt5-base lua libutf8proc pugixml portmidi portaudio)
+makedepends=(nasm python asio rapidjson glm libxinerama)
+conflicts=(sdlmame)
+replaces=(sdlmame)
+source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz" mame.sh)
+sha256sums=('a6c43323e120f55b32c072726bdda357aa221a599070989b6e3406ee4e3983fe'
+ 'd089e182d3aadf3b9efb7948329923e24feedd64d107f9582f2550c2e3bb6d1d')
+
+
+prepare() {
+ cd mame-mame${pkgver/./}
+
+# Use system libraries
+ sed -e 's|\# USE_SYSTEM_LIB|USE_SYSTEM_LIB|g' -i makefile
+}
+
+build() {
+ cd mame-mame${pkgver/./}
+ make \
+ NOWERROR=1 \
+ OPTIMIZE=2 \
+ TOOLS=1 \
+ ARCHOPTS=-flifetime-dse=1
+}
+
+package() {
+ cd mame-mame${pkgver/./}
+
+ # Install the mame script
+ install -Dm755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+
+ # Install the binaries
+ install -Dm755 mame64 "$pkgdir"/usr/lib/mame/mame
+ for _i in castool chdman imgtool jedutil nltool nlwav pngcmp regrep romcmp src2html \
+ split srcclean ldverify ldresample; do
+ install -m755 $_i -t "$pkgdir"/usr/lib/mame
+ done
+
+ # Install the extra bits
+ install -Dm644 src/osd/modules/opengl/shader/glsl*.*h -t "$pkgdir"/usr/lib/$pkgname/shader/
+ cp -ar {artwork,bgfx,plugins,language,ctrlr,keymaps,hash} "$pkgdir"/usr/lib/$pkgname/
+
+ # Include the license
+ install -Dm644 docs/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+ # FS#28203
+ sed -i 's|KEYCODE_2_PAD|KEYCODE_2PAD|' "$pkgdir"/usr/lib/mame/ctrlr/*.cfg
+ sed -i 's|KEYCODE_4_PAD|KEYCODE_4PAD|' "$pkgdir"/usr/lib/mame/ctrlr/*.cfg
+ sed -i 's|KEYCODE_6_PAD|KEYCODE_6PAD|' "$pkgdir"/usr/lib/mame/ctrlr/*.cfg
+ sed -i 's|KEYCODE_8_PAD|KEYCODE_8PAD|' "$pkgdir"/usr/lib/mame/ctrlr/*.cfg
+
+ # documentation
+ install -dm0755 "$pkgdir"/usr/share/doc
+ cp -a docs "$pkgdir"/usr/share/doc/$pkgname
+ rm -r "$pkgdir"/usr/share/doc/$pkgname/man
+ install -d "$pkgdir"/usr/share/man/man{1,6}
+ install -m644 docs/man/*.1* "$pkgdir"/usr/share/man/man1/
+ install -m644 docs/man/*.6* "$pkgdir"/usr/share/man/man6/
+}
Deleted: mame.sh
===================================================================
--- mame.sh 2018-07-25 07:52:43 UTC (rev 363361)
+++ mame.sh 2018-07-25 07:53:05 UTC (rev 363362)
@@ -1,56 +0,0 @@
-#!/bin/sh
-
-# Create a variable equal to $HOME that will be used later in the ini creation
-home=('$HOME')
-
-if [ "$1" != "" ] && [ "$1" = "--newini" ]; then
- echo "Rebuilding the ini file at $HOME/.mame/mame.ini"
- echo "Modify this file for permanent changes to your MAME"
- echo "options and paths before running MAME again."
- cd $HOME/.mame
- if [ -e mame.ini ]; then
- echo "Your old ini file has been renamed to mameini.bak"
- mv mame.ini mameini.bak
- fi
- /usr/lib/mame/mame \
- -artpath "$home/.mame/artwork;artwork" \
- -ctrlrpath "$home/.mame/ctrlr;ctrlr" \
- -inipath $home/.mame/ini \
- -rompath $home/.mame/roms \
- -samplepath $home/.mame/samples \
- -cfg_directory $home/.mame/cfg \
- -comment_directory $home/.mame/comments \
- -diff_directory $home/.mame/diff \
- -input_directory $home/.mame/inp \
- -nvram_directory $home/.mame/nvram \
- -snapshot_directory $home/.mame/snap \
- -state_directory $home/.mame/sta \
- -video opengl \
- -createconfig
-elif [ ! -e $HOME/.mame ]; then
- echo "Running MAME for the first time..."
- echo "Creating an ini file for MAME at $HOME/.mame/mame.ini"
- echo "Modify this file for permanent changes to your MAME"
- echo "options and paths before running MAME again."
- mkdir $HOME/.mame
- mkdir $HOME/.mame/{artwork,cfg,comments,ctrlr,diff,ini,inp,nvram,samples,snap,sta,roms}
- cd $HOME/.mame
- /usr/lib/mame/mame \
- -artpath "$home/.mame/artwork;artwork" \
- -ctrlrpath "$home/.mame/ctrlr;ctrlr" \
- -inipath $home/.mame/ini \
- -rompath $home/.mame/roms \
- -samplepath $home/.mame/samples \
- -cfg_directory $home/.mame/cfg \
- -comment_directory $home/.mame/comments \
- -diff_directory $home/.mame/diff \
- -input_directory $home/.mame/inp \
- -nvram_directory $home/.mame/nvram \
- -snapshot_directory $home/.mame/snap \
- -state_directory $home/.mame/sta \
- -video opengl \
- -createconfig
-else
- cd /usr/lib/mame
- ./mame "$@"
-fi
Copied: mame/repos/community-x86_64/mame.sh (from rev 363361, mame/trunk/mame.sh)
===================================================================
--- mame.sh (rev 0)
+++ mame.sh 2018-07-25 07:53:05 UTC (rev 363362)
@@ -0,0 +1,56 @@
+#!/bin/sh
+
+# Create a variable equal to $HOME that will be used later in the ini creation
+home=('$HOME')
+
+if [ "$1" != "" ] && [ "$1" = "--newini" ]; then
+ echo "Rebuilding the ini file at $HOME/.mame/mame.ini"
+ echo "Modify this file for permanent changes to your MAME"
+ echo "options and paths before running MAME again."
+ cd $HOME/.mame
+ if [ -e mame.ini ]; then
+ echo "Your old ini file has been renamed to mameini.bak"
+ mv mame.ini mameini.bak
+ fi
+ /usr/lib/mame/mame \
+ -artpath "$home/.mame/artwork;artwork" \
+ -ctrlrpath "$home/.mame/ctrlr;ctrlr" \
+ -inipath $home/.mame/ini \
+ -rompath $home/.mame/roms \
+ -samplepath $home/.mame/samples \
+ -cfg_directory $home/.mame/cfg \
+ -comment_directory $home/.mame/comments \
+ -diff_directory $home/.mame/diff \
+ -input_directory $home/.mame/inp \
+ -nvram_directory $home/.mame/nvram \
+ -snapshot_directory $home/.mame/snap \
+ -state_directory $home/.mame/sta \
+ -video opengl \
+ -createconfig
+elif [ ! -e $HOME/.mame ]; then
+ echo "Running MAME for the first time..."
+ echo "Creating an ini file for MAME at $HOME/.mame/mame.ini"
+ echo "Modify this file for permanent changes to your MAME"
+ echo "options and paths before running MAME again."
+ mkdir $HOME/.mame
+ mkdir $HOME/.mame/{artwork,cfg,comments,ctrlr,diff,ini,inp,nvram,samples,snap,sta,roms}
+ cd $HOME/.mame
+ /usr/lib/mame/mame \
+ -artpath "$home/.mame/artwork;artwork" \
+ -ctrlrpath "$home/.mame/ctrlr;ctrlr" \
+ -inipath $home/.mame/ini \
+ -rompath $home/.mame/roms \
+ -samplepath $home/.mame/samples \
+ -cfg_directory $home/.mame/cfg \
+ -comment_directory $home/.mame/comments \
+ -diff_directory $home/.mame/diff \
+ -input_directory $home/.mame/inp \
+ -nvram_directory $home/.mame/nvram \
+ -snapshot_directory $home/.mame/snap \
+ -state_directory $home/.mame/sta \
+ -video opengl \
+ -createconfig
+else
+ cd /usr/lib/mame
+ ./mame "$@"
+fi
More information about the arch-commits
mailing list