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

gEDA-cvs: gaf.git: branch: master updated (1.5.1-20081221-213-gc308193)



The branch, master has been updated
       via  c3081930ed224394f645de4bfb51e86fa3e15e65 (commit)
      from  357db04ba91ad4047abf12f5fd7bf61db849a718 (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
=========

 README.sol10       |   15 ++++++---------
 README.win32       |   32 +-------------------------------
 gnetlist/INSTALL   |    1 -
 gschem/INSTALL     |    1 -
 gschem/po/de.po    |    5 -----
 gschem/po/fr.po    |    5 -----
 gschem/po/ja.po    |    6 ------
 gschem/po/pt_BR.po |    6 ------
 gschem/po/ru.po    |    4 ----
 gsymcheck/INSTALL  |    1 -
 libgeda/INSTALL    |    1 -
 11 files changed, 7 insertions(+), 70 deletions(-)


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

commit c3081930ed224394f645de4bfb51e86fa3e15e65
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Fri Feb 20 23:26:12 2009 +0000

    Remove obsolete references to libgd and libgdgeda

:100644 100644 1f99099... 392a803... M	README.sol10
:100644 100644 2594823... 3deb8e6... M	README.win32
:100644 100644 6a05692... e5539b8... M	gnetlist/INSTALL
:100644 100644 90f4868... 17444e2... M	gschem/INSTALL
:100644 100644 65d198a... fc05a6a... M	gschem/po/de.po
:100644 100644 8383a6d... cfe8b9d... M	gschem/po/fr.po
:100644 100644 9272b37... c5647c1... M	gschem/po/ja.po
:100644 100644 2f9e05a... 20df932... M	gschem/po/pt_BR.po
:100644 100644 4d843bf... ebf96b5... M	gschem/po/ru.po
:100644 100644 b12da27... a6fcd51... M	gsymcheck/INSTALL
:100644 100644 1903dc1... 6b50edb... M	libgeda/INSTALL

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

commit c3081930ed224394f645de4bfb51e86fa3e15e65
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Fri Feb 20 23:26:12 2009 +0000

    Remove obsolete references to libgd and libgdgeda

diff --git a/README.sol10 b/README.sol10
index 1f99099..392a803 100644
--- a/README.sol10
+++ b/README.sol10
@@ -123,27 +123,24 @@ Source: http://forum.sun.com/thread.jspa?threadID=22817&tstart=0
    I did configure this with:  ./configure --disable-csharp 
    as I did not have mono or pnet installed.
 
-9) Install libstroke and libgdgeda from source. 
-   http://geda.seul.org/devel/support/
-
-10) Assuming you installed guile, transfig, gettext, libstroke and libgdgeda
-   into /usr/local, set the following environment variables to make aclocal
+9) Assuming you installed guile, transfig, gettext and libstroke into
+   /usr/local, set the following environment variables to make aclocal
    happy:
 
 	*TBD TBD TBD*
 
-11) Get the gEDA/gaf source tree from CVS.  See 
+10) Get the gEDA/gaf source tree from CVS.  See
     http://geda.seul.org/developer.html for more info on how to do this.
 
-12) cd into geda/devel and type make and set the appropriate environment
+11) cd into geda/devel and type make and set the appropriate environment
     variables (PATH, LD_LIBRARY_PATH, PKG_CONFIG_PATH) 
 
-13) Type: make install
+12) Type: make install
 
     Assuming all goes well, this should build all of the programs successfully.
 
     The documentation may not build if you do not have latex installed.  
 
