Date: Thursday, August 23, 2018 @ 22:00:17 Author: jgc Revision: 332887
upgpkg: gegl 0.4.8-1 Modified: gegl/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-23 21:59:50 UTC (rev 332886) +++ PKGBUILD 2018-08-23 22:00:17 UTC (rev 332887) @@ -2,8 +2,8 @@ # Maintainer: Daniel Isenmann <[email protected]> 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/" @@ -11,7 +11,7 @@ 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') @@ -25,6 +25,7 @@ ln -s /usr/bin/python2 path/python cd ${pkgname} + git cherry-pick -n c1c3541caab485384087bbbcf1c83ef2d5bd4d43 NOCONFIGURE=1 ./autogen.sh }
