mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/gmic to 2.9.7-3
This commit is contained in:
parent
5dfde553fe
commit
c5dc485119
1 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@ highmem=1
|
||||||
pkgbase=gmic
|
pkgbase=gmic
|
||||||
pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
|
pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
|
||||||
pkgver=2.9.7
|
pkgver=2.9.7
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://gmic.eu/"
|
url="https://gmic.eu/"
|
||||||
license=(custom:CeCILL)
|
license=(custom:CeCILL)
|
||||||
|
@ -24,7 +24,8 @@ build() {
|
||||||
cmake -B build -S gmic-$pkgver \
|
cmake -B build -S gmic-$pkgver \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DENABLE_DYNAMIC_LINKING=ON \
|
-DENABLE_DYNAMIC_LINKING=ON \
|
||||||
-DBUILD_LIB_STATIC=OFF
|
-DBUILD_LIB_STATIC=OFF \
|
||||||
|
-DENABLE_OPENCV=ON
|
||||||
cmake --build build
|
cmake --build build
|
||||||
|
|
||||||
export LDFLAGS="$LDFLAGS -L../build"
|
export LDFLAGS="$LDFLAGS -L../build"
|
||||||
|
|
Loading…
Reference in a new issue