[arch-commits] Commit in gmic/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Oct 30 11:26:35 UTC 2019
Date: Wednesday, October 30, 2019 @ 11:26:35
Author: arojas
Revision: 520965
Update to 2.7.5
Modified:
gmic/trunk/PKGBUILD
----------+
PKGBUILD | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-30 10:01:22 UTC (rev 520964)
+++ PKGBUILD 2019-10-30 11:26:35 UTC (rev 520965)
@@ -6,17 +6,23 @@
pkgbase=gmic
pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
-pkgver=2.7.4
-pkgrel=2
+pkgver=2.7.5
+pkgrel=1
arch=(x86_64)
url="https://gmic.eu/"
license=(custom:CeCILL)
-makedepends=(gimp qt5-base fftw openexr opencv eigen)
-source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz zart-opencv4.patch)
-sha256sums=('cd9b40fa8df8a0bb47388071096c768a9d4908af574f0e98cc8515410d0b2c40'
- 'f4295a2b9a6730060e1dd763c602bd5156570d623bc69c2214dfd11e94943296')
+makedepends=(gimp qt5-base fftw openexr opencv eigen git)
+source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz zart-opencv4.patch
+ git+https://github.com/c-koi/zart#commit=2d8727b5)
+sha256sums=('a6854264c8ab4e7df33e19fe98314b6abcf663060e9baa18731f163eaabc1401'
+ 'f4295a2b9a6730060e1dd763c602bd5156570d623bc69c2214dfd11e94943296'
+ 'SKIP')
prepare() {
+# Use git version of zart which builds with current gmic
+ rm -r gmic-$pkgver/zart
+ mv zart gmic-$pkgver
+
sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' -i gmic-$pkgver/src/Makefile
# fix overlinking
sed -e 's/pkg-config opencv --libs ||//' -e 's/-lopencv_highgui/-lopencv_videoio/' \
More information about the arch-commits
mailing list