[arch-commits] CVS update of extra/emulators/snes9x (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Mon Apr 30 18:19:24 UTC 2007


    Date: Monday, April 30, 2007 @ 14:19:24
  Author: alexander
    Path: /home/cvs-extra/extra/emulators/snes9x

Modified: PKGBUILD (1.2 -> 1.3)

upgpkg: snes9x 1.51


----------+
 PKGBUILD |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)


Index: extra/emulators/snes9x/PKGBUILD
diff -u extra/emulators/snes9x/PKGBUILD:1.2 extra/emulators/snes9x/PKGBUILD:1.3
--- extra/emulators/snes9x/PKGBUILD:1.2	Fri Sep  1 11:37:08 2006
+++ extra/emulators/snes9x/PKGBUILD	Mon Apr 30 14:19:23 2007
@@ -1,6 +1,6 @@
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 pkgname=snes9x
-pkgver=1.5
+pkgver=1.51
 pkgrel=1
 pkgdesc="A portable Emulator for the Super Nintento Entertainment System"
 arch=(i686 x86_64)
@@ -15,10 +15,13 @@
   mkdir -p ${startdir}/pkg/usr/bin
 
   cd ${startdir}/src/${pkgname}-${pkgver}-src
-  patch -Np1 -i ${startdir}/src/snes9x-fixes2.patch || return 1
+  #patch -Np1 -i ${startdir}/src/snes9x-fixes2.patch || return 1
 
   # build snes9x with opengl
-  ./configure --prefix=/usr --with-sdd1-decomp --with-opengl
+  ./configure --prefix=/usr \
+              --with-sdd1-decomp \
+              --with-opengl \
+              --with-netplay
   make || return 1
   install -D ${startdir}/src/${pkgname}-${pkgver}-src/osnes9x ${startdir}/pkg/usr/bin/osnes9x
 
@@ -29,9 +32,11 @@
   #install -D ${startdir}/src/${pkgname}-${pkgver}-src/osnes9x ${startdir}/pkg/usr/bin/3dfxsnes9x
 
   # build snes9x without opengl
-  ./configure --prefix=/usr --with-sdd1-decomp
+  ./configure --prefix=/usr \
+              --with-sdd1-decomp \
+              --with-netplay
   make clean || return 1
   make || return 1
   install -D ${startdir}/src/${pkgname}-${pkgver}-src/snes9x ${startdir}/pkg/usr/bin/snes9x
 }
-md5sums=('b51fb463687f812f68116b33abbf0427' '395bea78242afc82b3756225fe4ff954')
+md5sums=('a1038cc761f400318cdced960972f8a7' '395bea78242afc82b3756225fe4ff954')




More information about the arch-commits mailing list