[arch-commits] Commit in gegl/trunk (ChangeLog PKGBUILD)

Eric Bélanger eric at archlinux.org
Thu Jul 2 00:12:00 UTC 2009


    Date: Wednesday, July 1, 2009 @ 20:11:59
  Author: eric
Revision: 44414

upgpkg: gegl 0.0.22-2
    Rebuilt against libjpeg 7

Modified:
  gegl/trunk/ChangeLog
  gegl/trunk/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   10 +++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-07-02 00:01:02 UTC (rev 44413)
+++ ChangeLog	2009-07-02 00:11:59 UTC (rev 44414)
@@ -1,3 +1,8 @@
+2009-07-01  Eric Belanger  <eric at archlinux.org>
+
+	* gegl 0.0.22-2
+	* Rebuild for libjpeg 7
+
 2009-01-02  Eric Belanger  <eric at archlinux.org>
 
 	* gegl 0.0.22-1

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-02 00:01:02 UTC (rev 44413)
+++ PKGBUILD	2009-07-02 00:11:59 UTC (rev 44414)
@@ -4,12 +4,12 @@
 
 pkgname=gegl
 pkgver=0.0.22
-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.0.22' 'libpng' 'gtk2')
+depends=('babl>=0.0.22' 'libpng' 'libjpeg>=7' 'gtk2')
 makedepends=('ruby')
 options=('!libtool')
 source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
@@ -17,9 +17,9 @@
 sha1sums=('de684d4c8d9eaa9b7e283c55c5f779e5bdabee78')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   sed -i 's|#include <ffmpeg/avformat.h>|#include <libavformat/avformat.h>|' operations/external/ff-load.c || return 1
-  ./configure --prefix=/usr || return 1
+  ./configure --prefix=/usr --without-sdl --without-openexr --without-librsvg --without-libavformat || return 1
   make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list