-14) Done!  Run gschem/gnetlist etc... and gEDA/gaf should just work.
+13) Done!  Run gschem/gnetlist etc... and gEDA/gaf should just work.
 
 
diff --git a/README.win32 b/README.win32
index 2594823..3deb8e6 100644
--- a/README.win32
+++ b/README.win32
@@ -122,7 +122,6 @@ occasional build bug.
 
   gEDA/gaf optional libraries (http://www.geda.seul.org/dist)
  	libstroke-0.5.1.tar.gz  
-	libgdgeda-1.8.tar.gz 
 
   Any VERSION >= 20020527 should build under MinGW.
 
@@ -448,36 +447,7 @@ find ghellow.c in $HOME/gtk.
 	Install libstroke into /mingw and not c:/geda since it will make 
 gEDA/gaf's build much easier.
 
-13) Build and install libgdgeda into c:/geda
-
-    Build and install libgdgeda if you want the ability to generate png images
-from schematics in gschem.
-
-	% tar xvfz libgdgeda-1.8.tar.gz
-
-	Edit the Makefile to change:
-	ln -sf include gdgeda
-	to:
-	cp -rp include gdgeda
-
-	Edit configure script changing the string png_read_init to 
-        png_get_copyright
-
-Example:
-int main() {
-png_get_copyright()
-; return 0; }
-
-	% ./configure --prefix=c:/geda
-	% make
-	% cd include
-	% make install
-	% cd ../src
-	% make install
-	% cd ..
-	% cp libgdgeda-config c:/geda/bin
-
-14) Build/install gEDA/gaf itself
+13) Build/install gEDA/gaf itself
 
     Untar all of the gEDA/gaf tarballs into a directory.
     Put that Makefile into this toplevel directory.
diff --git a/gnetlist/INSTALL b/gnetlist/INSTALL
index 6a05692..e5539b8 100644
--- a/gnetlist/INSTALL
+++ b/gnetlist/INSTALL
@@ -23,7 +23,6 @@ In order to build gschem you must install the following packages first:
 	libgeda
 	symbols
 	LibStroke 0.5.1  (optional)
-	libgdgeda 2.0.15 (optional; you also need zlib and libpng for this lib)
 
 -----------------------------------------------------------------------------
 More detailed info:
diff --git a/gschem/INSTALL b/gschem/INSTALL
index 90f4868..17444e2 100644
--- a/gschem/INSTALL
+++ b/gschem/INSTALL
@@ -23,7 +23,6 @@ In order to build gschem you must install the following packages first:
 	libgeda (match version and must be installed first)
 	symbols
 	LibStroke 0.5.1  (optional)
-        libgdgeda 2.0.15 (optional; you also need zlib and libpng for this lib)
 
 -----------------------------------------------------------------------------
 More detailed info:
diff --git a/gschem/po/de.po b/gschem/po/de.po
index 65d198a..fc05a6a 100644
--- a/gschem/po/de.po
+++ b/gschem/po/de.po
@@ -2600,11 +2600,6 @@ msgstr "gEDA Schaltplan Editor"
 #~ msgid "Ack! something got fouled up with the keymappings!\n"
 #~ msgstr "Ups! Irgend etwas ist faul mit der Tastenzuordnung!\n"
 
-#~ msgid "libgd not installed or disabled, so this feature is disabled\n"
-#~ msgstr ""
-#~ "libgd nicht installiert oder deaktiviert, folglich ist diese Funktion "
-#~ "deaktiviert\n"
-
 #~ msgid "Tried to render text with an invalid angle: %d\n"
 #~ msgstr ""
 #~ "Der Text kann nicht mit einem ungültigen Winkel gezeichnet werden: %d\n"
diff --git a/gschem/po/fr.po b/gschem/po/fr.po
index 8383a6d..cfe8b9d 100644
--- a/gschem/po/fr.po
+++ b/gschem/po/fr.po
@@ -2567,11 +2567,6 @@ msgstr "Descendre dans la hiérarchie"
 #~ msgid "Ack! something got fouled up with the keymappings!\n"
 #~ msgstr "Hum ! problème dans l'enregistrement des raccourcis clavier !\n"
 
-#~ msgid "libgd not installed or disabled, so this feature is disabled\n"
-#~ msgstr ""
-#~ "libgd n'est pas installée ou est désactivée, cette fonction est donc "
-#~ "désactivée\n"
-
 #~ msgid "Tried to render text with an invalid angle: %d\n"
 #~ msgstr "Angle du texte invalide : %d\n"
 
