Date: Wednesday, June 27, 2018 @ 12:09:34 Author: arojas Revision: 346336
Update to 0.199, use system libraries Modified: mame/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-27 12:05:24 UTC (rev 346335) +++ PKGBUILD 2018-06-27 12:09:34 UTC (rev 346336) @@ -5,20 +5,28 @@ # Contributor: JJDaNiMoTh <[email protected]> pkgname=mame -pkgver=0.198 +pkgver=0.199 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 alsa-lib qt5-base) -makedepends=(nasm mesa python libxinerama) +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=('0c354a5c3d82d46acf2183d6be291364c4454ce6ffdd79cf3397174779cff8fa' +sha256sums=('cf4511d6c893e699fd5bc510133aee75c852942321e1c668c9d5802229bec116' '050e7238aa504992e604fa0458d7c5b75183d435e6f8123ad320731731323f61') + +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 \
