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

Antonio Rojas arojas at archlinux.org
Fri Oct 18 22:57:40 UTC 2019


    Date: Friday, October 18, 2019 @ 22:57:40
  Author: arojas
Revision: 517237

openexr 2.4 rebuild

Modified:
  gmic/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-18 22:43:15 UTC (rev 517236)
+++ PKGBUILD	2019-10-18 22:57:40 UTC (rev 517237)
@@ -7,7 +7,7 @@
 pkgbase=gmic
 pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
 pkgver=2.7.4
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="https://gmic.eu/"
 license=(custom:CeCILL)
@@ -21,6 +21,8 @@
 # fix overlinking
   sed -e 's/pkg-config opencv --libs ||//' -e 's/-lopencv_highgui/-lopencv_videoio/' \
       -e 's/pkg-config opencv/pkg-config opencv4/' -i gmic-$pkgver/src/Makefile 
+# fix build with openexr 2.4
+  sed -e 's|-lIlmImf -lHalf|-lIlmImf-2_4 -lHalf-2_4|' -i gmic-$pkgver/src/Makefile
 # fix build with openCV 4.0
   cd gmic-$pkgver/zart
   patch -p1 -i ../../zart-opencv4.patch



More information about the arch-commits mailing list