git » gegl.git » commit f4a4aa4

libpng1.4.0/libjpeg rebuild

author Ionuț Mircea Bîru
2010-01-17 15:50:22 UTC
committer Ionuț Mircea Bîru
2010-01-17 15:50:22 UTC
parent 2ec589ae1439ec0f82d4e19e226c8773fa19801c

libpng1.4.0/libjpeg rebuild

ChangeLog +5 -0
PKGBUILD +2 -2

diff --git a/ChangeLog b/ChangeLog
index e807582..c313aed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-17  Ionut Biru  <ionut@archlinux.ro>
+
+	* gegl 0.1.0-2
+	* libjpeg 8 and libpng 1.4.0 rebuild
+
 2009-11-29  Eric Belanger  <eric@archlinux.org>
 
 	* gegl 0.1.0-1
diff --git a/PKGBUILD b/PKGBUILD
index 9d5a005..3fb53d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
 
 pkgname=gegl
 pkgver=0.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Graph based image processing framework"
 arch=('i686' 'x86_64')
 url="http://www.gegl.org/"
 license=('GPL3' 'LGPL3')
-depends=('babl>=0.1.0' 'libpng' 'libjpeg>=7' 'gtk2')
+depends=('babl>=0.1.0' 'libpng>=1.4.0' 'libjpeg>=8' 'gtk2>=2.18.6')
 makedepends=('ruby' 'openexr' 'ffmpeg' 'librsvg')
 optdepends=('openexr: for using the openexr plugin' 'ffmpeg: for using the ffmpeg plugin' 'librsvg: for using the svg plugin')
 options=('!libtool')