mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/gmic to 2.2.2-1
This commit is contained in:
parent
0b78223041
commit
d617123cad
1 changed files with 7 additions and 8 deletions
|
@ -11,9 +11,9 @@ highmem=1
|
|||
|
||||
pkgbase=gmic
|
||||
pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
|
||||
pkgver=2.2.1
|
||||
pkgver=2.2.2
|
||||
_commit=26c271d8a721447f24f118c9d0236a02118d0009
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url="http://gmic.eu/"
|
||||
license=(custom:CeCILL)
|
||||
|
@ -21,9 +21,9 @@ makedepends=(gimp qt5-base fftw openexr opencv git hdf5 gtkglext)
|
|||
source=("https://gmic.eu/files/source/gmic_$pkgver.tar.gz"
|
||||
git://github.com/dtschump/gmic-community.git#commit=$_commit
|
||||
gmic-qt-v.$pkgver.tar.gz::"https://github.com/c-koi/gmic-qt/archive/v.$pkgver.tar.gz")
|
||||
sha256sums=('3c05754568127d20d0ab3b50e49e00d3c89b26078a15725d0bfb8b1ed50f4c45'
|
||||
sha256sums=('cce23f791c7c9f4a09ef00c4b696b29fe2ee55725cc03e9273c3da52bd900e7f'
|
||||
'SKIP'
|
||||
'ab2db76d92cd476e9e45fd226f9ebca86819a3d17d740ad5172e094e072f26c0')
|
||||
'13bb8e3207af1e6aac0b3c2694e8bb212bb14e574c5fa9d6d2899966d1ee835f')
|
||||
|
||||
prepare() {
|
||||
mv gmic-$pkgver gmic
|
||||
|
@ -56,7 +56,7 @@ package_zart() {
|
|||
pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
|
||||
depends=(opencv fftw qt5-base)
|
||||
|
||||
install -Dm755 zart/zart -t "$pkgdir"/usr/bin
|
||||
install -Dm755 gmic/zart/zart -t "$pkgdir"/usr/bin
|
||||
install -Dm644 zart/Licence_CeCILL_V2-en.html -t "$pkgdir"/usr/share/licenses/$pkgname
|
||||
}
|
||||
|
||||
|
@ -64,7 +64,7 @@ package_gimp-plugin-gmic() {
|
|||
pkgdesc="Gimp plugin for the G'MIC image processing framework"
|
||||
depends=(gimp fftw qt5-base curl)
|
||||
|
||||
install -Dm755 gmic-qt/gmic_gimp_qt "$pkgdir"/usr/lib/gimp/2.0/plug-ins/gmic_gimp
|
||||
install -Dm755 gmic/gmic-qt/gmic_gimp_qt "$pkgdir"/usr/lib/gimp/2.0/plug-ins/gmic_gimp
|
||||
install -Dm644 gmic-qt/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
|
||||
|
@ -72,6 +72,5 @@ package_krita-plugin-gmic() {
|
|||
pkgdesc="Krita plugin for the G'MIC image processing framework"
|
||||
depends=(krita)
|
||||
|
||||
cd gmic-qt
|
||||
install -Dm755 gmic_krita_qt -t "$pkgdir"/usr/bin/
|
||||
install -Dm755 gmic/gmic-qt/gmic_krita_qt -t "$pkgdir"/usr/bin/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue