gegl: add missing rundeps, disable stuff, bumprev.

--HG--
extra : convert_revision : 2cf80bf2adbc5def2f3feef963e7a03740609406
This commit is contained in:
Juan RP 2010-02-26 16:01:53 +01:00
parent e3e3d14472
commit 8c591f0f0a
2 changed files with 23 additions and 8 deletions

View file

@ -5,6 +5,8 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run gegl
do_install()
@ -15,5 +17,4 @@ do_install()
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
}

View file

@ -1,9 +1,11 @@
# Template build file for 'gegl'.
pkgname=gegl
version=0.1.0
revision=1
revision=2
distfiles="ftp://ftp.gimp.org/pub/gegl/0.1/$pkgname-$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"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=430a79400041209d8bc42576c4d9f0c0a6e7564fdfe95ccd83f33ab7eaf238d5
@ -17,9 +19,21 @@ long_desc="
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
Add_dependency run glibc
Add_dependency run glib
Add_dependency run cairo
Add_dependency run libpng
Add_dependency run jpeg
Add_dependency run librsvg
Add_dependency run gtk+
Add_dependency run pango
Add_dependency run babl
Add_dependency build pkg-config
Add_dependency build glib-devel
Add_dependency build cairo-devel
Add_dependency build libpng-devel
Add_dependency build jpeg-devel
Add_dependency build librsvg-devel
Add_dependency build gtk+-devel
Add_dependency build pango-devel
Add_dependency build babl-devel