extra/gegl to 0.3.34-1.1

This commit is contained in:
Kevin Mihelich 2018-05-10 12:56:36 +00:00
parent b1ea5bfab3
commit 5e19a7e231

View file

@ -1,12 +1,11 @@
# $Id$ # $Id$
# Maintainer: Daniel Isenmann <daniel@archlinux.org> # Maintainer: Daniel Isenmann <daniel@archlinux.org>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org> # remove when bumped upstream
# - disable instrospection, currently broken
pkgname=gegl pkgname=gegl
pkgver=0.3.34 pkgver=0.3.34
pkgrel=1 pkgrel=1.1
pkgdesc="Graph based image processing framework" pkgdesc="Graph based image processing framework"
arch=('x86_64') arch=('x86_64')
url="http://www.gegl.org/" url="http://www.gegl.org/"
@ -47,7 +46,7 @@ build() {
cd ${pkgname} cd ${pkgname}
./configure --prefix=/usr --with-sdl --with-librsvg \ ./configure --prefix=/usr --with-sdl --with-librsvg \
--with-libavformat --with-jasper --disable-docs \ --with-libavformat --with-jasper --disable-docs \
--enable-workshop --enable-introspection=no --enable-workshop
# https://bugzilla.gnome.org/show_bug.cgi?id=655517 # https://bugzilla.gnome.org/show_bug.cgi?id=655517
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool