• R/O
  • SSH

GM: Commit

Main GraphicsMagick source repository


Commit MetaInfo

Revision823689f8918d5044ed66bd641fbe3fb03d52c316 (tree)
Time2021-12-06 04:28:21
AuthorBob Friesenhahn <bfriesen@Grap...>
CommiterBob Friesenhahn

Log Message

Update magick/symbols.h and reduce snapshot dist size.

Change Summary

Incremental Difference

diff -r d6f3095a9e41 -r 823689f8918d ChangeLog
--- a/ChangeLog Sun Dec 05 10:24:36 2021 -0600
+++ b/ChangeLog Sun Dec 05 13:28:21 2021 -0600
@@ -1,5 +1,10 @@
11 2021-12-05 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
22
3+ * Makefile.am (snapshot): Update the snapshot target to distribute
4+ a minimal set of files.
5+
6+ * magick/symbols.h: Update the list of Gm prefixed symbols.
7+
38 * NEWS.txt: Updated with changes until today.
49
510 2021-12-04 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
diff -r d6f3095a9e41 -r 823689f8918d Makefile.am
--- a/Makefile.am Sun Dec 05 10:24:36 2021 -0600
+++ b/Makefile.am Sun Dec 05 13:28:21 2021 -0600
@@ -386,10 +386,14 @@
386386 # somewhere using some mechanism only known to itself.
387387 #
388388 # The arguments to the script are the original path names of the files to distribute.
389+#
390+# Removed $(DIST_ARCHIVE_SRPM) and $(DIST_WINDOWS_SRC_7ZIP) as well as changed from
391+# $(DIST_ARCHIVES) $(DIST_WINDOWS_SRC_7ZIP) $(DIST_ARCHIVE_SRPM)
392+# to
393+# $(distdir).tar.xz
394+# in order to reduce the copy/upload cost for the archives.
389395 snapshot: distcheck
390- $(MAKE) $(DIST_ARCHIVE_SRPM)
391- $(MAKE) $(DIST_WINDOWS_SRC_7ZIP)
392- $(GRAPHICSMAGICK_SNAPSHOT_COPY) $(DIST_ARCHIVES) $(DIST_WINDOWS_SRC_7ZIP) $(DIST_ARCHIVE_SRPM) $(top_srcdir)/ChangeLog $(top_srcdir)/www/Changelog.html
396+ $(GRAPHICSMAGICK_SNAPSHOT_COPY) $(distdir).tar.xz $(top_srcdir)/ChangeLog $(top_srcdir)/www/Changelog.html
393397
394398 else
395399
diff -r d6f3095a9e41 -r 823689f8918d Makefile.in
--- a/Makefile.in Sun Dec 05 10:24:36 2021 -0600
+++ b/Makefile.in Sun Dec 05 13:28:21 2021 -0600
@@ -11306,10 +11306,14 @@
1130611306 # somewhere using some mechanism only known to itself.
1130711307 #
1130811308 # The arguments to the script are the original path names of the files to distribute.
11309+#
11310+# Removed $(DIST_ARCHIVE_SRPM) and $(DIST_WINDOWS_SRC_7ZIP) as well as changed from
11311+# $(DIST_ARCHIVES) $(DIST_WINDOWS_SRC_7ZIP) $(DIST_ARCHIVE_SRPM)
11312+# to
11313+# $(distdir).tar.xz
11314+# in order to reduce the copy/upload cost for the archives.
1130911315 @HasGRAPHICSMAGICK_SNAPSHOT_COPY_TRUE@snapshot: distcheck
11310-@HasGRAPHICSMAGICK_SNAPSHOT_COPY_TRUE@ $(MAKE) $(DIST_ARCHIVE_SRPM)
11311-@HasGRAPHICSMAGICK_SNAPSHOT_COPY_TRUE@ $(MAKE) $(DIST_WINDOWS_SRC_7ZIP)
11312-@HasGRAPHICSMAGICK_SNAPSHOT_COPY_TRUE@ $(GRAPHICSMAGICK_SNAPSHOT_COPY) $(DIST_ARCHIVES) $(DIST_WINDOWS_SRC_7ZIP) $(DIST_ARCHIVE_SRPM) $(top_srcdir)/ChangeLog $(top_srcdir)/www/Changelog.html
11316+@HasGRAPHICSMAGICK_SNAPSHOT_COPY_TRUE@ $(GRAPHICSMAGICK_SNAPSHOT_COPY) $(distdir).tar.xz $(top_srcdir)/ChangeLog $(top_srcdir)/www/Changelog.html
1131311317 @HasGRAPHICSMAGICK_SNAPSHOT_COPY_FALSE@snapshot: distcheck
1131411318 @HasGRAPHICSMAGICK_SNAPSHOT_COPY_FALSE@ $(MAKE) $(DIST_ARCHIVE_SRPM)
1131511319 @HasGRAPHICSMAGICK_SNAPSHOT_COPY_FALSE@ $(MAKE) $(DIST_WINDOWS_SRC_7ZIP)
diff -r d6f3095a9e41 -r 823689f8918d magick/symbols.h
--- a/magick/symbols.h Sun Dec 05 10:24:36 2021 -0600
+++ b/magick/symbols.h Sun Dec 05 13:28:21 2021 -0600
@@ -1,5 +1,5 @@
11 /*
2- Copyright (C) 2012-2018 GraphicsMagick Group
2+ Copyright (C) 2012-2021 GraphicsMagick Group
33
44 This program is covered by multiple licenses, which are described in
55 Copyright.txt. You should have received a copy of Copyright.txt with this
@@ -176,6 +176,7 @@
176176 #define DispatchImage GmDispatchImage
177177 #define DisplayImageCommand GmDisplayImageCommand
178178 #define DisplayImages GmDisplayImages
179+#define DisposeTypeToString GmDisposeTypeToString
179180 #define DrawAffine GmDrawAffine
180181 #define DrawAffineImage GmDrawAffineImage
181182 #define DrawAllocateContext GmDrawAllocateContext
@@ -569,10 +570,14 @@
569570 #define MagickMapClearMap GmMagickMapClearMap
570571 #define MagickMapCloneMap GmMagickMapCloneMap
571572 #define MagickMapCopyBlob GmMagickMapCopyBlob
573+#define MagickMapCopyResourceLimitedBlob GmMagickMapCopyResourceLimitedBlob
574+#define MagickMapCopyResourceLimitedString GmMagickMapCopyResourceLimitedString
572575 #define MagickMapCopyString GmMagickMapCopyString
573576 #define MagickMapDeallocateBlob GmMagickMapDeallocateBlob
574577 #define MagickMapDeallocateIterator GmMagickMapDeallocateIterator
575578 #define MagickMapDeallocateMap GmMagickMapDeallocateMap
579+#define MagickMapDeallocateResourceLimitedBlob GmMagickMapDeallocateResourceLimitedBlob
580+#define MagickMapDeallocateResourceLimitedString GmMagickMapDeallocateResourceLimitedString
576581 #define MagickMapDeallocateString GmMagickMapDeallocateString
577582 #define MagickMapDereferenceIterator GmMagickMapDereferenceIterator
578583 #define MagickMapIterateNext GmMagickMapIterateNext
@@ -596,6 +601,7 @@
596601 #define MagickSizeStrToInt64 GmMagickSizeStrToInt64
597602 #define MagickSpawnVP GmMagickSpawnVP
598603 #define MagickStripSpacesFromString GmMagickStripSpacesFromString
604+#define MagickStripString GmMagickStripString
599605 #define MagickStrlCat GmMagickStrlCat
600606 #define MagickStrlCpy GmMagickStrlCpy
601607 #define MagickStrlCpyTrunc GmMagickStrlCpyTrunc
@@ -969,6 +975,7 @@
969975 #define StringToColorspaceType GmStringToColorspaceType
970976 #define StringToCompositeOperator GmStringToCompositeOperator
971977 #define StringToCompressionType GmStringToCompressionType
978+#define StringToDisposeType GmStringToDisposeType
972979 #define StringToDouble GmStringToDouble
973980 #define StringToEndianType GmStringToEndianType
974981 #define StringToFilterTypes GmStringToFilterTypes
diff -r d6f3095a9e41 -r 823689f8918d scripts/gmsymbols.sh
--- a/scripts/gmsymbols.sh Sun Dec 05 10:24:36 2021 -0600
+++ b/scripts/gmsymbols.sh Sun Dec 05 13:28:21 2021 -0600
@@ -8,7 +8,7 @@
88
99 cat <<EOF
1010 /*
11- Copyright (C) 2012-2018 GraphicsMagick Group
11+ Copyright (C) 2012-2021 GraphicsMagick Group
1212
1313 This program is covered by multiple licenses, which are described in
1414 Copyright.txt. You should have received a copy of Copyright.txt with this
diff -r d6f3095a9e41 -r 823689f8918d wand/wand_symbols.h
--- a/wand/wand_symbols.h Sun Dec 05 10:24:36 2021 -0600
+++ b/wand/wand_symbols.h Sun Dec 05 13:28:21 2021 -0600
@@ -1,5 +1,5 @@
11 /*
2- Copyright (C) 2012-2018 GraphicsMagick Group
2+ Copyright (C) 2012-2021 GraphicsMagick Group
33
44 This program is covered by multiple licenses, which are described in
55 Copyright.txt. You should have received a copy of Copyright.txt with this
Show on old repository browser