From 7906b24bf08c82fbbb61fc43221e79c3052d66e6 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Thu, 8 Sep 2011 17:37:08 +0200 Subject: Don't use removed code in sdl-libre. --- libre/sdl-libre/PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'libre/sdl-libre/PKGBUILD') diff --git a/libre/sdl-libre/PKGBUILD b/libre/sdl-libre/PKGBUILD index 6d1767ec6..20f6ece4b 100644 --- a/libre/sdl-libre/PKGBUILD +++ b/libre/sdl-libre/PKGBUILD @@ -5,7 +5,7 @@ pkgname=sdl-libre pkgver=1.2.14 -pkgrel=7 +pkgrel=7.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" @@ -19,17 +19,20 @@ options=('!libtool') source=(http://repo.parabolagnulinux.org/other/SDL-${pkgver}-libre.tar.gz sdl-1.2.14-joystick-crash.diff sdl-1.2.14-fix-mouse-clicking.patch - sdl-1.2.14-fix-disappearing-cursor.patch) + sdl-1.2.14-fix-disappearing-cursor.patch + no-riva-accel.patch) md5sums=('b8ac7254fe5425a0fb238fb535d3d14c' '9d8890b3817736a5d365f7497f096634' '04d8c179f125e04bcd4c9d60e013c2d7' - 'a6cf3e71b653aa97d0d8ae6c0a789807') + 'a6cf3e71b653aa97d0d8ae6c0a789807' + 'eb2f5899db608ad27b379faa5e0beb80') build() { cd ${srcdir}/SDL-${pkgver}-libre patch -Np1 -i $srcdir/sdl-1.2.14-joystick-crash.diff patch -Np1 -i $srcdir/sdl-1.2.14-fix-mouse-clicking.patch patch -Np1 -i $srcdir/sdl-1.2.14-fix-disappearing-cursor.patch + patch -Np0 -i $srcdir/no-riva-accel.patch ./configure --prefix=/usr --disable-nasm --enable-alsa --enable-esd \ --with-x --disable-rpath make -- cgit v1.2.3