mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/gmic to 1.6.2.0-2
This commit is contained in:
parent
d6a8f7bbff
commit
d9c1153b83
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
pkgbase=gmic
|
||||
pkgname=("gmic" "gimp-plugin-gmic" "zart")
|
||||
pkgver=1.6.2.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=("i686" "x86_64")
|
||||
url="http://gmic.sourceforge.net"
|
||||
license=("custom:CeCILL")
|
||||
|
@ -35,7 +35,7 @@ build() {
|
|||
|
||||
package_gmic() {
|
||||
pkgdesc="GREYC's Magic Image Converter: image processing framework"
|
||||
depends=("fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11")
|
||||
depends=("opencv" "fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11")
|
||||
replaces=("greycstoration")
|
||||
|
||||
cd "${srcdir}/gmic-${pkgver}"
|
||||
|
@ -55,7 +55,7 @@ package_zart() {
|
|||
|
||||
package_gimp-plugin-gmic() {
|
||||
pkgdesc="Gimp plugin for the G'MIC image processing framework"
|
||||
depends=("gimp" "fftw")
|
||||
depends=("opencv" "gimp" "fftw")
|
||||
replaces=("gimp-plugin-greycstoration" "gimp-plugin-gmic4gimp")
|
||||
|
||||
cd "${srcdir}/gmic-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue