mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
gegl: update to 0.4.20
This commit is contained in:
parent
8e74f2bb06
commit
6e43b1074b
1 changed files with 15 additions and 8 deletions
|
@ -1,21 +1,27 @@
|
||||||
# Template file for 'gegl'
|
# Template file for 'gegl'
|
||||||
pkgname=gegl
|
pkgname=gegl
|
||||||
version=0.4.16
|
version=0.4.20
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
configure_args="--disable-docs --without-sdl --with-libraw
|
build_helper="gir"
|
||||||
--without-libavformat --without-graphviz --without-lua --without-libspiro
|
configure_args="-Ddocs=false -Dintrospection=$(vopt_if gir true false)
|
||||||
--without-umfpack --with-exiv2 --without-libv4l --disable-introspection"
|
-Dlibspiro=disabled -Dlibv4l=disabled -Dlibv4l2=disabled -Dlua=disabled
|
||||||
|
-Dmrg=disabled -Dopenexr=disabled -Dsdl2=disabled -Dvapigen=disabled
|
||||||
|
-Dlibav=disabled -Dumfpack=disabled"
|
||||||
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 libwebp-devel"
|
lensfun-devel libgexiv2-devel librsvg-devel libraw-devel libwebp-devel
|
||||||
|
python3-gobject-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.xz"
|
||||||
checksum=0112df690301d9eb993cc48965fc71b7751c9021a4f4ee08fcae366c326b5e5a
|
checksum=23bd8bb42b20de7c2a8c314eeb5301dc20141feda20a4b1ed455020b69b73dff
|
||||||
|
|
||||||
|
build_options="gir"
|
||||||
|
build_options_default="gir"
|
||||||
|
|
||||||
gegl-devel_package() {
|
gegl-devel_package() {
|
||||||
depends="json-glib-devel babl-devel gegl>=${version}_${revision}"
|
depends="json-glib-devel babl-devel gegl>=${version}_${revision}"
|
||||||
|
@ -24,5 +30,6 @@ gegl-devel_package() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/libgegl-0.4.so"
|
vmove "usr/lib/libgegl-0.4.so"
|
||||||
|
vmove usr/share/gir-1.0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue