[arch-commits] Commit in gegl02/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Fri Dec 23 05:32:24 UTC 2016


    Date: Friday, December 23, 2016 @ 05:32:23
  Author: foutrelis
Revision: 284475

upgpkg: gegl02 0.2.0-7

libopenraw 0.1.0 rebuild.

Modified:
  gegl02/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-22 23:27:55 UTC (rev 284474)
+++ PKGBUILD	2016-12-23 05:32:23 UTC (rev 284475)
@@ -4,7 +4,7 @@
 
 pkgname=gegl02
 pkgver=0.2.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Graph based image processing framework (v0.2)"
 arch=('i686' 'x86_64')
 url="http://www.gegl.org/"
@@ -35,6 +35,11 @@
   patch -Np1 -i ../gegl-0.2.0-lua-5.2.patch
   patch -Np1 -i ../gegl-0.2.0-remove-src-over-op.patch
   sed -i 's/avcodec_alloc_frame/av_frame_alloc/g' operations/external/ff-*.c
+
+  # Fix build with libopenraw 0.1.0
+  sed -i 's/OR_DATA_TYPE_CFA/OR_DATA_TYPE_RAW/' operations/external/openraw.c
+  sed -ri 's/(libopenraw(-gnome)?)-1\.0/\1-0.1/' configure.ac
+  autoreconf -vi
 }
 
 build() {



More information about the arch-commits mailing list