[arch-commits] Commit in gdk-pixbuf2/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Jan 2 20:28:36 UTC 2017


    Date: Monday, January 2, 2017 @ 20:28:35
  Author: heftig
Revision: 285223

2.36.2-1

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-02 20:13:16 UTC (rev 285222)
+++ PKGBUILD	2017-01-02 20:28:35 UTC (rev 285223)
@@ -2,17 +2,16 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gdk-pixbuf2
-pkgver=2.36.1+31+gecea71eb6
+pkgver=2.36.2
 pkgrel=1
 pkgdesc="An image loading library"
 arch=(i686 x86_64)
 url="https://wiki.gnome.org/Projects/GdkPixbuf"
 license=(LGPL2.1)
-depends=(glib2 libpng libtiff libjpeg libx11 jasper)
+depends=(glib2 libpng libtiff libjpeg libx11 jasper shared-mime-info)
 makedepends=(gtk-doc gobject-introspection git docbook-utils)
-checkdepends=(shared-mime-info)
 install=gdk-pixbuf2.install
-_commit=ecea71eb64944f141d4ce001d2d12bb86b35b053  # master
+_commit=9b9deb1fd3703c8d32cbf73e609347a0e440c7fe  # tags/2.36.2^0
 source=("git+https://git.gnome.org/browse/gdk-pixbuf#commit=$_commit"
         gdk-pixbuf-query-loaders.hook)
 sha256sums=('SKIP'
@@ -25,6 +24,10 @@
 
 prepare() {
   cd gdk-pixbuf
+
+  # Jasper sometimes runs into this limit
+  sed -i 's/rlim_cur = 100/rlim_cur = 200/' tests/pixbuf-randomly-modified.c
+
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list