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

Eric Bélanger eric at archlinux.org
Mon Nov 30 20:05:17 UTC 2009


    Date: Monday, November 30, 2009 @ 15:05:17
  Author: eric
Revision: 60025

upgpkg: gegl 0.1.0-1
    Upstream update, Switched to a git snapshot to fix seg faults, Added sdl, openexr, librsvg and libavformat support, Disabled docs (doesn't build)

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

-----------+
 ChangeLog |    6 ++++++
 PKGBUILD  |   22 +++++++++++-----------
 2 files changed, 17 insertions(+), 11 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-11-30 19:59:23 UTC (rev 60024)
+++ ChangeLog	2009-11-30 20:05:17 UTC (rev 60025)
@@ -1,3 +1,9 @@
+2009-11-29  Eric Belanger  <eric at archlinux.org>
+
+	* gegl 0.1.0-1
+	* Upstream update
+	* Used git snapshot: https://bugzilla.gnome.org/show_bug.cgi?id=591908
+
 2009-07-01  Eric Belanger  <eric at archlinux.org>
 
 	* gegl 0.0.22-2

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-30 19:59:23 UTC (rev 60024)
+++ PKGBUILD	2009-11-30 20:05:17 UTC (rev 60025)
@@ -3,23 +3,23 @@
 # Contributor: Charles-Henri d'Adhemar <cdadhemar at gmail.com>
 
 pkgname=gegl
-pkgver=0.0.22
-pkgrel=2
+pkgver=0.1.0
+pkgrel=1
 pkgdesc="Graph based image processing framework"
 arch=('i686' 'x86_64')
 url="http://www.gegl.org/"
 license=('GPL3' 'LGPL3')
-depends=('babl>=0.0.22' 'libpng' 'libjpeg>=7' 'gtk2')
-makedepends=('ruby')
+depends=('babl>=0.1.0' 'libpng' 'libjpeg>=7' 'gtk2')
+makedepends=('ruby' 'openexr' 'ffmpeg' 'librsvg')
 options=('!libtool')
-source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e2196c2016d16a4479e157f8fdee4162')
-sha1sums=('de684d4c8d9eaa9b7e283c55c5f779e5bdabee78')
+#source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2 )
+source=(ftp://ftp.archlinux.org/other/gegl/gegl-git.tar.bz2)
+md5sums=('069faf3e841b0badcdd4a4d5f3a3b2d6')
+sha1sums=('55e8028da7ffbb5a0987e4c25190d863c59212ec')
 
 build() {
-  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 --without-sdl --without-openexr --without-librsvg --without-libavformat || return 1
-  make || return 1
+  cd "${srcdir}/${pkgname}"
+  ./autogen.sh --prefix=/usr  --with-sdl --with-openexr --with-librsvg --with-libavformat --disable-docs || return 1
+  make  || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list