mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/gmic to 2.1.5-1
This commit is contained in:
parent
1fa92347b5
commit
df8f320a2d
1 changed files with 7 additions and 16 deletions
|
@ -11,20 +11,20 @@ highmem=1
|
|||
|
||||
pkgbase=gmic
|
||||
pkgname=("gmic" "gimp-plugin-gmic" "zart" "krita-plugin-gmic")
|
||||
pkgver=2.0.4
|
||||
gmic_qt_ver=.204
|
||||
_commit=2afae7108fb45d6c88a0a0b0d8e220c6dddb6be1
|
||||
pkgrel=2
|
||||
arch=("i686" "x86_64")
|
||||
pkgver=2.1.5
|
||||
gmic_qt_ver=.215
|
||||
_commit=26c271d8a721447f24f118c9d0236a02118d0009
|
||||
pkgrel=1
|
||||
arch=("x86_64")
|
||||
url="http://gmic.eu/"
|
||||
license=("custom:CeCILL")
|
||||
makedepends=('gimp' 'qt5-base' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2' 'git' 'hdf5')
|
||||
source=("https://gmic.eu/files/source/gmic_$pkgver.tar.gz"
|
||||
"git://github.com/dtschump/gmic-community.git#commit=${_commit}"
|
||||
"gmic-qt-v$gmic_qt_ver.tar.gz::https://github.com/c-koi/gmic-qt/archive/v$gmic_qt_ver.tar.gz")
|
||||
sha256sums=('d2f9cb362668b1905c62d57a6fb73c15974841961c58c250a568854c0e4c9e55'
|
||||
sha256sums=('2f3de90a09bba6d24c89258be016fd6992886bda13dbbcaf03de58c765774845'
|
||||
'SKIP'
|
||||
'cd4170adbe916802e8ced03b6e63dea5ba9bf26a1e29e01cebf07a4001d1a126')
|
||||
'f2c6f7301e47e691f0ca578959bbbb1a5a29c4bdaa493f2720987cec6f32d3d4')
|
||||
|
||||
prepare() {
|
||||
mv "${srcdir}/gmic-${pkgver}" "${srcdir}/gmic"
|
||||
|
@ -43,17 +43,8 @@ prepare() {
|
|||
|
||||
build() {
|
||||
cd "${srcdir}/gmic"
|
||||
|
||||
# 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"
|
||||
|
||||
(cd zart && qmake -o Makefile zart.pro)
|
||||
|
||||
make -C src all WGET=/bin/true -j1
|
||||
|
||||
make -C zart all WGET=/bin/true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue