diff --git a/community/gmic/PKGBUILD b/community/gmic/PKGBUILD index f14f1944d..505767047 100644 --- a/community/gmic/PKGBUILD +++ b/community/gmic/PKGBUILD @@ -12,7 +12,7 @@ highmem=1 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) @@ -24,7 +24,8 @@ build() { 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"