mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/gegl to 0.3.20-1
This commit is contained in:
parent
82379e6057
commit
f13f23acc1
1 changed files with 7 additions and 7 deletions
|
@ -5,16 +5,16 @@
|
|||
# - disable instrospection, currently broken
|
||||
|
||||
pkgname=gegl
|
||||
pkgver=0.3.14
|
||||
pkgrel=2
|
||||
pkgver=0.3.20
|
||||
pkgrel=1
|
||||
pkgdesc="Graph based image processing framework"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gegl.org/"
|
||||
license=('GPL3' 'LGPL3')
|
||||
depends=('babl' 'libspiro' 'json-glib')
|
||||
makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 'librsvg'
|
||||
'jasper' 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun'
|
||||
'gobject-introspection' 'git' 'gtk-doc')
|
||||
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'
|
||||
|
@ -24,7 +24,7 @@ optdepends=('libraw: raw plugin'
|
|||
'libtiff: tiff plugin'
|
||||
'lua: lua plugin'
|
||||
'lensfun: lens-correct plugin')
|
||||
_commit=285e5b781f2ef6359d264192f826564402119b87 # tags/GEGL_0_3_14^0
|
||||
_commit=517991898e8ea672d38aa0dd282bb59b84ae253d # tags/GEGL_0_3_20^0
|
||||
source=("git+https://git.gnome.org/browse/gegl#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
|
Loading…
Reference in a new issue