[arch-commits] Commit in scummvm/trunk (PKGBUILD)

Juergen Hoetzel juergen at archlinux.org
Mon Nov 16 17:02:41 UTC 2009


    Date: Monday, November 16, 2009 @ 12:02:41
  Author: juergen
Revision: 58877

remove unnecessary patch: Fixes FS#17135

Modified:
  scummvm/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-16 16:50:55 UTC (rev 58876)
+++ PKGBUILD	2009-11-16 17:02:41 UTC (rev 58877)
@@ -10,12 +10,11 @@
 license=('GPL')
 url="http://www.scummvm.org/"
 depends=('gcc-libs' 'alsa-lib' 'libmad' 'libvorbis' 'zlib' 'libmpeg2' 'flac>=1.1.4' 'sdl')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2 scummvm-0.13.1-gcc4-fix.patch)
-md5sums=('11b911937e0fc73c94a7bdc374ab617c' '810a6f483010cd2ccc434f7d01d0436f')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('11b911937e0fc73c94a7bdc374ab617c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/scummvm-0.13.1-gcc4-fix.patch
   ./configure --backend=sdl --disable-debug \
 			--with-mpeg2-prefix=/usr \
 			--with-flac-prefix=/usr \




More information about the arch-commits mailing list