From 5ec1f6ab46fdca18feba180950cd3986543a4572 Mon Sep 17 00:00:00 2001 From: ojab Date: Sat, 14 Jan 2012 17:35:28 +0400 Subject: [PATCH] gegl: update to 0.1.8 --- srcpkgs/gegl/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template index bb1478f12e..eb4c7e86bf 100644 --- a/srcpkgs/gegl/template +++ b/srcpkgs/gegl/template @@ -1,14 +1,14 @@ # Template build file for 'gegl'. pkgname=gegl -version=0.1.6 -distfiles="ftp://ftp.gimp.org/pub/gegl/0.1/gegl-$version.tar.bz2" +version=0.1.8 +distfiles="ftp://ftp.gimp.org/pub/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2" build_style=gnu-configure configure_args="--disable-docs --without-sdl --without-libopenraw --without-libavformat --without-graphviz --without-lua --without-libspiro ---without-umfpack --with-exiv2 --without-libv4l" +--without-umfpack --with-exiv2 --without-libv4l --disable-introspection" short_desc="Graph based image processing framework" maintainer="Juan RP " -checksum=a166225625eebfb57fd417c88cf1fa6e29b1d308d50ac3bd9ef30bad9f3726d1 +checksum=106b9574b6d5fb282683794f7a7f090a1a3f4a388890e592b202827a4ca76f75 long_desc=" GEGL (Generic Graphics Library) is a graph based image processing framework. @@ -28,6 +28,6 @@ Add_dependency build jpeg-devel Add_dependency build librsvg-devel Add_dependency build pango-devel Add_dependency build gtk+-devel -Add_dependency build babl-devel +Add_dependency build babl-devel ">=0.1.6" Add_dependency build jasper-devel Add_dependency build exiv2-devel