Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b59fa373e24b85ebf1af628b4a51d6fbeb9d5326)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b59fa373e24b85ebf1af628b4a51d6fbeb9d5326)
  • Date: Thu, 15 Jul 2021 17:19:36 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

graphics/imagemagick/DEPENDS | 5 +++++
graphics/imagemagick/DETAILS | 1 +
graphics/imagemagick/HISTORY | 4 ++++
3 files changed, 10 insertions(+)

New commits:
commit b59fa373e24b85ebf1af628b4a51d6fbeb9d5326
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

imagemagick: Add missing libzip dependency

diff --git a/graphics/imagemagick/DEPENDS b/graphics/imagemagick/DEPENDS
index 0d9699b..f6ad7bd 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 1ed2739..150ecdd 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 ca78542..05f2578 100644
--- a/graphics/imagemagick/HISTORY
+++ b/graphics/imagemagick/HISTORY
@@ -1,3 +1,7 @@
+2021-07-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: added missing libzip dependency
+ * DETAILS: PATCHLEVEL++
+
2021-07-14 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: remove the github source url, the tarballs are different.
* DETAILS: fix source hash



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b59fa373e24b85ebf1af628b4a51d6fbeb9d5326), Ismael Luceno, 07/15/2021

Archive powered by MHonArc 2.6.24.

Top of Page