Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (1b0291e5d47bbde232484c9db63ef42cd32c1117)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (1b0291e5d47bbde232484c9db63ef42cd32c1117)
  • Date: Mon, 17 Mar 2025 12:24:27 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

graphics/graphicsmagick/BUILD | 11 ++++-------
graphics/graphicsmagick/DETAILS | 12 ++----------
graphics/graphicsmagick/HISTORY | 5 +++++
graphics/graphicsmagick/INSTALL | 4 +++-
graphics/graphicsmagick/PREPARE | 1 -
5 files changed, 14 insertions(+), 19 deletions(-)

New commits:
commit 1b0291e5d47bbde232484c9db63ef42cd32c1117
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

graphicsmagick - fix build

commit 4b8bb3876fa78bfbb98b94192ba99c995a03f17f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

graphicsmagick: => 1.3.45

diff --git a/graphics/graphicsmagick/BUILD b/graphics/graphicsmagick/BUILD
index faba190..26b469b 100755
--- a/graphics/graphicsmagick/BUILD
+++ b/graphics/graphicsmagick/BUILD
@@ -1,10 +1,7 @@
OPTS="--enable-shared ${OPTS}" &&
OPTS="$GRAPHICSMAGICK_16BIT ${OPTS}" &&
-
-if [[ $GM_SNAP != y ]]
-then
- OPTS="--without-png ${OPTS}"
-fi &&
-
+OPTS+=' --disable-static' &&
default_build &&
-make perl-build
+if is_depends_enabled $SPELL perl;then
+ make perl-build
+fi
diff --git a/graphics/graphicsmagick/DETAILS b/graphics/graphicsmagick/DETAILS
index 64d5580..652364a 100755
--- a/graphics/graphicsmagick/DETAILS
+++ b/graphics/graphicsmagick/DETAILS
@@ -1,17 +1,9 @@
SPELL=graphicsmagick
-#if [[ $GM_SNAP == y ]]
-#then
-# VERSION=1.3.3
-#
SOURCE_HASH=sha512:e64902aa2a8702d03d188350bd4252a2263e431611f9a70f38cd8beede8a38cc91bb4de3603fedf15420ebbba488f609f218e9b45e356b9f8dc8e4a75f380ee5
-# SOURCE=GraphicsMagick-${VERSION}.tar.bz2
-#
SOURCE_URL[0]=ftp://ftp.${SPELL}.org/pub/GraphicsMagick/snapshots/${SOURCE}
-#else
- VERSION=1.3.40
-
SOURCE_HASH=sha512:e64902aa2a8702d03d188350bd4252a2263e431611f9a70f38cd8beede8a38cc91bb4de3603fedf15420ebbba488f609f218e9b45e356b9f8dc8e4a75f380ee5
+ VERSION=1.3.45
+
SOURCE_HASH=sha512:2c12a24198a8ee1f86b4c43bf8903d129c891ec2c27ba22287dfc8a5f65c9223b2caa67a37b9a91b10b049ba8425e757738f5d92a9ae70abee76d323af9bd1a0
SECURITY_PATCH=9
SOURCE=GraphicsMagick-${VERSION}.tar.xz

SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
-#fi
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/GraphicsMagick-${VERSION}
WEB_SITE=http://www.${SPELL}.org
ENTERED=20070216
diff --git a/graphics/graphicsmagick/HISTORY b/graphics/graphicsmagick/HISTORY
index f1e9070..14676c5 100644
--- a/graphics/graphicsmagick/HISTORY
+++ b/graphics/graphicsmagick/HISTORY
@@ -1,3 +1,8 @@
+2025-03-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.45
+ * PREPARE: deleted
+ * BUILD INSTALL: disable static, perl truly optional
+
2023-04-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.40

diff --git a/graphics/graphicsmagick/INSTALL b/graphics/graphicsmagick/INSTALL
index 382c9cd..c0e0f91 100755
--- a/graphics/graphicsmagick/INSTALL
+++ b/graphics/graphicsmagick/INSTALL
@@ -1,2 +1,4 @@
default_install &&
-make -C PerlMagick DESTDIR=${INSTALL_ROOT}/ install
+if is_depends_enabled $SPELL perl;then
+ make -C PerlMagick DESTDIR=${INSTALL_ROOT}/ install
+fi
diff --git a/graphics/graphicsmagick/PREPARE b/graphics/graphicsmagick/PREPARE
deleted file mode 100755
index 169bb10..0000000
--- a/graphics/graphicsmagick/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query GM_SNAP "Use devel snapshot?" n


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (1b0291e5d47bbde232484c9db63ef42cd32c1117), Treeve Jelbert, 03/17/2025

Archive powered by MHonArc 2.6.24.

Top of Page