mame: update to 0.219
This commit is contained in:
parent
b17396386f
commit
3bf66797ba
|
@ -1,13 +0,0 @@
|
|||
--- 3rdparty/genie/src/actions/make/make_cpp.lua
|
||||
+++ 3rdparty/genie/src/actions/make/make_cpp.lua
|
||||
@@ -73,8 +73,8 @@
|
||||
if (prj.kind == "StaticLib" and prj.options.ArchiveSplit) then
|
||||
_p('define max_args')
|
||||
_p('\t$(eval _args:=)')
|
||||
- _p('\t$(foreach obj,$3,$(eval _args+=$(obj))$(if $(word $2,$(_args)),$1$(_args)$(EOL)$(eval _args:=)))')
|
||||
- _p('\t$(if $(_args),$1$(_args))')
|
||||
+ _p('\t$(foreach obj,$3,$(eval _args+=$(obj))$(if $(word $2,$(_args)),$1 $(_args)$(EOL)$(eval _args:=)))')
|
||||
+ _p('\t$(if $(_args),$1 $(_args))')
|
||||
_p('endef')
|
||||
_p('')
|
||||
_p('define EOL')
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mame'
|
||||
pkgname=mame
|
||||
version=0218
|
||||
version=0219
|
||||
revision=1
|
||||
wrksrc="mame-mame${version}"
|
||||
short_desc="Multiple Arcade Machine Emulator"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="http://mamedev.org"
|
||||
distfiles="https://github.com/mamedev/mame/archive/mame${version}.tar.gz"
|
||||
checksum=c855d2a53956d7ecc6b2d029747495278cd701dc785c50548f0f20ffa673b91f
|
||||
checksum=9513c046033e451d86adfdd297da8a2ad9b6642a2f3ef669e1443d0acc2c2e0b
|
||||
|
||||
hostmakedepends="pkg-config python tar xz which"
|
||||
makedepends="SDL2_ttf-devel glm libgomp-devel libjpeg-turbo-devel
|
||||
|
|
Loading…
Reference in New Issue