author | Antonio Rojas
<arojas@archlinux.org> 2021-02-27 10:50:57 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-02-27 10:50:57 UTC |
parent | 64bc5fdd5cd7be2a0305ba6e18f5ccfa859579ce |
PKGBUILD | +4 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index bda80b4..e20085b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Daniel Isenmann <daniel@archlinux.org> 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 @@ license=('GPL3' 'LGPL3') 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 @@ build() { cd build arch-meson ../$pkgname \ -Dworkshop=true \ - -Dmrg=disabled + -Dmrg=disabled \ + -Dmaxflow=disabled ninja }