summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspupykin2013-08-30 15:28:58 +0000
committersvntogit2013-08-30 15:28:58 +0000
commit5d4d1023d31cde345b3ee16cda101ea6655e6ab1 (patch)
treec76c5ef6ddae7176e5966401bbea87a6a547e8c1
parent1ce36c1d1efb3a451b01cd97bf2e0bfc7236e9ba (diff)
downloadaur-5d4d1023d31cde345b3ee16cda101ea6655e6ab1.tar.gz
upgpkg: directfb 1.7.0-1
upd git-svn-id: file:///srv/repos/svn-community/svn@96480 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD11
2 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82032b991b12..c781f2f4da4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Sep 26 02:32:36 UTC 2016
+# Mon Sep 26 02:32:37 UTC 2016
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.6.3
- pkgrel = 2
+ pkgver = 1.7.0
+ pkgrel = 1
url = http://www.directfb.org
arch = i686
arch = x86_64
@@ -13,9 +13,12 @@ pkgbase = directfb
depends = sdl
depends = libpng
depends = freetype2
+ depends = libdrm
+ depends = libgl
+ depends = mesa
options = !libtool
- source = http://www.directfb.org/downloads/Core/DirectFB-1.6/DirectFB-1.6.3.tar.gz
- sha1sums = 0433c5999044ec9701481a92e50c0760cdb50c41
+ source = http://www.directfb.org/downloads/Core/DirectFB-1.7/DirectFB-1.7.0.tar.gz
+ sha1sums = 095852479098a55be2b0c6a0250af4159ee16e7c
pkgname = directfb
diff --git a/PKGBUILD b/PKGBUILD
index 685eb63ae2b4..f7de00b0d32f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,22 +3,23 @@
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=directfb
-pkgver=1.6.3
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
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"
license=('LGPL')
-depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2')
+depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2' 'libdrm' 'libgl' 'mesa')
options=('!libtool')
source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
-sha1sums=('0433c5999044ec9701481a92e50c0760cdb50c41')
+sha1sums=('095852479098a55be2b0c6a0250af4159ee16e7c')
build() {
cd DirectFB-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc --enable-static \
--enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
- --enable-video4linux2 --enable-voodoo
+ --enable-video4linux2 --enable-voodoo \
+ --enable-mesa --enable-drmkms
make
}