gegl: update to 0.1.8
This commit is contained in:
parent
b34628f902
commit
5ec1f6ab46
1 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template build file for 'gegl'.
|
# Template build file for 'gegl'.
|
||||||
pkgname=gegl
|
pkgname=gegl
|
||||||
version=0.1.6
|
version=0.1.8
|
||||||
distfiles="ftp://ftp.gimp.org/pub/gegl/0.1/gegl-$version.tar.bz2"
|
distfiles="ftp://ftp.gimp.org/pub/${pkgname}/${version%.*}/${pkgname}-${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
|
||||||
--without-umfpack --with-exiv2 --without-libv4l"
|
--without-umfpack --with-exiv2 --without-libv4l --disable-introspection"
|
||||||
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=a166225625eebfb57fd417c88cf1fa6e29b1d308d50ac3bd9ef30bad9f3726d1
|
checksum=106b9574b6d5fb282683794f7a7f090a1a3f4a388890e592b202827a4ca76f75
|
||||||
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.
|
||||||
|
@ -28,6 +28,6 @@ Add_dependency build jpeg-devel
|
||||||
Add_dependency build librsvg-devel
|
Add_dependency build librsvg-devel
|
||||||
Add_dependency build pango-devel
|
Add_dependency build pango-devel
|
||||||
Add_dependency build gtk+-devel
|
Add_dependency build gtk+-devel
|
||||||
Add_dependency build babl-devel
|
Add_dependency build babl-devel ">=0.1.6"
|
||||||
Add_dependency build jasper-devel
|
Add_dependency build jasper-devel
|
||||||
Add_dependency build exiv2-devel
|
Add_dependency build exiv2-devel
|
||||||
|
|
Loading…
Reference in a new issue