GraphicsMagick: configure.ac: Remove use of wrong == syntax

GraphicsMagick Commits <[email protected]> Tue, 23 Apr 2024 16:54:18 -0500
Newsgroups gmane.comp.video.graphicsmagick.cvs
Message-ID <mailman.16352.1713909272.7795.graphicsmagick-commit@lists.sourceforge.net>
changeset 32eef7653858 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=32eef7653858
summary: configure.ac: Remove use of wrong == syntax

diffstat:

 ChangeLog                              |   9 +++++++++
 VisualMagick/installer/inc/version.isx |   4 ++--
 configure                              |   2 +-
 configure.ac                           |   2 +-
 magick/version.h                       |   4 ++--
 www/ChangeLog.html                     |  10 ++++++++++
 www/contribute.html                    |  20 +++++---------------
 www/contribute.rst                     |  25 +++++--------------------
 8 files changed, 35 insertions(+), 41 deletions(-)

diffs (200 lines):

diff -r b16b44c77247 -r 32eef7653858 ChangeLog
--- a/ChangeLog	Sat Apr 20 10:01:45 2024 -0500
+++ b/ChangeLog	Tue Apr 23 16:54:07 2024 -0500
@@ -1,3 +1,12 @@
+2024-04-23  Bob Friesenhahn  <[email protected]>
+
+	* www/contribute.rst: Remove mention of needing a formal
+	maintainer for the Gentoo Linux GraphicsMagick ebuild, since there
+	has been an excellent maintainer for a long time already.
+
+	* configure.ac: Remove use of wrong == syntax. Much thanks to Sam
+	James for the patch.
+
 2024-04-20  Bob Friesenhahn  <[email protected]>
 
 	* doc/options.imdoc: Update the documentation regarding WebP exact
diff -r b16b44c77247 -r 32eef7653858 VisualMagick/installer/inc/version.isx
--- a/VisualMagick/installer/inc/version.isx	Sat Apr 20 10:01:45 2024 -0500
+++ b/VisualMagick/installer/inc/version.isx	Tue Apr 23 16:54:07 2024 -0500
@@ -10,5 +10,5 @@
 
 #define public MagickPackageName "GraphicsMagick"
 #define public MagickPackageVersion "1.4"
-#define public MagickPackageVersionAddendum ".020240420"
-#define public MagickPackageReleaseDate "snapshot-20240420"
+#define public MagickPackageVersionAddendum ".020240423"
+#define public MagickPackageReleaseDate "snapshot-20240423"
diff -r b16b44c77247 -r 32eef7653858 configure
--- a/configure	Sat Apr 20 10:01:45 2024 -0500
+++ b/configure	Tue Apr 23 16:54:07 2024 -0500
@@ -23534,7 +23534,7 @@
 # Find OpenMP library (no pkg-config support!)
 #
 LIB_OMP=''
-if test "${OPENMP_ENABLED}" == 'yes'
+if test "${OPENMP_ENABLED}" = 'yes'
 then
   if test "${GCC}" = "yes"
   then
diff -r b16b44c77247 -r 32eef7653858 configure.ac
--- a/configure.ac	Sat Apr 20 10:01:45 2024 -0500
+++ b/configure.ac	Tue Apr 23 16:54:07 2024 -0500
@@ -1719,7 +1719,7 @@
 # Find OpenMP library (no pkg-config support!)
 #
 LIB_OMP=''
-if test "${OPENMP_ENABLED}" == 'yes'
+if test "${OPENMP_ENABLED}" = 'yes'
 then
   if test "${GCC}" = "yes"
   then
diff -r b16b44c77247 -r 32eef7653858 magick/version.h
--- a/magick/version.h	Sat Apr 20 10:01:45 2024 -0500
+++ b/magick/version.h	Tue Apr 23 16:54:07 2024 -0500
@@ -38,8 +38,8 @@
 #define MagickLibVersion  0x282500
 #define MagickLibVersionText  "1.4"
 #define MagickLibVersionNumber 28,25,0
