[arch-commits] Commit in mame/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Feb 29 14:51:00 UTC 2020


    Date: Saturday, February 29, 2020 @ 14:50:59
  Author: arojas
Revision: 586921

Update to 0.219, use internal asio

Modified:
  mame/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-29 14:04:49 UTC (rev 586920)
+++ PKGBUILD	2020-02-29 14:50:59 UTC (rev 586921)
@@ -4,7 +4,7 @@
 # Contributor: JJDaNiMoTh <jjdanimoth at gmail.com>
 
 pkgname=mame
-pkgver=0.218
+pkgver=0.219
 pkgrel=1
 pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support."
 url="https://mamedev.org/"
@@ -16,7 +16,7 @@
 replaces=(sdlmame)
 source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz"
          mame.sh mame.desktop mame.svg)
-sha256sums=('c855d2a53956d7ecc6b2d029747495278cd701dc785c50548f0f20ffa673b91f'
+sha256sums=('9513c046033e451d86adfdd297da8a2ad9b6642a2f3ef669e1443d0acc2c2e0b'
             'ee1c59bafc5e5441e99fa4c58108a3e18048e60672f34de865c8a5a976094dba'
             '6beb883c8efed5b7466d43d0658b47c3e4a9928b5d0245ed56446b230e28306b'
             '17c442c933d764175e4ce1de50a80c0c2ddd5d733caf09c3cd5e6ba697ac43f4')
@@ -27,11 +27,13 @@
 
 # Use system libraries
   sed -e 's|\# USE_SYSTEM_LIB|USE_SYSTEM_LIB|g' -i makefile
+# except for asio
+  sed -e 's|USE_SYSTEM_LIB_ASIO|\# USE_SYSTEM_LIB_ASIO|g' -i makefile
 }
 
 build() {
   cd mame-mame${pkgver/./}
-  make \
+  make -j1 \
     NOWERROR=1 \
     OPTIMIZE=2 \
     TOOLS=1 \



More information about the arch-commits mailing list