summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorebelanger2012-11-05 08:04:55 +0000
committerebelanger2012-11-05 08:04:55 +0000
commita0d08e9e75100ef4833e356e0b097b023ec997f8 (patch)
treecf822d56b0da70dbb7a90f4ce7ed9eb2b94ad134
parent3585da4ef402741847216f25994e6a747a9775b3 (diff)
downloadaur-a0d08e9e75100ef4833e356e0b097b023ec997f8.tar.gz
upgpkg: directfb 1.6.2-1
Upstream update, Remove old patch git-svn-id: file:///srv/repos/svn-community/svn@79437 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--.SRCINFO8
-rw-r--r--DirectFB-1.6.1-zlib-include.patch12
-rw-r--r--PKGBUILD9
3 files changed, 6 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47365d4d1c55..1edf50df17e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@
# Mon Sep 26 02:32:36 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.1
+ pkgver = 1.6.2
pkgrel = 1
url = http://www.directfb.org
arch = i686
@@ -14,10 +14,8 @@ pkgbase = directfb
depends = libpng
depends = freetype2
options = !libtool
- source = http://www.directfb.org/downloads/Core/DirectFB-1.6/DirectFB-1.6.1.tar.gz
- source = DirectFB-1.6.1-zlib-include.patch
- sha1sums = 121c7fd1e81ccb41962986126e1d69f188c2f2c2
- sha1sums = f2309edd87c772a7894d4b648d56197d91790cad
+ source = http://www.directfb.org/downloads/Core/DirectFB-1.6/DirectFB-1.6.2.tar.gz
+ sha1sums = a393a53130e6a80369b7081371cd23dd1cd5e192
pkgname = directfb
diff --git a/DirectFB-1.6.1-zlib-include.patch b/DirectFB-1.6.1-zlib-include.patch
deleted file mode 100644
index e4f24a5cf21c..000000000000
--- a/DirectFB-1.6.1-zlib-include.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur DirectFB-1.6.0-orig/src/core/surface.c DirectFB-1.6.0/src/core/surface.c
---- DirectFB-1.6.0-orig/src/core/surface.c 2012-06-20 02:21:36.029994460 -0400
-+++ DirectFB-1.6.0/src/core/surface.c 2012-06-20 02:22:48.533330819 -0400
-@@ -28,6 +28,8 @@
-
- #include <config.h>
-
-+#include <zlib.h>
-+
- #include <direct/debug.h>
-
- #include <core/core.h>
diff --git a/PKGBUILD b/PKGBUILD
index be60e67daabf..d5c958f39e4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=directfb
-pkgver=1.6.1
+pkgver=1.6.2
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')
@@ -11,14 +11,11 @@ url="http://www.directfb.org"
license=('LGPL')
depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2')
options=('!libtool')
-source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz \
- DirectFB-1.6.1-zlib-include.patch)
-sha1sums=('121c7fd1e81ccb41962986126e1d69f188c2f2c2'
- 'f2309edd87c772a7894d4b648d56197d91790cad')
+source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
+sha1sums=('a393a53130e6a80369b7081371cd23dd1cd5e192')
build() {
cd "${srcdir}/DirectFB-${pkgver}"
- patch -p1 -i ../DirectFB-1.6.1-zlib-include.patch
./configure --prefix=/usr --sysconfdir=/etc --enable-static \
--enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
--enable-video4linux2 --enable-voodoo