summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2014-09-10 00:23:44 +0200
committerCarsten Teibes2014-09-10 00:23:44 +0200
commit86d52d352926a33f64a212ff23e6bcb3c10e7fe0 (patch)
tree11cbd4cef02bd80eded05af9a8acc87e76c03ef7
parent38b8037b28632416beec1b8f74b3d9e3ee105e46 (diff)
downloadaur-86d52d352926a33f64a212ff23e6bcb3c10e7fe0.tar.gz
[upd] 0.63.10→0.63.11
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 938df59ce4b3..20e62ee42948 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = raine
pkgdesc = A multiple arcade emulator focused on 680x0 machines like NeoCD and Neo Geo
- pkgver = 0.63.10
- pkgrel = 2
+ pkgver = 0.63.11
+ pkgrel = 1
url = http://rainemu.swishparty.co.uk
arch = i686
arch = x86_64
@@ -20,10 +20,10 @@ pkgbase = raine
conflicts = neoraine
replaces = neoraine
options = emptydirs
- source = raine-0.63.10.tar.gz::http://rainemu.swishparty.co.uk/cgi-bin/gitweb.cgi?p=raine;a=snapshot;h=a0375f2;sf=tgz
- source = http://rainemu.swishparty.co.uk/html/archive/debian/dists/unstable/main/binary-i386/raine_0.63.10_i386.deb
- sha256sums = c6f9accd06a843bebbcc7e5a34e0aad1c29ea102eaa46946eeedba2ca565a06a
- sha256sums = e6b2f13bf47f241c316f65e8ee3eb9083df4f1a8bb4518885f18db0dbd4d82ca
+ source = raine-0.63.11.tar.gz::http://rainemu.swishparty.co.uk/cgi-bin/gitweb.cgi?p=raine;a=snapshot;h=363cf98;sf=tgz
+ source = http://rainemu.swishparty.co.uk/html/archive/debian/dists/unstable/main/binary-i386/raine_0.63.11_i386.deb
+ sha256sums = cba21039848027e2aff655c549c1ce51bd587c9d4e1496ecd7af335fe9d0eb0e
+ sha256sums = 2929e2fdafd517f73338a9378d6739c6b126194c0ae94d9d059aa4d99d97b239
pkgname = raine
diff --git a/PKGBUILD b/PKGBUILD
index aeee386399d2..a5b553b96811 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: robb_force <robb_force@holybuffalo.net>
pkgname=raine
-pkgver=0.63.10
-_gitver=a0375f2
-pkgrel=2
+pkgver=0.63.11
+_gitver=363cf98
+pkgrel=1
pkgdesc="A multiple arcade emulator focused on 680x0 machines like NeoCD and Neo Geo"
url="http://rainemu.swishparty.co.uk"
license=('custom')
@@ -24,8 +24,8 @@ optdepends=('raine-artwork: additional background graphics for some games'
'arcade-history-dat: database with various information about the loaded rom')
source=(raine-$pkgver.tar.gz::"$url/cgi-bin/gitweb.cgi?p=raine;a=snapshot;h=$_gitver;sf=tgz"
"$url/html/archive/debian/dists/unstable/main/binary-i386/raine_${pkgver}_i386.deb")
-sha256sums=('c6f9accd06a843bebbcc7e5a34e0aad1c29ea102eaa46946eeedba2ca565a06a'
- 'e6b2f13bf47f241c316f65e8ee3eb9083df4f1a8bb4518885f18db0dbd4d82ca')
+sha256sums=('cba21039848027e2aff655c549c1ce51bd587c9d4e1496ecd7af335fe9d0eb0e'
+ '2929e2fdafd517f73338a9378d6739c6b126194c0ae94d9d059aa4d99d97b239')
options=('emptydirs')
prepare() {
@@ -45,8 +45,8 @@ prepare() {
# -O3 optimizations cause segfaults, use -O2 instead
sed 's|-O3|-O2|g' -i makefile
- # link to the dynamic library of SDL_sound
- sed 's|LIBS += /usr/local/lib/libSDL_sound.a -lFLAC -logg -lspeex -lmikmod -lvorbisfile -lmodplug|LIBS += -lSDL_sound|' -i makefile
+ # link to the dynamic library of SDL_sound, not only for gentoo
+ sed 's|ifeq ("$(shell uname -n)","gentoo")|ifdef RAINE_UNIX|' -i makefile
# 'detect-cpu' script does not recognize most recent cpus, use generic optimizing
echo "_MARCH=-march=${CARCH/x86_64/x86-64} -mtune=generic" > cpuinfo