Added babl-0.0.22, gegl-0.0.20, iso-codes-3.3 and mng-1.0.10 templates.

--HG--
extra : convert_revision : e42e0255389433a8b5b99438fea34fe33e487e3d
This commit is contained in:
Juan RP
2008-10-11 06:33:25 +02:00
parent ea82ff8d3d
commit f030c1fae5
7 changed files with 101 additions and 0 deletions

19
templates/gegl.tmpl Executable file
View File

@@ -0,0 +1,19 @@
# Template build file for 'gegl'.
pkgname=gegl
version=0.0.20
extract_sufx=".tar.bz2"
url=ftp://ftp.gimp.org/pub/gegl/0.0
build_style=gnu_configure
make_cmd="$PKGFS_MASTERDIR/bin/gmake"
pkgconfig_override="gegl.pc"
short_desc="graph based image processing framework"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=b4bc7169eafa4fea512f1190f1ad835d688c4080
long_desc="
GEGL (Generic Graphics Library) is a graph based image processing
framework.
GEGL provides infrastructure to do demand based cached non destructive
image editing on larger than RAM buffers. Through babl it provides
support for a wide range of color models and pixel storage formats for
input and output."