mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
mame: update to 0.197
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
944936d96a
commit
37c4b51e46
1 changed files with 7 additions and 7 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'mame'
|
||||
pkgname=mame
|
||||
version=0196
|
||||
version=0197
|
||||
revision=1
|
||||
wrksrc="mame-mame${version}"
|
||||
homepage="http://mamedev.org"
|
||||
distfiles="https://github.com/mamedev/mame/archive/mame${version}.tar.gz"
|
||||
short_desc="The Multiple Arcade Machine Emulator"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-2"
|
||||
checksum=fc4436a23d7f2ef0b3c3f600c00745bc468541d0d29bcd3a1e0c599c5c02df7f
|
||||
license="GPL-2.0-or-newer"
|
||||
checksum=2ce7d6f79cdad2c904924db0eba90368026b6bc38ab7b0d1cc5792560b2dcedd
|
||||
|
||||
hostmakedepends="perl pkg-config python automoc4"
|
||||
makedepends="libstdc++-devel SDL2_ttf-devel $(vopt_if qt qt5-devel) lua-devel
|
||||
libjpeg-turbo-devel libflac-devel libuv-devel sqlite-devel portaudio-devel
|
||||
portmidi-devel libutf8proc-devel glm rapidjson"
|
||||
hostmakedepends="automoc4 perl pkg-config python"
|
||||
makedepends="SDL2_ttf-devel glm libjpeg-turbo-devel libutf8proc-devel
|
||||
libuv-devel lua-devel portaudio-devel portmidi-devel rapidjson
|
||||
$(vopt_if qt 'qt5-devel')"
|
||||
depends="liberation-fonts-ttf"
|
||||
nocross=yes
|
||||
replaces="sdlmame>=0 sdlmess>=0"
|
||||
|
|
Loading…
Add table
Reference in a new issue