Date: Monday, February 15, 2010 @ 21:11:43 Author: eric Revision: 69017
upgpkg: gegl 0.1.2-1 Upstream update, Added lua support Modified: gegl/trunk/ChangeLog gegl/trunk/PKGBUILD -----------+ ChangeLog | 6 ++++++ PKGBUILD | 24 +++++++++++++----------- 2 files changed, 19 insertions(+), 11 deletions(-) Modified: ChangeLog =================================================================== --- ChangeLog 2010-02-16 02:10:19 UTC (rev 69016) +++ ChangeLog 2010-02-16 02:11:43 UTC (rev 69017) @@ -1,3 +1,9 @@ +2010-02-15 Eric Belanger <[email protected]> + + * gegl 0.1.2-1 + * Upstream update + * Added lua support + 2010-01-17 Ionut Biru <[email protected]> * gegl 0.1.0-2 Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-02-16 02:10:19 UTC (rev 69016) +++ PKGBUILD 2010-02-16 02:11:43 UTC (rev 69017) @@ -3,24 +3,26 @@ # Contributor: Charles-Henri d'Adhemar <[email protected]> pkgname=gegl -pkgver=0.1.0 -pkgrel=2 +pkgver=0.1.2 +pkgrel=1 pkgdesc="Graph based image processing framework" arch=('i686' 'x86_64') url="http://www.gegl.org/" license=('GPL3' 'LGPL3') -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') +depends=('babl' 'libpng' 'libjpeg' 'gtk2') +makedepends=('ruby' 'lua' 'openexr' 'ffmpeg' 'librsvg') +optdepends=('openexr: for using the openexr plugin' \ + 'ffmpeg: for using the ffmpeg plugin' \ + 'librsvg: for using the svg plugin') options=('!libtool') -#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') +source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) +md5sums=('d35ffe17dc042652eca3205488ece262') +sha1sums=('34b4a6be9e472324d6dd1233713a1f8851fcdc04') build() { - cd "${srcdir}/${pkgname}" - ./autogen.sh --prefix=/usr --with-sdl --with-openexr --with-librsvg --with-libavformat --disable-docs || return 1 + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --with-sdl --with-openexr --with-librsvg \ + --with-libavformat --disable-docs || return 1 make || return 1 make DESTDIR="${pkgdir}" install || return 1 }
