21fc7b8cac
* gimp: update to 2.10.4. * gegl: update to 0.4.4.
27 lines
1 KiB
Bash
27 lines
1 KiB
Bash
# Template build file for 'gegl'.
|
|
pkgname=gegl
|
|
version=0.4.4
|
|
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"
|
|
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"
|
|
distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.bz2"
|
|
checksum=f8cb45da736131fe29582b74cf6851102ae013bf99c77413a8bcb02e92e57890
|
|
|
|
gegl-devel_package() {
|
|
depends="json-glib-devel babl-devel gegl>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/libgegl-0.4.so"
|
|
}
|
|
}
|