sdlmame: update to 0146.

This commit is contained in:
Juan RP 2012-06-04 18:23:13 +02:00
parent 0b1d1d9a7f
commit d34c2e5e4c
2 changed files with 3 additions and 7 deletions

View File

@ -16,9 +16,6 @@ libcairo.so.2
libpango-1.0.so.0 libpango-1.0.so.0
libfreetype.so.6 libfreetype.so.6
libgobject-2.0.so.0 libgobject-2.0.so.0
libgmodule-2.0.so.0
libgthread-2.0.so.0
librt.so.1
libglib-2.0.so.0 libglib-2.0.so.0
libgconf-2.so.4 libgconf-2.so.4
libstdc++.so.6 libstdc++.so.6

View File

@ -1,7 +1,7 @@
# Template file for 'mame' # Template file for 'mame'
pkgname=sdlmame pkgname=sdlmame
_distver=0144 _distver=0146
_patchver=5 # _patchver=5
if [ -n "${_patchver}" ]; then if [ -n "${_patchver}" ]; then
version=${_distver}u${_patchver} version=${_distver}u${_patchver}
else else
@ -17,7 +17,7 @@ fulldepends="liberation-fonts-ttf"
short_desc="Multiple Arcade Machine Emulator" short_desc="Multiple Arcade Machine Emulator"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="mame" license="mame"
checksum=8f0191b40f80f8a3393d341f411c5f02aca6933d6a9f347bec0d2f7206c38e06 checksum=d6a61febbafd73d084955e11e5e42378aef2202a81e7febe364c1602fd1846e9
long_desc=" long_desc="
A port of the popular Multiple Arcade Machine Emulator using SDL with A port of the popular Multiple Arcade Machine Emulator using SDL with
OpenGL support." OpenGL support."
@ -30,7 +30,6 @@ do_extract() {
rm -f mame.zip rm -f mame.zip
find . -type f -not -name \*.png | xargs perl -pi -e 's/\r\n?/\n/g' find . -type f -not -name \*.png | xargs perl -pi -e 's/\r\n?/\n/g'
# XXX disabled, patches can't be applied?
# Download and apply released patches. # Download and apply released patches.
for p in $(seq -w 1 ${_patchver}); do for p in $(seq -w 1 ${_patchver}); do
_patch=${_distver}u${p} _patch=${_distver}u${p}