opt/gegl/Pkgfile

18 lines
619 B
Plaintext
Raw Normal View History

2020-04-13 05:55:17 +02:00
# Description: Graph based image processing framework
# URL: http://gegl.org
2009-10-08 21:19:30 +02:00
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: babl gexiv2 json-glib librsvg poppler-glib
# Optional: asciidoc ffmpeg graphviz gtk-doc jasper lcms2 ruby libsdl2 libspiro libwebp umfpack v4l-utils vala lensfun libopenraw libumfpack luajit mrg openexr
2009-10-08 21:19:30 +02:00
name=gegl
2020-04-01 23:35:37 +02:00
version=0.4.22
release=2
2019-11-10 01:56:49 +01:00
source=(https://download.gimp.org/pub/$name/${version%.*}/$name-$version.tar.xz)
2009-10-08 21:19:30 +02:00
build() {
2020-04-13 05:55:17 +02:00
meson build $name-$version --prefix /usr
2020-04-01 23:35:37 +02:00
ninja -C build
DESTDIR=$PKG ninja -C build install
2012-10-11 17:07:45 +02:00
rm -r $PKG/usr/share/locale
2009-10-08 21:19:30 +02:00
}