diff --git a/gegl/.signature b/gegl/.signature index 81fbf8811..5a5c111ce 100644 --- a/gegl/.signature +++ b/gegl/.signature @@ -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 diff --git a/gegl/Pkgfile b/gegl/Pkgfile index 083f8be4e..b038d50e3 100644 --- a/gegl/Pkgfile +++ b/gegl/Pkgfile @@ -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 }