From b59fa373e24b85ebf1af628b4a51d6fbeb9d5326 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Thu, 15 Jul 2021 19:19:17 +0200 Subject: imagemagick: Add missing libzip dependency --- graphics/imagemagick/DEPENDS | 5 +++++ graphics/imagemagick/DETAILS | 1 + graphics/imagemagick/HISTORY | 4 ++++ 3 files changed, 10 insertions(+) (limited to 'graphics') diff --git a/graphics/imagemagick/DEPENDS b/graphics/imagemagick/DEPENDS index 0d9699bff9..f6ad7bd15d 100755 --- a/graphics/imagemagick/DEPENDS +++ b/graphics/imagemagick/DEPENDS @@ -100,6 +100,11 @@ optional_depends 'zlib' \ '--without-zlib' \ 'for basic zlib compression support' && +optional_depends 'libzip' \ + '--with-zip' \ + '--without-zip' \ + 'for ZIP support' && + optional_depends 'bzip2' \ '--with-bzlib' \ '--without-bzlib' \ diff --git a/graphics/imagemagick/DETAILS b/graphics/imagemagick/DETAILS index 1ed2739da3..150ecdd2ab 100755 --- a/graphics/imagemagick/DETAILS +++ b/graphics/imagemagick/DETAILS @@ -2,6 +2,7 @@ SPELLX=ImageMagick VERSION=7.1.0-2 SOURCE_HASH=sha512:544669b64caf4893d167fe0e97456ef1c772b641b20a827fc570da0a5dbfe1cc41812890aad1c41e20ce4384d8ab2b86fefdfabed58b0507c6dcd5d193fa0dc0 + PATCHLEVEL=1 SECURITY_PATCH=6 SOURCE=$SPELLX-$VERSION.tar.gz SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION" diff --git a/graphics/imagemagick/HISTORY b/graphics/imagemagick/HISTORY index ca7854216f..05f2578bf3 100644 --- a/graphics/imagemagick/HISTORY +++ b/graphics/imagemagick/HISTORY @@ -1,3 +1,7 @@ +2021-07-14 Ismael Luceno + * DEPENDS: added missing libzip dependency + * DETAILS: PATCHLEVEL++ + 2021-07-14 Florian Franzmann * DETAILS: remove the github source url, the tarballs are different. * DETAILS: fix source hash -- cgit v1.2.3