mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/gmic to 2.9.0-10
This commit is contained in:
parent
058161b691
commit
d687f6d895
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ highmem=1
|
|||
pkgbase=gmic
|
||||
pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
|
||||
pkgver=2.9.0
|
||||
pkgrel=9
|
||||
pkgrel=10
|
||||
arch=(x86_64)
|
||||
url="https://gmic.eu/"
|
||||
license=(custom:CeCILL)
|
||||
|
@ -78,7 +78,7 @@ build() {
|
|||
make
|
||||
|
||||
cd ../build-zart
|
||||
export CXXFLAGS=${CXXFLAGS/-O2/} # https://github.com/c-koi/zart/issues/14
|
||||
unset CXXFLAGS # https://github.com/c-koi/zart/issues/14
|
||||
qmake ../gmic-$pkgver/zart \
|
||||
GMIC_PATH="$srcdir"/gmic-$pkgver/src GMIC_DYNAMIC_LINKING=on QMAKE_CXXFLAGS+=" -DOPENCV2_HEADERS"
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue