author | Jan de Groot
<jgc@archlinux.org> 2018-08-23 22:00:17 UTC |
committer | Jan de Groot
<jgc@archlinux.org> 2018-08-23 22:00:17 UTC |
parent | df3365c35de4eaf67de59391e23ab047496830eb |
PKGBUILD | +4 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 75a0c95..c033114 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Daniel Isenmann <daniel@archlinux.org> pkgname=gegl -pkgver=0.4.4 -pkgrel=3 +pkgver=0.4.8 +pkgrel=1 pkgdesc="Graph based image processing framework" arch=('x86_64') url="http://www.gegl.org/" @@ -10,7 +10,7 @@ license=('GPL3' 'LGPL3') depends=('babl' 'libspiro' 'json-glib' 'libgexiv2' 'libraw' 'openexr' 'librsvg' 'libtiff' 'lua' 'jasper' 'lensfun' 'suitesparse') makedepends=('intltool' 'ruby' 'mesa' 'glu' 'ffmpeg' 'exiv2' 'vala' 'python2' 'gobject-introspection' 'git') optdepends=('ffmpeg: ffmpeg plugin') -_commit=e786ee8f5a357c7a153ef9f1a76b61e2604960f7 # master +_commit=4d634fe907eb7973c732b34b0d5641943f93e086 # tags/GEGL_0_4_8^0 source=("git+https://gitlab.gnome.org/GNOME/gegl.git#commit=$_commit") sha256sums=('SKIP') @@ -24,6 +24,7 @@ prepare() { ln -s /usr/bin/python2 path/python cd ${pkgname} + git cherry-pick -n c1c3541caab485384087bbbcf1c83ef2d5bd4d43 NOCONFIGURE=1 ./autogen.sh }