diff --git a/gschem/po/ja.po b/gschem/po/ja.po
index 9272b37..c5647c1 100644
--- a/gschem/po/ja.po
+++ b/gschem/po/ja.po
@@ -2583,12 +2583,6 @@ msgstr "¥¹¥±¥Þ¥Á¥Ã¥¯¤Ø"
 #~ msgstr "¤ª¤Ã¤È!! ¥­¡¼¥Þ¥Ã¥×¤ÎÀßÄê¤Ë´Ö°ã¤¤¤¬¤¢¤ê¤Þ¤¹!\n"
 
 #, fuzzy
-#~ msgid "libgd not installed or disabled, so this feature is disabled\n"
-#~ msgstr ""
-#~ "libgdgeda¤¬Ìµ¸ú¤Þ¤¿¤Ï¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Ê¤¤¤¿¤á¡¢¤³¤Îµ¡Ç½¤¬»È¤¨¤Þ¤»"
-#~ "¤ó¡£\n"
-
-#, fuzzy
 #~ msgid "Tried to render text with an invalid angle: %d\n"
 #~ msgstr "̵¸ú¤Ê¿§¤Î»ØÄê¤Ç¤¹¡£ : %d\n"
 
diff --git a/gschem/po/pt_BR.po b/gschem/po/pt_BR.po
index 2f9e05a..20df932 100644
--- a/gschem/po/pt_BR.po
+++ b/gschem/po/pt_BR.po
@@ -2584,12 +2584,6 @@ msgstr "Descer ao Esquemático"
 #~ msgid "Hotkeys..."
 #~ msgstr "Atalhos..."
 
-#, fuzzy
-#~ msgid "libgd not installed or disabled, so this feature is disabled\n"
-#~ msgstr ""
-#~ "A libgdgeda não foi instalada ou foi desabilitada, este recurso está "
-#~ "indisponível\n"
-
 #~ msgid "Tried to render text with an invalid angle: %d\n"
 #~ msgstr "Tentou rederizar texto com ângulo inválido: %d\n"
 
diff --git a/gschem/po/ru.po b/gschem/po/ru.po
index 4d843bf..ebf96b5 100644
--- a/gschem/po/ru.po
+++ b/gschem/po/ru.po
@@ -2609,10 +2609,6 @@ msgstr "Ð?глÑ?бÑ? Ñ?Ñ?емÑ?"
 #~ msgid "Ack! something got fouled up with the keymappings!\n"
 #~ msgstr "ЧÑ?о-Ñ?о полÑ?Ñ?ено иÑ?поÑ?Ñ?еннÑ?м вмеÑ?Ñ?е Ñ? назнаÑ?ением клавиÑ?!\n"
 
-#, fuzzy
-#~ msgid "libgd not installed or disabled, so this feature is disabled\n"
-#~ msgstr "libgdgeda не Ñ?Ñ?Ñ?ановлена или вÑ?клÑ?Ñ?ена, поÑ?Ñ?омÑ? опÑ?иÑ? вÑ?клÑ?Ñ?ена\n"
-
 #~ msgid "Tried to render text with an invalid angle: %d\n"
 #~ msgstr "Ð?опÑ?Ñ?ка полÑ?Ñ?ениÑ? Ñ?екÑ?Ñ?а Ñ? невеÑ?нÑ?м Ñ?глом: %d\n"
 
diff --git a/gsymcheck/INSTALL b/gsymcheck/INSTALL
index b12da27..a6fcd51 100644
--- a/gsymcheck/INSTALL
+++ b/gsymcheck/INSTALL
@@ -22,7 +22,6 @@ In order to build gschem you must install the following packages first:
 	libgeda
 	symbols
 	LibStroke 0.5.1  (optional)
-	libgdgeda 2.0.15 (optional; you also need zlib and png for this lib)
 
 -----------------------------------------------------------------------------
 More detailed info:
diff --git a/libgeda/INSTALL b/libgeda/INSTALL
index 1903dc1..6b50edb 100644
--- a/libgeda/INSTALL
+++ b/libgeda/INSTALL
@@ -24,7 +24,6 @@ In order to build libgeda you must install the following packages first:
         GTK+ 2.4.x and all dependancies
         guile 1.6.x or later
         LibStroke 0.5.1  (optional)
-        libgdgeda 2.0.15 (optional; you also need zlib and libpng for this lib)
 
 -----------------------------------------------------------------------------
 More detailed info:



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