mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/mame to 0.199-1
This commit is contained in:
parent
179dbe449f
commit
2b7029efe4
1 changed files with 12 additions and 4 deletions
|
@ -10,20 +10,28 @@
|
||||||
highmem=1
|
highmem=1
|
||||||
|
|
||||||
pkgname=mame
|
pkgname=mame
|
||||||
pkgver=0.198
|
pkgver=0.199
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support."
|
pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support."
|
||||||
url="http://mamedev.org/"
|
url="http://mamedev.org/"
|
||||||
license=(GPL2)
|
license=(GPL2)
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
depends=(sdl2_ttf alsa-lib qt5-base)
|
depends=(sdl2_ttf qt5-base lua libutf8proc pugixml portmidi portaudio)
|
||||||
makedepends=(nasm mesa python libxinerama)
|
makedepends=(nasm python asio rapidjson glm libxinerama)
|
||||||
conflicts=(sdlmame)
|
conflicts=(sdlmame)
|
||||||
replaces=(sdlmame)
|
replaces=(sdlmame)
|
||||||
source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz" mame.sh)
|
source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz" mame.sh)
|
||||||
sha256sums=('0c354a5c3d82d46acf2183d6be291364c4454ce6ffdd79cf3397174779cff8fa'
|
sha256sums=('cf4511d6c893e699fd5bc510133aee75c852942321e1c668c9d5802229bec116'
|
||||||
'050e7238aa504992e604fa0458d7c5b75183d435e6f8123ad320731731323f61')
|
'050e7238aa504992e604fa0458d7c5b75183d435e6f8123ad320731731323f61')
|
||||||
|
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
cd mame-mame${pkgver/./}
|
||||||
|
|
||||||
|
# Use system libraries
|
||||||
|
sed -e 's|\# USE_SYSTEM_LIB|USE_SYSTEM_LIB|g' -i makefile
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd mame-mame${pkgver/./}
|
cd mame-mame${pkgver/./}
|
||||||
make \
|
make \
|
||||||
|
|
Loading…
Reference in a new issue