mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/gmic to 2.0.3-1
This commit is contained in:
parent
8d33500f31
commit
7b0eaffb41
1 changed files with 15 additions and 9 deletions
|
@ -11,7 +11,7 @@ highmem=1
|
|||
|
||||
pkgbase=gmic
|
||||
pkgname=("gmic" "gimp-plugin-gmic" "zart")
|
||||
pkgver=2.0.2
|
||||
pkgver=2.0.3
|
||||
gmic_qt_ver=2.0.0
|
||||
_commit=ffc89e7f8a7491f35191fe7e5ffce531128d77ef
|
||||
pkgrel=1
|
||||
|
@ -22,7 +22,7 @@ makedepends=('gimp' 'qt5-base' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2' 'git' 'hd
|
|||
source=("https://gmic.eu/files/source/gmic_$pkgver.tar.gz"
|
||||
"git://github.com/dtschump/gmic-community.git#commit=${_commit}"
|
||||
"https://github.com/c-koi/gmic-qt/archive/v$gmic_qt_ver.tar.gz")
|
||||
sha256sums=('7da9f08d62a9d23fc8badbc7c819cf76f4a9ce3db763710268fdcb80d83ecfc6'
|
||||
sha256sums=('b1f65aba4aa76bdf6da1ad923018de6844f5b76f9974978b4b12be108f87261e'
|
||||
'SKIP'
|
||||
'286fc5be19f7ad63b9a20e22ed62064c4cc2bf5113caf59d835e6cd09d81b822')
|
||||
|
||||
|
@ -44,16 +44,22 @@ prepare() {
|
|||
build() {
|
||||
cd "${srcdir}/gmic"
|
||||
|
||||
unset CFLAGS
|
||||
# unset CFLAGS
|
||||
# unset CXXFLAGS
|
||||
# export CPPFLAGS="-Wno-implicit-fallthrough -Wno-format-truncation -fno-fast-math"
|
||||
# export QMAKE_CXXFLAGS="-fno-fast-math"
|
||||
# export QMAKE_CPPFLAGS="-fno-fast-math"
|
||||
|
||||
unset CXXFLAGS
|
||||
export CPPFLAGS="-Wno-implicit-fallthrough -Wno-format-truncation -fno-fast-math"
|
||||
|
||||
export QMAKE_CXXFLAGS="-fno-fast-math"
|
||||
export QMAKE_CPPFLAGS="-fno-fast-math"
|
||||
msg qweqeqwe
|
||||
|
||||
(cd zart && qmake -o Makefile zart.pro)
|
||||
make -C src all WGET=/bin/true
|
||||
|
||||
msg asdasdasd
|
||||
|
||||
make -C src all WGET=/bin/true -j1
|
||||
|
||||
msg zxczxczxc
|
||||
|
||||
make -C zart all WGET=/bin/true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue