summaryrefslogtreecommitdiff
path: root/gegl/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-07-20 18:39:45 +1000
committerDanny Rawlins <monster.romster@gmail.com>2019-07-20 18:39:45 +1000
commit3568baecce2401365df1f246a0ac4ef77a4ed299 (patch)
tree06b5f4f842b14f5466690ff438746f564124f558 /gegl/Pkgfile
parent4b42247fabce4cffde9f5543a56ba42d9f2ea2ba (diff)
downloadopt-3568baecce2401365df1f246a0ac4ef77a4ed299.tar.gz
opt-3568baecce2401365df1f246a0ac4ef77a4ed299.tar.xz
gegl: 0.4.12 -> 0.4.16
Diffstat (limited to 'gegl/Pkgfile')
-rw-r--r--gegl/Pkgfile9
1 files changed, 4 insertions, 5 deletions
diff --git a/gegl/Pkgfile b/gegl/Pkgfile
index 4ed720823..b65e611da 100644
--- a/gegl/Pkgfile
+++ b/gegl/Pkgfile
@@ -2,19 +2,18 @@
# URL: http://gegl.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Simone Rota, sip at crux dot nu
-# Depends on: babl gtk json-glib
-# Optional: libsdl ffmpeg3
+# Depends on: babl exiv2 glu json-glib librsvg util-linux
+# Optional: libsdl ffmpeg
name=gegl
-version=0.4.12
+version=0.4.16
release=1
source=(http://ftp.gimp.org/pub/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
- [ -e '/usr/lib/ffmpeg3/pkgconfig/libavformat.pc' ] || PKGMK_GEGL+=' --without-libavformat'
- PKG_CONFIG_PATH="/usr/lib/ffmpeg3/pkgconfig:$PKG_CONFIG_PATH" \
./configure $PKGMK_GEGL --prefix=/usr --disable-docs
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale

Generated by cgit