From 8f417f19145f17bf2c7e3d474569b1d6b852afdd Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Wed, 6 Jan 2016 17:39:47 -0300 Subject: gegl-git: update pkg --- pcr/gegl-git/PKGBUILD | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'pcr/gegl-git/PKGBUILD') 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 -- cgit v1.2.3-54-g00ecf