[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (920d274f40b327f3c83f7c6bf360b66f07966a7e)



The branch, master has been updated
       via  920d274f40b327f3c83f7c6bf360b66f07966a7e (commit)
       via  13cada5ddfeb813da99ddf3788a27274958bbfd4 (commit)
      from  91ba9f3a8b5a71914d928aad1e545a154c3678f5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 INSTALL                  |   11 +++++------
 configure.ac             |    6 +++---
 tests/inputs/Makefile.am |    1 +
 3 files changed, 9 insertions(+), 9 deletions(-)


=================
 Commit Messages
=================

commit 920d274f40b327f3c83f7c6bf360b66f07966a7e
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>

    The gcode exporter used libgd so make sure we check for it and
    document that we need it.  Noted by Patrick Bernaud in bug #2967313

:100644 100644 db27639... c4df37d... M	INSTALL
:100644 100644 3f8ed62... 43ebfaf... M	configure.ac

commit 13cada5ddfeb813da99ddf3788a27274958bbfd4
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>

    Make sure the simple gcode test layout makes it into the distfile.

:100644 100644 b7dbb1e... ee76973... M	tests/inputs/Makefile.am

=========
 Changes
=========

commit 920d274f40b327f3c83f7c6bf360b66f07966a7e
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>

    The gcode exporter used libgd so make sure we check for it and
    document that we need it.  Noted by Patrick Bernaud in bug #2967313

diff --git a/INSTALL b/INSTALL
index db27639..c4df37d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,3 @@
-$Id$
-
 PCB uses a standard GNU autoconf/automake based build
 system which should make compilation go smoothly on most unix-like
 systems.  Please do read this first section however.
@@ -36,6 +34,10 @@ Export HID's:
      ps       -- Postscript and Encapsulated Postscript output.  No
 		 additional libraries are needed for this.
 
+     gcode    -- CNC G-CODE output (experimental).  The gdlib library
+                 is used by this HID.  gdlib may be found at
+                 http://www.libgd.org
+
      gerber   -- RS-274-X (Gerber) and Excellon drill output.  No
 		 additional libraries are needed for this.
 
@@ -44,7 +46,7 @@ Export HID's:
 
      png      -- png/gif/jpeg output.  This HID uses gdlib to do
 		 the majority of the work.  gdlib may be obtained
-		 from http://www.boutell.com/gd.  At the time of
+		 from http://www.libgd.org.  At the time of
 		 writing this document, I have tested with 
 		 gd-2.0.23 and gd-2.0.33.  Other versions may
 		 work as well.
@@ -59,9 +61,6 @@ Export HID's:
 		 formats hopefully it will avoid suprises when the
 		 disabled formats are not available at runtime.
 
-     gcode   -- CNC G-CODE output (experimental).  No
-		 additional libraries are needed for this.
-
     The choice of which export HID's to compile is indicated with:
 
       --with-exporters="ps gerber bom png"
diff --git a/configure.ac b/configure.ac
index 3f8ed62..43ebfaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -723,7 +723,7 @@ $GTK_PKG_ERRORS])]
 	GLIB_VERSION=`$PKG_CONFIG glib-2.0 --modversion`
 	;;
 
-      nelma|png )
+      gcode|nelma|png )
 	# Check for gdlib-config for gd (www.boutell.com/gd)
 	AC_PATH_PROG(GDLIB_CONFIG, gdlib-config, no)
 	if test "$GDLIB_CONFIG" = "no"; then
@@ -735,10 +735,10 @@ you will get lucky.
 ])
 		if test "$WIN32" != "yes" ; then
 			AC_CHECK_LIB(gd,main,,
-			AC_MSG_ERROR([You have requested the nelma and/or png HID  but -lgd could not be found]))
+			AC_MSG_ERROR([[You have requested gcode, nelma, or png HIDs  but -lgd could not be found]]))
 		else 
 			AC_CHECK_LIB(bgd,main,,
-			AC_MSG_ERROR([You have requested the nelma and/or png HID  but -lbgd could not be found]))
+			AC_MSG_ERROR([[You have requested gcode, nelma, or png HIDs  but -lbgd could not be found]]))
 		fi
 	else
 		if test "$WIN32" = "yes" ; then

commit 13cada5ddfeb813da99ddf3788a27274958bbfd4
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>

    Make sure the simple gcode test layout makes it into the distfile.

diff --git a/tests/inputs/Makefile.am b/tests/inputs/Makefile.am
index b7dbb1e..ee76973 100644
--- a/tests/inputs/Makefile.am
+++ b/tests/inputs/Makefile.am
@@ -2,5 +2,6 @@
 
 EXTRA_DIST= \
 	bom_general.pcb \
+	gcode_oneline.pcb \
 	gerber_oneline.pcb
 




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs