vp-build/srcpkgs/gegl3/template

35 lines
1.1 KiB
Bash

# Template file for 'gegl3'
pkgname=gegl3
version=0.3.28
revision=2
wrksrc="gegl-${version}"
build_style=gnu-configure
configure_args="--disable-docs --without-sdl
--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
libraw-devel"
short_desc="Graph based image processing framework (v0.3)"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3, LGPL-3"
homepage="https://www.gimp.org/"
distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.bz2"
checksum=152f87604a5a191775329dfb63764efa1d5c32403d1438da68e242f96b7d23ff
post_install() {
# Resolves conflict with gegl
mv ${DESTDIR}/usr/bin/gegl ${DESTDIR}/usr/bin/gegl3
}
gegl3-devel_package() {
depends="libglib-devel gegl3>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/libgegl-0.3.so
}
}