diff options
Diffstat (limited to 'community/desmume')
-rw-r--r-- | community/desmume/PKGBUILD | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/community/desmume/PKGBUILD b/community/desmume/PKGBUILD index 5138954fd..187177a00 100644 --- a/community/desmume/PKGBUILD +++ b/community/desmume/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 67526 2012-03-13 10:38:03Z giovanni $ +# $Id: PKGBUILD 69392 2012-04-15 16:03:24Z schuay $ # Maintainer: Jonathan Conder <jonno dot conder at gmail dot com> # Maintainer: Brad Fanella <bradfanella@archlinux.us> # Contributor: Arkham <arkham at archlinux dot us> @@ -11,27 +11,22 @@ # Contributor: Asher256 <achrafcherti at gmail dot com> pkgname=desmume -pkgver=0.9.7 -pkgrel=4 +pkgver=0.9.8 +pkgrel=1 pkgdesc="Nintendo DS emulator" arch=('i686' 'x86_64') url="http://desmume.org/" license=('GPL') -depends=('agg' 'gtkglext' 'libglade' 'desktop-file-utils' 'libpcap') +depends=('agg' 'gtkglext' 'libglade' 'desktop-file-utils' 'libpcap' + 'soundtouch' 'alsa-lib' 'zziplib') makedepends=('intltool') -replaces=('desmume-core' 'desmume-cli' 'desmume-gtk' 'desmume-glade') install=desmume.install -source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" - 'desmume-0.9.7-zlib.1.2.6-fix.patch') -sha256sums=('0a0f7ef3cc76ff0bbc6f3df47c3689653617074ea7ffc354e9fa1240c5336523' - 'baaf68be32f09690975d6309af6988c038e708ef322ed7e4b370d87087c7b6ba') +source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") build() { cd "$srcdir/$pkgname-$pkgver" - patch -Np1 -i "${srcdir}/desmume-0.9.7-zlib.1.2.6-fix.patch" - ./configure --prefix=/usr \ - --enable-wifi + ./configure --prefix=/usr --enable-wifi make } @@ -40,3 +35,5 @@ package() { make DESTDIR="$pkgdir/" install } + +sha256sums=('f405b44e2d7ab3578d6be91a6546bbaa0afc60b2a8d193e4415fea5c5332d585') |