Date: Tuesday, March 19, 2013 @ 00:57:28
  Author: jgc
Revision: 180258

upgpkg: gdk-pixbuf2 2.26.5-2

Enable jpeg2000 plugin (FS#29993)

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-03-18 23:41:34 UTC (rev 180257)
+++ PKGBUILD    2013-03-18 23:57:28 UTC (rev 180258)
@@ -3,12 +3,12 @@
 
 pkgname=gdk-pixbuf2
 pkgver=2.26.5
-pkgrel=1
+pkgrel=2
 pkgdesc="An image loading library"
 arch=('i686' 'x86_64')
 url="http://www.gtk.org/";
 license=('LGPL2.1')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
 makedepends=('gtk-doc' 'gobject-introspection')
 options=('!libtool')
 install=gdk-pixbuf2.install
@@ -19,8 +19,8 @@
   cd gdk-pixbuf-$pkgver
 
   ./configure --prefix=/usr \
-    --without-libjasper \
     --with-x11 \
+    --with-libjasper \
     --with-included-loaders=png
   make
 }

Reply via email to