[arch-commits] Commit in gmic/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Fri Apr 24 21:31:15 UTC 2015


    Date: Friday, April 24, 2015 @ 23:31:15
  Author: spupykin
Revision: 132211

upgpkg: gmic 1.6.2.0-2

upd

Modified:
  gmic/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-24 21:31:10 UTC (rev 132210)
+++ PKGBUILD	2015-04-24 21:31:15 UTC (rev 132211)
@@ -7,7 +7,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")
@@ -31,7 +31,7 @@
 
 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}"
@@ -51,7 +51,7 @@
 
 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}"



More information about the arch-commits mailing list