mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/gegl to 0.3.34-1.1
This commit is contained in:
parent
b1ea5bfab3
commit
5e19a7e231
1 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
|||
# $Id$
|
||||
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - disable instrospection, currently broken
|
||||
# remove when bumped upstream
|
||||
|
||||
pkgname=gegl
|
||||
pkgver=0.3.34
|
||||
pkgrel=1
|
||||
pkgrel=1.1
|
||||
pkgdesc="Graph based image processing framework"
|
||||
arch=('x86_64')
|
||||
url="http://www.gegl.org/"
|
||||
|
@ -47,7 +46,7 @@ build() {
|
|||
cd ${pkgname}
|
||||
./configure --prefix=/usr --with-sdl --with-librsvg \
|
||||
--with-libavformat --with-jasper --disable-docs \
|
||||
--enable-workshop --enable-introspection=no
|
||||
--enable-workshop
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
|
|
Loading…
Reference in a new issue