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

Antonio Rojas arojas at archlinux.org
Mon May 3 07:34:48 UTC 2021


    Date: Monday, May 3, 2021 @ 07:34:48
  Author: arojas
Revision: 926757

Reenable opencv support (FS#70687)

It is disabled by default in 2.9.7

Modified:
  gmic/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-03 07:34:37 UTC (rev 926756)
+++ PKGBUILD	2021-05-03 07:34:48 UTC (rev 926757)
@@ -7,7 +7,7 @@
 pkgbase=gmic
 pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
 pkgver=2.9.7
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url="https://gmic.eu/"
 license=(custom:CeCILL)
@@ -19,7 +19,8 @@
   cmake -B build -S gmic-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DENABLE_DYNAMIC_LINKING=ON \
-    -DBUILD_LIB_STATIC=OFF
+    -DBUILD_LIB_STATIC=OFF \
+    -DENABLE_OPENCV=ON
   cmake --build build
 
   export LDFLAGS="$LDFLAGS -L../build"



More information about the arch-commits mailing list