summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2016-04-01 21:42:44 +0800
committerTing-Wei Lan2016-04-01 21:42:44 +0800
commit2536a0f13271878cea42805b52e26642e0b01a2b (patch)
tree8a157c0a57e90631adb3c1638006b3833916b878
parent1d36f78270c52e154d71484c8b0c6f81ceca629e (diff)
downloadaur-2536a0f13271878cea42805b52e26642e0b01a2b.tar.gz
mingw-w64-gdk-pixbuf2: 2.32.3 -> 2.34.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cddb33141fd5..803bced854bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 17 16:08:59 UTC 2015
+# Fri Apr 1 08:42:48 UTC 2016
pkgbase = mingw-w64-gdk-pixbuf2
pkgdesc = An image loading library (mingw-w64)
- pkgver = 2.32.3
+ pkgver = 2.34.0
pkgrel = 1
url = http://www.gtk.org
arch = any
@@ -19,8 +19,8 @@ pkgbase = mingw-w64-gdk-pixbuf2
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/sources/gdk-pixbuf/2.32/gdk-pixbuf-2.32.3.tar.xz
- sha256sums = 2b6771f1ac72f687a8971e59810b8dc658e65e7d3086bd2e676e618fd541d031
+ source = https://download.gnome.org/sources/gdk-pixbuf/2.34/gdk-pixbuf-2.34.0.tar.xz
+ sha256sums = d55e5b383ee219bd0e23bf6ed4427d56a7db5379729a6e3e0a0e0eba9a8d8879
pkgname = mingw-w64-gdk-pixbuf2
diff --git a/PKGBUILD b/PKGBUILD
index 75390f2b46d3..bbf29eb37bda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-gdk-pixbuf2
-pkgver=2.32.3
+pkgver=2.34.0
pkgrel=1
pkgdesc='An image loading library (mingw-w64)'
arch=(any)
@@ -19,7 +19,7 @@ depends=(
options=(!strip !buildflags staticlibs)
source=(
"https://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz")
-sha256sums=('2b6771f1ac72f687a8971e59810b8dc658e65e7d3086bd2e676e618fd541d031')
+sha256sums=('d55e5b383ee219bd0e23bf6ed4427d56a7db5379729a6e3e0a0e0eba9a8d8879')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -28,7 +28,10 @@ build() {
for _arch in ${_architectures}; do
mkdir -p "build-${_arch}"
cd "build-${_arch}"
- ${_arch}-configure --with-included-loaders --with-libjasper
+ ${_arch}-configure \
+ --enable-relocations \
+ --with-included-loaders \
+ --with-libjasper
make
cd ..
done