mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +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
|
||||
pkgname=(gmic gimp-plugin-gmic)
|
||||
pkgver=3.2.2
|
||||
pkgver=3.2.3
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url='https://gmic.eu/'
|
||||
license=(custom:CeCILL)
|
||||
makedepends=(cmake gimp qt5-base fftw openexr opencv eigen graphicsmagick qt5-tools)
|
||||
source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz
|
||||
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=('c747496c8eece456f0e3404daca1b99ee94ddb694770970f220e2a62de803a58'
|
||||
CMakeLists.txt FindCImg.cmake FindGMicStdlib.cmake)
|
||||
sha256sums=('c8444f0aae428a5ed555ddd809c9a4b144b4c9bb29f81057393893c34b1ac0e4'
|
||||
'10664d810be3994c062c260fc6b92ba2d1cc2e76c9619e632ef0feb8f9e7b98f'
|
||||
'5ad1b499cb0a9e3d9fff6a851346d6f356dfc592442183d6330726a29ee25384'
|
||||
'83e4635a6fd101511381bc865255f4de88834da51911ce3eb45ddac2558cabcc'
|
||||
'e35f21a966e0802286be39eace12fcf61bfcbeebb1156c731d7b18389c035bb3')
|
||||
'83e4635a6fd101511381bc865255f4de88834da51911ce3eb45ddac2558cabcc')
|
||||
|
||||
prepare() {
|
||||
mv CMakeLists.txt gmic-$pkgver
|
||||
mkdir -p 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() {
|
||||
|
|
Loading…
Reference in a new issue