mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/gmic to 2.0.0-2
This commit is contained in:
parent
180389ded2
commit
98533dd538
1 changed files with 3 additions and 3 deletions
|
@ -13,11 +13,11 @@ pkgbase=gmic
|
|||
pkgname=("gmic" "gimp-plugin-gmic" "zart")
|
||||
pkgver=2.0.0
|
||||
_commit=440f068f665597aa10d8e01cc8b73cafdf0e4479
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=("i686" "x86_64")
|
||||
url="http://gmic.eu/"
|
||||
license=("custom:CeCILL")
|
||||
makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2' 'git')
|
||||
makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2' 'git' 'hdf5')
|
||||
source=("https://gmic.eu/files/source/gmic_$pkgver.tar.gz"
|
||||
"git://github.com/dtschump/gmic-community.git#commit=${_commit}"
|
||||
"gmic_stdlib.h-$pkgver::http://gmic.eu/gmic_stdlib.h"
|
||||
|
@ -50,7 +50,7 @@ build() {
|
|||
|
||||
package_gmic() {
|
||||
pkgdesc="GREYC's Magic Image Converter: image processing framework"
|
||||
depends=("opencv" "fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11")
|
||||
depends=("opencv" "fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11" "hdf5")
|
||||
|
||||
cd "${srcdir}/gmic"
|
||||
make -C src install DESTDIR="$pkgdir" USR="/usr"
|
||||
|
|
Loading…
Reference in a new issue