-#define MagickChangeDate   "20240420"
-#define MagickReleaseDate  "snapshot-20240420"
+#define MagickChangeDate   "20240423"
+#define MagickReleaseDate  "snapshot-20240423"
 
 /*
   The MagickLibInterfaceNewest and MagickLibInterfaceOldest defines
diff -r b16b44c77247 -r 32eef7653858 www/ChangeLog.html
--- a/www/ChangeLog.html	Sat Apr 20 10:01:45 2024 -0500
+++ b/www/ChangeLog.html	Tue Apr 23 16:54:07 2024 -0500
@@ -38,6 +38,16 @@
 
 <div class="document" id="graphicsmagick-changelog">
 <h1 class="title">GraphicsMagick ChangeLog</h1>
+<p>2024-04-23  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
+<blockquote>
+<ul class="simple">
+<li><p>www/contribute.rst: Remove mention of needing a formal
+maintainer for the Gentoo Linux GraphicsMagick ebuild, since there
+has been an excellent maintainer for a long time already.</p></li>
+<li><p>configure.ac: Remove use of wrong == syntax. Much thanks to Sam
+James for the patch.</p></li>
+</ul>
+</blockquote>
 <p>2024-04-20  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
 <blockquote>
 <ul class="simple">
diff -r b16b44c77247 -r 32eef7653858 www/contribute.html
--- a/www/contribute.html	Sat Apr 20 10:01:45 2024 -0500
+++ b/www/contribute.html	Tue Apr 23 16:54:07 2024 -0500
@@ -74,13 +74,6 @@
 <p>The following are areas where significant contributions may be made to
 the GraphicsMagick project:</p>
 <ul class="simple">
-<li><p>Support building and distributing GraphicsMagick RPMs for Linux.</p></li>
-<li><p>Act as formal maintainer for the Gentoo Linux GraphicsMagick ebuild so
-that it is added back to Portage. This is not difficult since the
-ebuild has been actively maintained via the Gentoo bug tracking system.
-At the very least, registering a vote for the Gentoo bug may be helpful.
-See <a class="reference external" href="http://bugs.gentoo.org/show_bug.cgi?id=190372">http://bugs.gentoo.org/show_bug.cgi?id=190372</a>.</p></li>
-<li><p>Set up an FTP mirror site for GraphicsMagick.</p></li>
 <li><p>Create a language interface using SWIG &lt;<a class="reference external" href="http://www.swig.org/">http://www.swig.org/</a>&gt; to
 support scripting in Perl, Python, TCL/TK, Guile, MzScheme, Ruby,
 Java, PHP, and CHICKEN, based on a common implementation.</p></li>
@@ -88,8 +81,8 @@
 XML-based syntax definition, and using an approach suitable to
 replace the existing error-prone command parsers in magick/command.c</p></li>
 <li><p>Create a vector encoder for EPS, Postscript, PDF, SVG
-&lt;<a class="reference external" href="http://www.w3.org/Graphics/SVG/">http://www.w3.org/Graphics/SVG/</a>&gt;, Macromedia Flash
-(SWF), WebCGM &lt;<a class="reference external" href="http://www.w3.org/Graphics/WebCGM/">http://www.w3.org/Graphics/WebCGM/</a>&gt;, or WMF.</p></li>
+&lt;<a class="reference external" href="http://www.w3.org/Graphics/SVG/">http://www.w3.org/Graphics/SVG/</a>&gt;, WebCGM
+&lt;<a class="reference external" href="http://www.w3.org/Graphics/WebCGM/">http://www.w3.org/Graphics/WebCGM/</a>&gt;, or WMF.</p></li>
 <li><p>Create an OpenEXR coder based on the OpenEXR
 &lt;<a class="reference external" href="http://www.openexr.com/">http://www.openexr.com/</a>&gt; library from Industrial Light &amp; Magic.</p></li>
 <li><p>Create a <em>pstoedit</em> module to import Postscript, EPS, and PDF
@@ -97,8 +90,6 @@
 already includes a high-quality driver to render Postscript vectors via
 GraphicsMagick. This module could also export vector data in many
 formats using pstoedit's output drivers.</p></li>
-<li><p>Work on adding EXIF profile writing support which works for JPEG and
-TIFF formats.</p></li>
 <li><p>Add integrated Adobe XMP
 &lt;<a class="reference external" href="http://www.adobe.com/products/xmp/index.html">http://www.adobe.com/products/xmp/index.html</a>&gt; profile support for
 TIFF, JPEG, PNG, PDF, EPS, and Postscript.</p></li>
@@ -106,15 +97,14 @@
 Photographic Tone Reproduction
 &lt;<a class="reference external" href="http://www.cs.ucf.edu/~reinhard/Reinhard02/">http://www.cs.ucf.edu/~reinhard/Reinhard02/</a>&gt; algorithm to
 GraphicsMagick.</p></li>
-<li><p>Create a replacement (using a portable Widget set such as FLTK) for the
-IMDisplay Windows GUI program and possibly the X11 'display' program.</p></li>
+<li><p>Create portable GUI which can work under Microsoft Windows, OS-X,
+X11, and Wayland (via a portable widget toolkit), to replace the
+outdated X11 GUI implmentation.</p></li>
 <li><p>Create an interface between GraphicsMagick and OpenOffice.org.
 &lt;<a class="reference external" href="http://www.openoffice.org/">http://www.openoffice.org/</a>&gt; so that OpenOffice may load and save
 any format supported by GraphicsMagick. OpenOffice.org offers a
 separate SDK so there may be a number of other opportunities to
 explore.</p></li>
-<li><p>Complete the port of ralcgm to Windows so that it may be used as a
-delegate under Windows.</p></li>
 </ul>
 </div>
 </div>
diff -r b16b44c77247 -r 32eef7653858 www/contribute.rst
--- a/www/contribute.rst	Sat Apr 20 10:01:45 2024 -0500
+++ b/www/contribute.rst	Tue Apr 23 16:54:07 2024 -0500
@@ -48,16 +48,6 @@
 The following are areas where significant contributions may be made to
 the GraphicsMagick project:
 
-* Support building and distributing GraphicsMagick RPMs for Linux.
-
-* Act as formal maintainer for the Gentoo Linux GraphicsMagick ebuild so
-  that it is added back to Portage. This is not difficult since the
-  ebuild has been actively maintained via the Gentoo bug tracking system.
-  At the very least, registering a vote for the Gentoo bug may be helpful.
-  See http://bugs.gentoo.org/show_bug.cgi?id=190372.
-
-* Set up an FTP mirror site for GraphicsMagick.
-
 * Create a language interface using SWIG <http://www.swig.org/> to
   support scripting in Perl, Python, TCL/TK, Guile, MzScheme, Ruby,
   Java, PHP, and CHICKEN, based on a common implementation.
@@ -67,8 +57,8 @@
   replace the existing error-prone command parsers in magick/command.c
 
 * Create a vector encoder for EPS, Postscript, PDF, SVG
-  <http://www.w3.org/Graphics/SVG/>, Macromedia Flash
-  (SWF), WebCGM <http://www.w3.org/Graphics/WebCGM/>, or WMF.
+  <http://www.w3.org/Graphics/SVG/>, WebCGM
+  <http://www.w3.org/Graphics/WebCGM/>, or WMF.
 
 * Create an OpenEXR coder based on the OpenEXR
   <http://www.openexr.com/> library from Industrial Light & Magic.
@@ -79,9 +69,6 @@
   GraphicsMagick. This module could also export vector data in many
   formats using pstoedit's output drivers.
 
-* Work on adding EXIF profile writing support which works for JPEG and
-  TIFF formats.
-
 * Add integrated Adobe XMP
   <http://www.adobe.com/products/xmp/index.html> profile support for
   TIFF, JPEG, PNG, PDF, EPS, and Postscript.
@@ -91,14 +78,12 @@
   <http://www.cs.ucf.edu/~reinhard/Reinhard02/> algorithm to
   GraphicsMagick.
 
-* Create a replacement (using a portable Widget set such as FLTK) for the
-  IMDisplay Windows GUI program and possibly the X11 'display' program.
+* Create portable GUI which can work under Microsoft Windows, OS-X,
+  X11, and Wayland (via a portable widget toolkit), to replace the
+  outdated X11 GUI implmentation.
 
 * Create an interface between GraphicsMagick and OpenOffice.org.
   <http://www.openoffice.org/> so that OpenOffice may load and save
   any format supported by GraphicsMagick. OpenOffice.org offers a
   separate SDK so there may be a number of other opportunities to
   explore.
-
-* Complete the port of ralcgm to Windows so that it may be used as a
-  delegate under Windows.