summaryrefslogtreecommitdiff
path: root/pcr/gegl-git
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-01-06 17:39:47 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-01-07 11:03:40 -0300
commit8f417f19145f17bf2c7e3d474569b1d6b852afdd (patch)
treedb9eac2acc01592c98f16bbe123ed09e4cb74d46 /pcr/gegl-git
parent803d00fad001e9d6f0b6383984ff3b0df7337b20 (diff)
gegl-git: update pkg
Diffstat (limited to 'pcr/gegl-git')
-rw-r--r--pcr/gegl-git/PKGBUILD24
1 files changed, 17 insertions, 7 deletions
diff --git a/pcr/gegl-git/PKGBUILD b/pcr/gegl-git/PKGBUILD
index 091ec0203..28ce8ce84 100644
--- a/pcr/gegl-git/PKGBUILD
+++ b/pcr/gegl-git/PKGBUILD
@@ -3,26 +3,35 @@
_pkgname=gegl
pkgname=gegl-git
-pkgver=r6886.21c5e59
+pkgver=r6918.2bfc117
pkgrel=1
pkgdesc="Graph based image processing framework"
arch=('i686' 'x86_64' 'armv7h')
url="http://www.gegl.org/"
license=('GPL3' 'LGPL3')
depends=('babl' 'libspiro' 'json-glib')
-makedepends=('intltool' 'ruby' 'lua' 'libopenraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 'librsvg'
- 'jasper' 'exiv2' 'vala' 'python2' 'suitesparse' 'git')
-optdepends=('libopenraw: openraw plugin'
+makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 'librsvg'
+ 'jasper' 'exiv2' 'vala' 'python2' 'suitesparse'
+ 'gobject-introspection' 'git')
+optdepends=('libraw: raw plugin'
'openexr: openexr plugin'
'ffmpeg: ffmpeg plugin'
'suitesparse: matting-levin plugin'
'librsvg: svg plugin'
- 'jasper: jasper plugin')
+ 'jasper: jasper plugin'
+ 'lua: lua plugin')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=(${_pkgname}-${pkgver}::git+git://git.gnome.org/${_pkgname}.git)
sha256sums=('SKIP')
+# libtiff lensfun
+# asciidoc: no (asciidoc not found)
+# enscript: no (enscript not found)
+# mrg: no (mrg not found)
+# graphviz: no (graphviz not found)
+# gexiv2: no (gexiv2 not found)
+
pkgver() {
cd "${srcdir}/${_pkgname}-${pkgver}"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
@@ -33,14 +42,15 @@ prepare() {
ln -s /usr/bin/python2 path/python
cd ${_pkgname}-${pkgver}
+ NOCONFIGURE=1 ./autogen.sh
}
build() {
export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
cd ${_pkgname}-${pkgver}
- ./autogen.sh
./configure --prefix=/usr --with-sdl --with-librsvg \
- --with-libavformat --with-jasper --disable-docs
+ --with-libavformat --with-jasper --disable-docs \
+ --enable-workshop
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool