Date: Saturday, February 27, 2021 @ 10:50:57 Author: arojas Revision: 408896
Update to 0.4.28 Modified: gegl/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-27 10:23:41 UTC (rev 408895) +++ PKGBUILD 2021-02-27 10:50:57 UTC (rev 408896) @@ -1,7 +1,7 @@ # Maintainer: Daniel Isenmann <[email protected]> pkgname=gegl -pkgver=0.4.26 +pkgver=0.4.28 pkgrel=1 pkgdesc="Graph based image processing framework" arch=('x86_64') @@ -10,7 +10,7 @@ depends=('babl' 'libspiro' 'json-glib' 'libgexiv2' 'libraw' 'openexr' 'librsvg' 'libtiff' 'luajit' 'jasper' 'lensfun' 'suitesparse' 'poppler-glib') makedepends=('intltool' 'ruby' 'mesa' 'glu' 'ffmpeg' 'exiv2' 'vala' 'gobject-introspection' 'git' 'meson' 'python-gobject') optdepends=('ffmpeg: ffmpeg plugin') -_commit='3371550915bfe10e9e0add87caaf578464305542' # tags/GEGL_0_4_26^0 +_commit=811bd306500764a8c64debee4e1e0adda6ac74d3 source=("git+https://gitlab.gnome.org/GNOME/gegl.git#commit=$_commit") sha256sums=('SKIP') @@ -29,7 +29,8 @@ cd build arch-meson ../$pkgname \ -Dworkshop=true \ - -Dmrg=disabled + -Dmrg=disabled \ + -Dmaxflow=disabled ninja }
