git » gegl.git » commit bf1d6b5

upgpkg: 0.4.2+14+g190a81b4a-1

author Jan de Groot
2018-06-04 20:34:40 UTC
committer Jan de Groot
2018-06-04 20:34:40 UTC
parent 725ecd966d6b6067e844eb9c70c227d8dde27c74

upgpkg: 0.4.2+14+g190a81b4a-1

Move most optdepends to real depends, bump to git snapshot to fix some gimp crashes

PKGBUILD +6 -16

diff --git a/PKGBUILD b/PKGBUILD
index 20f3f2c..9f8c7cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,27 +1,17 @@
 # Maintainer: Daniel Isenmann <daniel@archlinux.org>
 
 pkgname=gegl
-pkgver=0.4.2
+pkgver=0.4.2+14+g190a81b4a
 pkgrel=1
 pkgdesc="Graph based image processing framework"
 arch=('x86_64')
 url="http://www.gegl.org/"
 license=('GPL3' 'LGPL3')
-depends=('babl' 'libspiro' 'json-glib' 'libgexiv2')
-makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 'librsvg' 'jasper'
-             'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun' 'gobject-introspection'
-             'git')
-optdepends=('libraw: raw plugin'
-            'openexr: openexr plugin'
-            'ffmpeg: ffmpeg plugin'
-            'suitesparse: matting-levin plugin'
-            'librsvg: svg plugin'
-            'jasper: jasper plugin'
-            'libtiff: tiff plugin'
-            'lua: lua plugin'
-            'lensfun: lens-correct plugin')
-_commit=b16c1641126fd1ac0363845e1fc30c1f3c50fa1b  # tags/GEGL_0_4_2^0
-source=("git+https://git.gnome.org/browse/gegl#commit=$_commit")
+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=190a81b4a7c70c208ec624bdc5187b003d2e4774  # master
+source=("git+https://gitlab.gnome.org/GNOME/gegl.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {