gegl: update to 0.1.6.

This commit is contained in:
Juan RP 2011-11-15 13:00:14 +01:00
parent aad34b84eb
commit e2da4d7c54
2 changed files with 9 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gegl-devel'. # Template file for 'gegl-devel'.
# #
short_desc="${short_desc} (development files)" short_desc="${short_desc} - development files"
long_desc="${long_desc} long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
@ -9,9 +9,6 @@ Add_dependency run gegl
do_install() do_install()
{ {
mkdir -p ${DESTDIR}/usr/lib vmove usr/include usr
mkdir -p ${DESTDIR}/usr/bin vmove usr/lib/pkgconfig usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
} }

View File

@ -1,14 +1,14 @@
# Template build file for 'gegl'. # Template build file for 'gegl'.
pkgname=gegl pkgname=gegl
version=0.1.4 version=0.1.6
distfiles="ftp://ftp.gimp.org/pub/gegl/0.1/gegl-$version.tar.bz2" distfiles="ftp://ftp.gimp.org/pub/gegl/0.1/gegl-$version.tar.bz2"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-docs --without-sdl --without-libopenraw configure_args="--disable-docs --without-sdl --without-libopenraw
--without-libavformat --without-graphviz --without-lua --without-libspiro" --without-libavformat --without-graphviz --without-lua --without-libspiro
revision=1 --without-umfpack --with-exiv2 --without-libv4l"
short_desc="Graph based image processing framework" short_desc="Graph based image processing framework"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=cc463180fcd9abca0a0647a6aa39a41f88a03bde798e7d3227efb707b047cb36 checksum=a166225625eebfb57fd417c88cf1fa6e29b1d308d50ac3bd9ef30bad9f3726d1
long_desc=" long_desc="
GEGL (Generic Graphics Library) is a graph based image processing GEGL (Generic Graphics Library) is a graph based image processing
framework. framework.
@ -26,7 +26,8 @@ Add_dependency build cairo-devel
Add_dependency build libpng-devel Add_dependency build libpng-devel
Add_dependency build jpeg-devel Add_dependency build jpeg-devel
Add_dependency build librsvg-devel Add_dependency build librsvg-devel
Add_dependency build gtk+-devel
Add_dependency build pango-devel Add_dependency build pango-devel
Add_dependency build gtk+-devel
Add_dependency build babl-devel Add_dependency build babl-devel
Add_dependency build jasper-devel Add_dependency build jasper-devel
Add_dependency build exiv2-devel