GraphicsMagick Commits | 18 Jul 2011 01:13
Picon

GraphicsMagick: 3 new changesets

changeset af602cf99332 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=af602cf99332
summary: Update to libpng 1.5.4 release.

changeset 57312ae8e8d5 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=57312ae8e8d5
summary: Add libpng configuration.

changeset 56c4082e65f6 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=56c4082e65f6
summary: Add conditional code to allow passing original creating software.

diffstat:

 coders/dpx.c                                        |     8 +-
 png/ANNOUNCE                                        |   211 +-
 png/CHANGES                                         |  3222 ++++--
 png/CMakeLists.txt                                  |   212 +-
 png/INSTALL                                         |    65 +-
 png/KNOWNBUG                                        |    29 -
 png/LICENSE                                         |     6 +-
 png/Makefile.am                                     |   213 +-
 png/Makefile.in                                     |   685 +-
 png/README                                          |   131 +-
 png/TODO                                            |    12 +-
 png/Y2KINFO                                         |    55 -
 png/aclocal.m4                                      |  2091 ++-
 png/autogen.sh                                      |    35 +-
 png/config.guess                                    |   196 +-
 png/config.sub                                      |    43 +-
(Continue reading)

GraphicsMagick Commits | 21 Jul 2011 03:45
Picon

GraphicsMagick ChangeLog

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Glenn Randers-Pehrson <glennrp <at> comcast.net>	11/07/20 20:45:33

Modified files:
	.              : ChangeLog 

Log message:
	Look for libpng15, libpng14, libpng12, and libpng in that order in configure.ac.

------------------------------------------------------------------------------
5 Ways to Improve & Secure Unified Communications
Unified Communications promises greater efficiencies for business. UC can 
improve internal communications as well as offer faster, more efficient ways
to interact with customers and streamline customer service. Learn more!
http://www.accelacomm.com/jaw/sfnl/114/51426253/
GraphicsMagick Commits | 21 Jul 2011 03:48
Picon

GraphicsMagick configure.ac

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Glenn Randers-Pehrson <glennrp <at> comcast.net>	11/07/20 20:48:45

Modified files:
	.              : configure.ac 

Log message:
	Look for libpng15, libpng14, libpng12, and libpng in that order.

------------------------------------------------------------------------------
5 Ways to Improve & Secure Unified Communications
Unified Communications promises greater efficiencies for business. UC can 
improve internal communications as well as offer faster, more efficient ways
to interact with customers and streamline customer service. Learn more!
http://www.accelacomm.com/jaw/sfnl/114/51426253/
GraphicsMagick Commits | 21 Jul 2011 05:31
Picon

GraphicsMagick configure configure.ac

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Glenn Randers-Pehrson <glennrp <at> comcast.net>	11/07/20 22:31:18

Modified files:
	.              : configure configure.ac 

Log message:
	revised configure.ac and configure for proper libpng selection.

------------------------------------------------------------------------------
5 Ways to Improve & Secure Unified Communications
Unified Communications promises greater efficiencies for business. UC can 
improve internal communications as well as offer faster, more efficient ways
to interact with customers and streamline customer service. Learn more!
http://www.accelacomm.com/jaw/sfnl/114/51426253/
GraphicsMagick Commits | 22 Jul 2011 05:45
Picon

GraphicsMagick: 3 new changesets

changeset d2ac61e3f5fd in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=d2ac61e3f5fd
summary: configure.ac: search for libpng15, libpng14, libpng12, and libpng in that order.

changeset 098d46364ea0 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=098d46364ea0
summary: Look for libpng15, libpng14, libpng12, and libpng in that order in configure.ac

changeset a190e21f45a1 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=a190e21f45a1
summary: type of png_get_iCCP "profile" argument was changed in libpng15. Revised

diffstat:

 ChangeLog    |   10 +
 coders/png.c |   18 ++-
 configure    |  378 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 configure.ac |  126 +++++++++++++++++--
 4 files changed, 494 insertions(+), 38 deletions(-)

diffs (truncated from 605 to 300 lines):

diff -r 56c4082e65f6 -r a190e21f45a1 ChangeLog
--- a/ChangeLog	Sun Jul 17 18:13:09 2011 -0500
+++ b/ChangeLog	Thu Jul 21 22:42:36 2011 -0500
 <at>  <at>  -1,3 +1,13  <at>  <at> 
+2011-07-20  Glenn Randers-Pehrson  <glennrp <at> simple...>
+
+	* coders/png.c: account for changed typecast of png_get_iCCP
+	argument in libpng15 
(Continue reading)

GraphicsMagick Commits | 22 Jul 2011 15:40
Picon

GraphicsMagick: Re-generate files based on Glenn's updates.

changeset 419a15224815 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=419a15224815
summary: Re-generate files based on Glenn's updates.

diffstat:

 ChangeLog                              |   4 ++++
 VisualMagick/installer/inc/version.isx |   2 +-
 magick/version.h                       |   2 +-
 www/Changelog.html                     |  24 ++++++++++++++++++++++++
 4 files changed, 30 insertions(+), 2 deletions(-)

diffs (70 lines):

diff -r a190e21f45a1 -r 419a15224815 ChangeLog
--- a/ChangeLog	Thu Jul 21 22:42:36 2011 -0500
+++ b/ChangeLog	Fri Jul 22 08:39:51 2011 -0500
 <at>  <at>  -8,6 +8,10  <at>  <at> 
 	* configure.ac: look for libpng15, libpng14, libpng12, and libpng
         in that order.

