[arch-commits] Commit in sdl/repos (extra-i686 extra-i686/PKGBUILD)

Allan McRae allan at archlinux.org
Wed Oct 21 01:30:23 UTC 2009


    Date: Tuesday, October 20, 2009 @ 21:30:23
  Author: allan
Revision: 56280

Merged revisions 56279 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/sdl/trunk

........
  r56279 | allan | 2009-10-21 11:29:24 +1000 (Wed, 21 Oct 2009) | 2 lines
  
  upgpkg: sdl 1.2.14-1
      upstream update
........

Modified:
  sdl/repos/extra-i686/	(properties)
  sdl/repos/extra-i686/PKGBUILD

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


Property changes on: sdl/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /sdl/trunk:1-16058
   + /sdl/trunk:1-56279

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-10-21 01:29:24 UTC (rev 56279)
+++ extra-i686/PKGBUILD	2009-10-21 01:30:23 UTC (rev 56280)
@@ -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