gegl: adopted port

This commit is contained in:
Tim Biermann 2021-01-29 12:26:46 +00:00
parent 4d138f5497
commit 92378cfef9
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 13 additions and 13 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/VvFZNExWHj8+l8lroZKcmGBk5wxD0nLt04AQx+3iWN5oNUC1nBZ99JdreqPv6n5xU6efsrqunr4UbKQASwhcAs=
SHA256 (Pkgfile) = efedbc7ce948b829f228ea4f584031b3a665b485231ceed8d8eb098f288947ce
RWSE3ohX2g5d/f4CT3xvTx6yrn1QcROX/sTUrNWirCovSxynPfCPh9Uxr2hrp9Y+MyBceBaWZ7mqhNjrjC867Bs2WsdqO8wb8wc=
SHA256 (Pkgfile) = ebc813808c62e5ea3c0306f24460efa44bd232083dac6e0a46259a165045dcc9
SHA256 (.footprint) = f95d41e754ad5a28e8f2d68b3508e6f30f887355319142dabf916b6813d282a5
SHA256 (gegl-0.4.28.tar.xz) = 1d110d8577d54cca3b34239315bd37c57ccb27dd4355655074a2d2b3fd897900

View File

@ -1,8 +1,8 @@
# Description: Graph based image processing framework
# URL: https://gegl.org/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: babl gexiv2 json-glib librsvg poppler-glib graphviz
# Optional: asciidoc ffmpeg gtk-doc jasper lcms2 ruby libsdl2 libspiro libwebp umfpack v4l-utils vala lensfun libopenraw libumfpack luajit mrg openexr
# URL: https://gegl.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: babl gexiv2 json-glib librsvg poppler-glib graphviz
# Optional: asciidoc ffmpeg gtk-doc jasper lcms2 ruby libsdl2 libspiro libwebp umfpack v4l-utils vala lensfun libopenraw libumfpack luajit mrg openexr
name=gegl
version=0.4.28
@ -10,11 +10,11 @@ release=2
source=(https://download.gimp.org/pub/$name/${version%.*}/$name-$version.tar.xz)
build() {
meson setup build $name-$version \
--prefix=/usr \
--buildtype=plain \
-D vapigen=disabled
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
rm -r $PKG/usr/share/locale
meson setup build $name-$version \
--prefix=/usr \
--buildtype=plain \
-D vapigen=disabled
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
rm -r $PKG/usr/share/locale
}