gegl: update to 0.4.8.

This commit is contained in:
prspkt 2018-08-19 23:02:05 +03:00 committed by maxice8
parent 4795984258
commit dbb47ac623

View File

@ -1,21 +1,21 @@
# Template file for 'gegl'
pkgname=gegl
version=0.4.6
version=0.4.8
revision=1
build_style=gnu-configure
configure_args="--disable-docs --without-sdl --without-libopenraw
--without-libavformat --without-graphviz --without-lua --without-libspiro
--without-umfpack --with-exiv2 --without-libv4l --disable-introspection"
hostmakedepends="pkg-config intltool"
makedepends="libglib-devel libpng-devel babl-devel jasper-devel
libjpeg-turbo-devel librsvg-devel gtk+-devel exiv2-devel json-glib-devel"
makedepends="babl-devel exiv2-devel gtk+-devel jasper-devel json-glib-devel
librsvg-devel"
short_desc="Graph based image processing framework"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-3.0-only, LGPL-3.0-only"
homepage="https://www.gimp.org"
changelog="https://gitlab.gnome.org/GNOME/gegl/raw/master/docs/NEWS.txt"
distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.bz2"
checksum=f397eb43f6b8ec387d177b21a0002070c78c38a94a1a0ca6575226f081519ae5
checksum=719468eec56ac5b191626a0cb6238f3abe9117e80594890c246acdc89183ae49
gegl-devel_package() {
depends="json-glib-devel babl-devel gegl>=${version}_${revision}"