+2011-07-17  Bob Friesenhahn  <bfriesen <at> simple.dallas.tx.us>
+
+	* png: Update to libpng 1.5.4.
+
 2011-06-15  Bob Friesenhahn  <bfriesen <at> simple.dallas.tx.us>

 	* www/docutils-articles.css: Style sheet syntax fixes. Patch by
diff -r a190e21f45a1 -r 419a15224815 VisualMagick/installer/inc/version.isx
--- a/VisualMagick/installer/inc/version.isx	Thu Jul 21 22:42:36 2011 -0500
(Continue reading)

GraphicsMagick Commits | 23 Jul 2011 02:55
Picon

GraphicsMagick: 2 new changesets

changeset 22eae9c82f73 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=22eae9c82f73
summary: Revised configure.ac to check for compatible libpng and png.h

changeset babc80b3253c in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=babc80b3253c
summary: Revise configure.ac to find compatibile libpng and png.h

diffstat:

 configure    |  135 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |   84 ++++++++++++++++++++++++++++++++++++
 2 files changed, 219 insertions(+), 0 deletions(-)

diffs (267 lines):

diff -r a190e21f45a1 -r babc80b3253c configure
--- a/configure	Thu Jul 21 22:42:36 2011 -0500
+++ b/configure	Fri Jul 22 19:46:39 2011 -0500
 <at>  <at>  -25994,6 +25994,51  <at>  <at> 
 fi

 
+
+# Test for compatible LIBPNG15 library
+if test $passed -gt 0; then
+failed=0
+passed=0
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBPNG is version 15" >&5
+$as_echo_n "checking for LIBPNG is version 15... " >&6; }
(Continue reading)

GraphicsMagick Commits | 23 Jul 2011 03:25
Picon

GraphicsMagick: Merge Glenn's configure.ac patch and re-generate...

changeset e94aa13a749d in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=e94aa13a749d
summary: Merge Glenn's configure.ac patch and re-generate configure.

diffstat:

 configure    |  135 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |   84 ++++++++++++++++++++++++++++++++++++
 2 files changed, 219 insertions(+), 0 deletions(-)

diffs (267 lines):

diff -r 419a15224815 -r e94aa13a749d configure
--- a/configure	Fri Jul 22 08:39:51 2011 -0500
+++ b/configure	Fri Jul 22 20:24:57 2011 -0500
 <at>  <at>  -25994,6 +25994,51  <at>  <at> 
 fi

 
+
+# Test for compatible LIBPNG15 library
+if test $passed -gt 0; then
+failed=0
+passed=0
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBPNG is version 15" >&5
+$as_echo_n "checking for LIBPNG is version 15... " >&6; }
+if ${ac_cv_libpng15_ok+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
(Continue reading)

GraphicsMagick Commits | 23 Jul 2011 15:39
Picon

GraphicsMagick: added diagnostic "(lpngNN)" to the configuration...

changeset 34938450de85 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=34938450de85
summary: added diagnostic "(lpngNN)" to the configuration report.

diffstat:

 configure    |  14 +++++++++-----
 configure.ac |  14 +++++++++-----
 2 files changed, 18 insertions(+), 10 deletions(-)

diffs (106 lines):

diff -r babc80b3253c -r 34938450de85 configure
--- a/configure	Fri Jul 22 19:46:39 2011 -0500
+++ b/configure	Sat Jul 23 08:37:42 2011 -0500
 <at>  <at>  -25978,7 +25978,8  <at>  <at> 
 #
 have_png='no'
 LIB_PNG=''
-if test "$with_png" != 'no'
+if test "$with_png" != 'no' -a "$with_png" != 'libpng14' -a "$with_png" != 'libpng12'
+
 then
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBPNG15 support " >&5
 $as_echo_n "checking for LIBPNG15 support ... " >&6; }
 <at>  <at>  -26147,7 +26148,7  <at>  <at> 
 $as_echo "no" >&6; }
     fi

-    if test "$have_png" != 'yes'
(Continue reading)

GraphicsMagick Commits | 23 Jul 2011 16:38
Picon

GraphicsMagick: Merge Glenn's configure change which reports lib...

changeset 14424f234828 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=14424f234828
summary: Merge Glenn's configure change which reports libpng version used.

diffstat:

 configure    |  14 +++++++++-----
 configure.ac |  14 +++++++++-----
 2 files changed, 18 insertions(+), 10 deletions(-)

diffs (106 lines):

diff -r e94aa13a749d -r 14424f234828 configure
--- a/configure	Fri Jul 22 20:24:57 2011 -0500
+++ b/configure	Sat Jul 23 09:38:29 2011 -0500
 <at>  <at>  -25978,7 +25978,8  <at>  <at> 
 #
 have_png='no'
 LIB_PNG=''
-if test "$with_png" != 'no'
+if test "$with_png" != 'no' -a "$with_png" != 'libpng14' -a "$with_png" != 'libpng12'
+
 then
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBPNG15 support " >&5
 $as_echo_n "checking for LIBPNG15 support ... " >&6; }
 <at>  <at>  -26147,7 +26148,7  <at>  <at> 
 $as_echo "no" >&6; }
     fi

-    if test "$have_png" != 'yes'
(Continue reading)


Gmane