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

gEDA-cvs: CVS update: ChangeLog



  User: cnieves 
  Date: 06/09/22 14:48:08

  Modified:    .        ChangeLog README configure.ac
  Log:
  Use gd 2.0.x library instead of libgdgeda.
  
  libgdgeda is not used anymore. Work based on a patch by
  
  Wojciech Kazubski (patch #1479983).
  
  
  
  
  Revision  Changes    Path
  1.502     +7 -0      eda/geda/gaf/gschem/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/ChangeLog,v
  retrieving revision 1.501
  retrieving revision 1.502
  diff -u -b -r1.501 -r1.502
  --- ChangeLog	15 Sep 2006 14:43:29 -0000	1.501
  +++ ChangeLog	22 Sep 2006 18:48:08 -0000	1.502
  @@ -1,3 +1,10 @@
  +2006-09-22 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
  +
  +	* README, configure.ac, src/i_callbacks.c, src/x_image.c:
  +	  Use gd 2.0.x library instead of libgdgeda.
  +	  libgdgeda is not used anymore. Work based on a patch by
  +	  Wojciech Kazubski (patch #1479983).
  +	
   2006-09-15 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
   
   	* po/ru.po: Updated russian translation provided by Andy Shevchenko,
  
  
  
  1.23      +3 -0      eda/geda/gaf/gschem/README
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: README
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/README,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- README	22 Aug 2006 03:01:21 -0000	1.22
  +++ README	22 Sep 2006 18:48:08 -0000	1.23
  @@ -53,6 +53,9 @@
   	libgdgeda 2.0.15 [OPTIONAL] - if you want the ability to write png
   	images.  New versions of libgeda/gschem write png using internal code,
           so you will still be able to create png images without using libgdgeda.
  + 	Since 20060922, gd 2.0.x is used instead of libgdgeda, so libgdgeda 
  +	is not needed anymore.
  +
   	libgdgeda is based on gd 2.0.15  The homepage for gd 2.0.x is
   	http://www.boutell.com/gd  You can find libgdgeda on the gEDA
   	website: http://www.geda.seul.org/dist
  
  
  
  1.32      +17 -17    eda/geda/gaf/gschem/configure.ac
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/configure.ac,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- configure.ac	7 Sep 2006 01:30:06 -0000	1.31
  +++ configure.ac	22 Sep 2006 18:48:08 -0000	1.32
  @@ -24,10 +24,10 @@
   	 no_stroke=yes
           fi ])
   
  -# --disable-gdgeda : turn off libgdgeda support
  -AC_ARG_ENABLE(gdgeda,
  -    [  --disable-gdgeda        Disable libgdgeda support (don't use libgdgeda at all)], [ if test $enableval = "no"; then
  -	    no_gdgeda=yes
  +# --disable-gd : turn off libgd support
  +AC_ARG_ENABLE(gd,
  +    [  --disable-gd        Disable libgd support (don't use libgd at all)], [ if test $enableval = "no"; then
  +	    no_gd=yes
              fi ])
   
   # Change default location for rc files
  @@ -234,27 +234,27 @@
   ############################################################################
   
   ############################################################################
  -# Check for libgdgeda start
  +# Check for libgd start
   # Do some very simple tests, as we just need to know if libgeda was
  -# built with libgdgeda support.
  +# built with libgd support.
   #
   
  -haslibgdgeda=`echo $LIBGEDA_LIBS | grep gdgeda`
  -if test "$haslibgdgeda" != ""; then
  -   # Check disable-gdgeda command line flag value
  -   if test "$no_gdgeda" = "yes"; then
  -      echo found libgdgeda, but disabling gdgeda support
  -      LIBGDGEDA=no
  +haslibgd=`echo $LIBGEDA_LIBS | grep gd`
  +if test "$haslibgd" != ""; then
  +   # Check disable-gd command line flag value
  +   if test "$no_gd" = "yes"; then
  +      echo found libgd, but disabling gd support
  +      LIBGD=no
      else 
  -      AC_DEFINE(HAS_LIBGDGEDA, 1, [Define if you have libgdgeda installed])
  -      LIBGDGEDA=yes
  +      AC_DEFINE(HAS_LIBGD, 1, [Define if you have libgd installed])
  +      LIBGD=yes
      fi
   else
  -      LIBGDGEDA=no
  +      LIBGD=no
   fi
   
   # 
  -# Check for libgdgeda end
  +# Check for libgd end
   ############################################################################
   
   
  @@ -555,7 +555,7 @@
      GUILE library version:            $GUILE_VERSION
      libgeda library version:          $LIBGEDA_VERSION
      libstroke library:                $LIBSTROKE
  -   libdgeda library:                 $LIBGDGEDA
  +   libgd library:                    $LIBGD
      mingw build:                      $MINGW
      data directory:                   $expandedGEDADATADIR
      rc directory:                     $expandedGEDARCDIR
  
  
  


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