diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-01 15:17:05 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-01 15:17:05 -0300 |
commit | a27a5010f7ac0fcbcc801218c46e6f29da8bfd3d (patch) | |
tree | 4cba35c4516c453fcd7e54b74d4edd6d89d9c897 /libre/sdl-libre/PKGBUILD | |
parent | 78e01fe7cbc0f7eb10615717fb3c6a618fcb6807 (diff) | |
download | abslibre-a27a5010f7ac0fcbcc801218c46e6f29da8bfd3d.tar.gz abslibre-a27a5010f7ac0fcbcc801218c46e6f29da8bfd3d.tar.bz2 abslibre-a27a5010f7ac0fcbcc801218c46e6f29da8bfd3d.zip |
libre/sdl-libre
Diffstat (limited to 'libre/sdl-libre/PKGBUILD')
-rw-r--r-- | libre/sdl-libre/PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libre/sdl-libre/PKGBUILD b/libre/sdl-libre/PKGBUILD index ffc0ec5f4..3024bd9bf 100644 --- a/libre/sdl-libre/PKGBUILD +++ b/libre/sdl-libre/PKGBUILD @@ -3,10 +3,11 @@ # Contributor: dorphell <dorphell@archlinux.org> # Maintainer (Connochaetos): Henry Jensen <hjensen@connochaetos.org> # Maintainer (Parabola): André Silva <andre.paulista@adinet.com.uy> +# Maintainer (Parabola): Márcio Silva <coadde@adinet.com.uy> pkgname=sdl-libre pkgver=1.2.15 -pkgrel=1 +pkgrel=1.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" @@ -20,16 +21,19 @@ options=('!libtool') source=(http://www.libsdl.org/release/SDL-${pkgver}.tar.gz sdl-1.2.14-fix-mouse-clicking.patch sdl-1.2.14-disable-mmx.patch + riva_mmio.patch no-riva-accel.patch) md5sums=('9d96df8417572a2afb781a7c4c811a85' '04d8c179f125e04bcd4c9d60e013c2d7' 'e5c16b7611f62c7cb25f0534eff68852' + 'f5ab9ba6ba2bb8df74d0f768f9df3ea8' 'eb2f5899db608ad27b379faa5e0beb80') build() { cd ${srcdir}/SDL-${pkgver} patch -Np1 -i $srcdir/sdl-1.2.14-fix-mouse-clicking.patch patch -Np1 -i $srcdir/sdl-1.2.14-disable-mmx.patch + patch -Np0 -i $srcdir/riva_mmio.patch patch -Np0 -i $srcdir/no-riva-accel.patch ./configure --prefix=/usr --disable-nasm --enable-alsa --enable-esd \ --with-x --disable-rpath --disable-static |