summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorebelanger2012-02-05 11:22:30 +0000
committerebelanger2012-02-05 11:22:30 +0000
commit692da6fb8c67f2f5e186975283570bb80b25c8c0 (patch)
treed32844f6476e6c5282b188dd6068a7c854ef5095
parent019dc0ed4a0e198b01b4b4ffcca51951dae6cad7 (diff)
downloadaur-692da6fb8c67f2f5e186975283570bb80b25c8c0.tar.gz
upgpkg: directfb 1.4.14-3
Build with --enable-debug configure option to fix problems with qingy git-svn-id: file:///srv/repos/svn-community/svn@63481 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b237efb9d5f..5c877c2162b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@
pkgbase = directfb
pkgdesc = A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device
pkgver = 1.4.14
- pkgrel = 2
+ pkgrel = 3
url = http://www.directfb.org
changelog = directfb.changelog
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7a40eaaa12f7..4cfdfba53992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=directfb
pkgver=1.4.14
-pkgrel=2
+pkgrel=3
pkgdesc="A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device"
arch=('i686' 'x86_64')
url="http://www.directfb.org"
@@ -19,9 +19,9 @@ md5sums=('de0745d25a6ac9e337d4d5572df85471'
build() {
cd "${srcdir}/DirectFB-${pkgver}"
patch -p1 -i ../DirectFB-1.4.9-libpng-1.5.patch
- ./configure --prefix=/usr --sysconfdir=/etc --enable-static --enable-zlib \
- --enable-x11 --enable-sdl --disable-vnc --disable-osx \
- --enable-video4linux2 --enable-voodoo
+ ./configure --prefix=/usr --sysconfdir=/etc --enable-static --enable-debug \
+ --enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
+ --enable-video4linux2 --enable-voodoo
make
}