mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gegl: update to 0.4.14.
This commit is contained in:
parent
a7834cc733
commit
212e0f0b24
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gegl'
|
# Template file for 'gegl'
|
||||||
pkgname=gegl
|
pkgname=gegl
|
||||||
version=0.4.12
|
version=0.4.14
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-docs --without-sdl --with-libraw
|
configure_args="--disable-docs --without-sdl --with-libraw
|
||||||
|
@ -8,14 +8,14 @@ configure_args="--disable-docs --without-sdl --with-libraw
|
||||||
--without-umfpack --with-exiv2 --without-libv4l --disable-introspection"
|
--without-umfpack --with-exiv2 --without-libv4l --disable-introspection"
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool"
|
||||||
makedepends="babl-devel exiv2-devel gtk+-devel jasper-devel json-glib-devel
|
makedepends="babl-devel exiv2-devel gtk+-devel jasper-devel json-glib-devel
|
||||||
librsvg-devel libraw-devel"
|
librsvg-devel libraw-devel libwebp-devel"
|
||||||
short_desc="Graph based image processing framework"
|
short_desc="Graph based image processing framework"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3.0-only, LGPL-3.0-only"
|
license="GPL-3.0-only, LGPL-3.0-only"
|
||||||
homepage="https://www.gimp.org"
|
homepage="https://www.gimp.org"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/gegl/raw/master/docs/NEWS.txt"
|
changelog="https://gitlab.gnome.org/GNOME/gegl/raw/master/docs/NEWS.txt"
|
||||||
distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.bz2"
|
distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.bz2"
|
||||||
checksum=e967293eabe89257e1d511bf68435fbfd44e6e0f9ef51b86cc50781f09eb5852
|
checksum=4c01d58599d8ddb3714effd2675ea1863272cf2d7d9ed3d32aee80c89f859901
|
||||||
|
|
||||||
gegl-devel_package() {
|
gegl-devel_package() {
|
||||||
depends="json-glib-devel babl-devel gegl>=${version}_${revision}"
|
depends="json-glib-devel babl-devel gegl>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue