gegl: update to 0.0.22, new deps style, subpkgs.

--HG--
extra : convert_revision : 3bee7cd31caa9736fae7f0a35c18d99e917784e1
This commit is contained in:
Juan RP 2009-05-13 09:27:58 +02:00
parent caf0f40b73
commit 518a528ca3
4 changed files with 38 additions and 4 deletions

1
templates/gegl-devel Symbolic link
View File

@ -0,0 +1 @@
gegl

2
templates/gegl/depends Normal file
View File

@ -0,0 +1,2 @@
abi_depends=0.0.22
api_depends=${abi_depends}

View File

@ -0,0 +1,24 @@
# Template file for 'gegl-devel'.
#
short_desc="${short_desc} (development files)"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run gegl
do_install()
{
local lver="0.0"
mkdir -p ${DESTDIR}/usr/lib/gegl-${lver}
mkdir -p ${DESTDIR}/usr/bin
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/gegl-${lver}/*.*a \
${DESTDIR}/usr/lib/gegl-${lver}
}

View File

@ -1,13 +1,12 @@
# Template build file for 'gegl'.
pkgname=gegl
version=0.0.20
sourcepkg=$pkgname
version=0.0.22
distfiles="ftp://ftp.gimp.org/pub/gegl/0.0/$pkgname-$version.tar.bz2"
build_style=gnu_configure
make_cmd="$XBPS_MASTERDIR/bin/gmake"
pkgconfig_override="gegl.pc"
short_desc="graph based image processing framework"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=b4bc7169eafa4fea512f1190f1ad835d688c4080
checksum=857233c84fe4a215466582eeeac3e719059f2d467f700a9f6885c35f55caa65b
long_desc="
GEGL (Generic Graphics Library) is a graph based image processing
framework.
@ -16,3 +15,11 @@ long_desc="
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="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