community/gmic to 3.2.0-2

This commit is contained in:
Kevin Mihelich 2023-02-05 16:06:43 +00:00
parent 1ba5316a78
commit ae18e798ba

View file

@ -12,22 +12,25 @@ highmem=1
pkgbase=gmic
pkgname=(gmic gimp-plugin-gmic)
pkgver=3.2.0
pkgrel=1
pkgrel=2
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)
CMakeLists.txt FindCImg.cmake FindGMicStdlib.cmake
https://github.com/GreycLab/gmic/commit/25f5c63e.patch)
sha256sums=('8db3ba8ae003c4946a26d643b8173f7aa49e9c84f2ee1f74140165d3f20d3116'
'089c4ad204a1ed43c9425e3f39e5a3a8bab3d6e8c4fb5a6dfc69e0fca15abd15'
'5ad1b499cb0a9e3d9fff6a851346d6f356dfc592442183d6330726a29ee25384'
'83e4635a6fd101511381bc865255f4de88834da51911ce3eb45ddac2558cabcc')
'83e4635a6fd101511381bc865255f4de88834da51911ce3eb45ddac2558cabcc'
'768ecca336455b4f4e380bd0a8ff7a734e0cdd281a6ed6e205817eb5c5a4e14c')
prepare() {
mv CMakeLists.txt gmic-$pkgver
mkdir -p gmic-$pkgver/cmake
mv FindCImg.cmake FindGMicStdlib.cmake gmic-$pkgver/cmake
patch -d gmic-$pkgver -p1 < 25f5c63e.patch # https://github.com/GreycLab/gmic/issues/430
}
build() {