18 lines
619 B
Plaintext
18 lines
619 B
Plaintext
# Description: Graph based image processing framework
|
|
# URL: http://gegl.org
|
|
# 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
|
|
|
|
name=gegl
|
|
version=0.4.26
|
|
release=1
|
|
source=(https://download.gimp.org/pub/$name/${version%.*}/$name-$version.tar.xz)
|
|
|
|
build() {
|
|
meson build $name-$version --prefix /usr
|
|
ninja -C build
|
|
DESTDIR=$PKG ninja -C build install
|
|
rm -r $PKG/usr/share/locale
|
|
}
|