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

Allan McRae allan at archlinux.org
Wed Oct 21 01:29:24 UTC 2009


    Date: Tuesday, October 20, 2009 @ 21:29:24
  Author: allan
Revision: 56279

upgpkg: sdl 1.2.14-1
    upstream update

Modified:
  sdl/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-21 00:17:06 UTC (rev 56278)
+++ PKGBUILD	2009-10-21 01:29:24 UTC (rev 56279)
@@ -3,24 +3,22 @@
 # Contributor: dorphell <dorphell at archlinux.org>
 
 pkgname=sdl
-pkgver=1.2.13
-pkgrel=3
+pkgver=1.2.14
+pkgrel=1
 pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard"
 arch=('i686' 'x86_64')
 url="http://www.libsdl.org"
 license=('LGPL')
 depends=('glibc' 'libxext' 'libxrender' 'libx11')
-makedepends=('alsa-lib' 'esd' 'mesa')
+makedepends=('alsa-lib' 'esound' 'mesa')
 options=('!libtool')
-source=(http://www.libsdl.org/release/SDL-${pkgver}.tar.gz
-        sdl-1.2.13-dynaminc-esd.patch)
-md5sums=('c6660feea2a6834de10bc71b2f8e4d88'
-         '7c2f51f526f3b905b6170f39a7015eb9')
+source=(http://www.libsdl.org/release/SDL-${pkgver}.tar.gz)
+md5sums=('e52086d1b508fa0b76c52ee30b55bec4')
 
 build() {
   cd ${srcdir}/SDL-${pkgver}
-  patch -Np1 -i $srcdir/sdl-1.2.13-dynaminc-esd.patch
-  ./configure --prefix=/usr --disable-nasm --enable-alsa --enable-esd --with-x --disable-rpath
+  ./configure --prefix=/usr --disable-nasm --enable-alsa --enable-esd \
+              --with-x --disable-rpath
   make || return 1
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list