summaryrefslogtreecommitdiff
path: root/community/directfb/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/directfb/PKGBUILD')
-rw-r--r--community/directfb/PKGBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/community/directfb/PKGBUILD b/community/directfb/PKGBUILD
index 322155d9f..3a34cb6d3 100644
--- a/community/directfb/PKGBUILD
+++ b/community/directfb/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 53472 2011-08-03 20:58:54Z ebelanger $
+# $Id: PKGBUILD 63532 2012-02-05 11:54:02Z ibiru $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=directfb
pkgver=1.4.14
-pkgrel=1
+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"
@@ -12,14 +12,16 @@ license=('LGPL')
depends=('gcc-libs' 'libjpeg' 'sdl' 'sysfsutils' 'libpng' 'freetype2')
options=('!libtool')
changelog=$pkgname.changelog
-source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
-md5sums=('de0745d25a6ac9e337d4d5572df85471')
+source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz DirectFB-1.4.9-libpng-1.5.patch)
+md5sums=('de0745d25a6ac9e337d4d5572df85471'
+ '84f3181e96692efc5ff68e5dac19541f')
build() {
cd "${srcdir}/DirectFB-${pkgver}"
- ./configure --prefix=/usr --sysconfdir=/etc --enable-static --enable-zlib \
- --enable-x11 --enable-sdl --disable-vnc --disable-osx \
- --enable-video4linux2 --enable-voodoo
+ patch -p1 -i ../DirectFB-1.4.9-libpng-1.5.patch
+ ./configure --prefix=/usr --sysconfdir=/etc --enable-static --enable-debug \
+ --enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
+ --enable-video4linux2 --enable-voodoo
make
}