summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Spies2015-12-23 19:58:21 -0330
committerLukas Spies2015-12-23 19:58:21 -0330
commit069f147f67589f50bcadb33983fa5e41e23337ce (patch)
treedb9ec85a2068cbcc56e312cf4e6510116911765f
parenta9698877900ab2f625d63fe2137edf80b9636524 (diff)
downloadaur-069f147f67589f50bcadb33983fa5e41e23337ce.tar.gz
[1.3.23] Add missing depends, makedepends and optdepends
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD9
2 files changed, 22 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b7a6d48c944..9eb344420829 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Dec 23 23:19:27 UTC 2015
+# Wed Dec 23 23:27:46 UTC 2015
pkgbase = mingw-w64-graphicsmagick
pkgdesc = Image processing system (mingw-w64)
pkgver = 1.3.23
@@ -8,7 +8,21 @@ pkgbase = mingw-w64-graphicsmagick
arch = any
license = GPL
makedepends = mingw-w64-configure
+ makedepends = mingw-w64-pcre
+ makedepends = mingw-w64-libpng
+ makedepends = mingw-w64-libxml2
+ makedepends = mingw-w64-libtiff
depends = mingw-w64-crt
+ depends = mingw-w64-freetype
+ depends = mingw-w64-lcms2
+ depends = mingw-w64-libltdl
+ depends = mingw-w64-bzip2
+ depends = mingw-w64-xz
+ optdepends = mingw-w64-jasper: jp2 module
+ optdepends = mingw-w64-libpng: png module
+ optdepends = mingw-w64-libxml2: msl, svg, url modules
+ optdepends = mingw-w64-libtiff: ps2, ps3, tiff modules
+ optdepends = mingw-w64-ghostscript: pdf, ps modules
options = !strip
options = !buildflags
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index c0e3fa9275ee..be76525e68cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,13 @@ pkgdesc="Image processing system (mingw-w64)"
arch=('any')
url="http://www.graphicsmagick.org"
license=('GPL')
-makedepends=('mingw-w64-configure')
-depends=('mingw-w64-crt')
+optdepends=('mingw-w64-jasper: jp2 module'
+ 'mingw-w64-libpng: png module'
+ 'mingw-w64-libxml2: msl, svg, url modules'
+ 'mingw-w64-libtiff: ps2, ps3, tiff modules'
+ 'mingw-w64-ghostscript: pdf, ps modules')
+makedepends=('mingw-w64-configure' 'mingw-w64-pcre' 'mingw-w64-libpng' 'mingw-w64-libxml2' 'mingw-w64-libtiff')
+depends=('mingw-w64-crt' 'mingw-w64-freetype' 'mingw-w64-lcms2' 'mingw-w64-libltdl' 'mingw-w64-bzip2' 'mingw-w64-xz')
options=('!strip' '!buildflags' 'staticlibs')
source=("ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/GraphicsMagick-$pkgver.tar.xz")
md5sums=('9885ff5d91bc215a0adb3be1185e9777')