mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/gmic to 3.2.3-1
This commit is contained in:
parent
00004858a0
commit
ff5e9e304d
1 changed files with 4 additions and 8 deletions
|
@ -11,27 +11,23 @@ highmem=1
|
||||||
|
|
||||||
pkgbase=gmic
|
pkgbase=gmic
|
||||||
pkgname=(gmic gimp-plugin-gmic)
|
pkgname=(gmic gimp-plugin-gmic)
|
||||||
pkgver=3.2.2
|
pkgver=3.2.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://gmic.eu/'
|
url='https://gmic.eu/'
|
||||||
license=(custom:CeCILL)
|
license=(custom:CeCILL)
|
||||||
makedepends=(cmake gimp qt5-base fftw openexr opencv eigen graphicsmagick qt5-tools)
|
makedepends=(cmake gimp qt5-base fftw openexr opencv eigen graphicsmagick qt5-tools)
|
||||||
source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz
|
source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz
|
||||||
CMakeLists.txt FindCImg.cmake FindGMicStdlib.cmake
|
CMakeLists.txt FindCImg.cmake FindGMicStdlib.cmake)
|
||||||
gmic-qt-pr-176.patch::https://patch-diff.githubusercontent.com/raw/c-koi/gmic-qt/pull/176.patch)
|
sha256sums=('c8444f0aae428a5ed555ddd809c9a4b144b4c9bb29f81057393893c34b1ac0e4'
|
||||||
sha256sums=('c747496c8eece456f0e3404daca1b99ee94ddb694770970f220e2a62de803a58'
|
|
||||||
'10664d810be3994c062c260fc6b92ba2d1cc2e76c9619e632ef0feb8f9e7b98f'
|
'10664d810be3994c062c260fc6b92ba2d1cc2e76c9619e632ef0feb8f9e7b98f'
|
||||||
'5ad1b499cb0a9e3d9fff6a851346d6f356dfc592442183d6330726a29ee25384'
|
'5ad1b499cb0a9e3d9fff6a851346d6f356dfc592442183d6330726a29ee25384'
|
||||||
'83e4635a6fd101511381bc865255f4de88834da51911ce3eb45ddac2558cabcc'
|
'83e4635a6fd101511381bc865255f4de88834da51911ce3eb45ddac2558cabcc')
|
||||||
'e35f21a966e0802286be39eace12fcf61bfcbeebb1156c731d7b18389c035bb3')
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mv CMakeLists.txt gmic-$pkgver
|
mv CMakeLists.txt gmic-$pkgver
|
||||||
mkdir -p gmic-$pkgver/cmake
|
mkdir -p gmic-$pkgver/cmake
|
||||||
mv FindCImg.cmake FindGMicStdlib.cmake gmic-$pkgver/cmake
|
mv FindCImg.cmake FindGMicStdlib.cmake gmic-$pkgver/cmake
|
||||||
|
|
||||||
patch -d gmic-$pkgver/gmic-qt -p1 < gmic-qt-pr-176.patch # Fix build
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue