mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +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$
|
# $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
|
||||||
|
|
Loading…
Reference in a new issue