From 699e24aaf90a12014f9894ae2272fcec00bfc357 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 1 Feb 2011 10:10:00 +0100 Subject: [PATCH] gegl: update to 0.1.4. --- srcpkgs/gegl/template | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template index ab5c27e0e0d..3572f526386 100644 --- a/srcpkgs/gegl/template +++ b/srcpkgs/gegl/template @@ -1,14 +1,13 @@ # Template build file for 'gegl'. pkgname=gegl -version=0.1.2 -revision=2 -distfiles="ftp://ftp.gimp.org/pub/gegl/0.1/$pkgname-$version.tar.bz2" +version=0.1.4 +distfiles="ftp://ftp.gimp.org/pub/gegl/0.1/gegl-$version.tar.bz2" build_style=gnu_configure configure_args="--disable-docs --without-sdl --without-libopenraw --without-libavformat --without-graphviz --without-lua --without-libspiro" -short_desc="graph based image processing framework" +short_desc="Graph based image processing framework" maintainer="Juan RP " -checksum=b64e619b460c4f4a746596b219d0bcb722068e3c4a00a30cc03201ca2118e113 +checksum=cc463180fcd9abca0a0647a6aa39a41f88a03bde798e7d3227efb707b047cb36 long_desc=" GEGL (Generic Graphics Library) is a graph based image processing framework. @@ -18,7 +17,7 @@ long_desc=" support for a wide range of color models and pixel storage formats for input and output." -subpackages="$pkgname-devel" +subpackages="gegl-devel" Add_dependency run glibc Add_dependency run glib Add_dependency run cairo @@ -28,7 +27,9 @@ Add_dependency run librsvg Add_dependency run gdk-pixbuf Add_dependency run gtk+ Add_dependency run pango +Add_dependency run libjasper Add_dependency run babl + Add_dependency build pkg-config Add_dependency build glib-devel Add_dependency build cairo-devel @@ -38,3 +39,4 @@ Add_dependency build librsvg-devel Add_dependency build gtk+-devel Add_dependency build pango-devel Add_dependency build babl-devel +Add_dependency build jasper-devel