26 lines
845 B
Plaintext
26 lines
845 B
Plaintext
# Template build file for 'gegl'.
|
|
pkgname=gegl
|
|
version=0.1.0
|
|
revision=1
|
|
distfiles="ftp://ftp.gimp.org/pub/gegl/0.1/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="graph based image processing framework"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=430a79400041209d8bc42576c4d9f0c0a6e7564fdfe95ccd83f33ab7eaf238d5
|
|
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."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency full glibc
|
|
Add_dependency full babl
|
|
Add_dependency full libpng
|
|
Add_dependency full jpeg
|
|
Add_dependency full gtk+
|
|
Add_dependency full librsvg
|