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

gEDA-cvs: CVS update: buildgeda.sh



  User: ahvezda 
  Date: 06/11/21 20:00:20

  Modified:    .        buildgeda.sh
  Log:
  Updated most versions of packages and fixed some bugs
  
  
  
  
  Revision  Changes    Path
  1.3       +65 -22    eda/geda/buildgeda/buildgeda.sh
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: buildgeda.sh
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/buildgeda/buildgeda.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- buildgeda.sh	6 Nov 2006 04:38:13 -0000	1.2
  +++ buildgeda.sh	22 Nov 2006 01:00:20 -0000	1.3
  @@ -1,10 +1,10 @@
   #!/bin/sh
   
   # Set the version of this binary build
  -export VERSION=20050820
  +export VERSION=20061107
   
   # Set the gEDA/gaf version
  -export GAFVERSION=20050820
  +export GAFVERSION=20061020
   
   # Set the directory where things will be installed to
   #export INSTALLDIR=/usr/local/geda-$VERSION
  @@ -249,6 +249,7 @@
   
   build_bzip2() 
   {
  +	# http://www.bzip.org/downloads.html
   	package=bzip2-1.0.3
   
   	cpwd=`pwd`
  @@ -292,6 +293,7 @@
   
   build_jpeg() 
   {
  +	# http://www.ijg.org/files/
   	package=jpegsrc.v6b
   	tarball=jpegsrc.v6b.tar.gz
   	directory=jpeg-6b
  @@ -397,59 +399,101 @@
   
   build_dependencies()
   {
  -	#build_bzip2
  +	build_bzip2
   
           gccver=`gcc --version | grep 4.1` 
   	if [ "$gccver" = "" ]
   	then
   		configure_build_install http://www.geda.seul.org/dist binutils-2.17
   		build_gcc
  +	else
  +		echo "Not building new gcc, version $gccver already installed"
   	fi
   
   	build_jpeg
  +
  +	# ftp://ftp.remotesensing.org/pub/libtiff
   	export EXTRA_CONFIGURE_FLAGS="--disable-cxx"
  -	configure_build_install http://www.geda.seul.org/dist tiff-3.7.4
  +	configure_build_install http://www.geda.seul.org/dist tiff-3.8.2
   	export EXTRA_CONFIGURE_FLAGS=
   
  -	configure_build_install http://www.geda.seul.org/dist pkg-config-0.20 
  +	# http://pkgconfig.freedesktop.org/releases/
  +	configure_build_install http://www.geda.seul.org/dist pkg-config-0.21 
   
  +	# ftp://ftp.gnu.org/pub/gnu/gettext
   	export EXTRA_CONFIGURE_FLAGS=--disable-csharp 
  -	configure_build_install http://www.geda.seul.org/dist gettext-0.14.5
  +	configure_build_install http://www.geda.seul.org/dist gettext-0.16
   	export EXTRA_CONFIGURE_FLAGS=
   
  -	configure_build_install http://www.geda.seul.org/dist freetype-2.1.10
  -	configure_build_install http://www.geda.seul.org/dist render-0.8 
  -	configure_build_install http://www.geda.seul.org/dist libXrender-0.8.4 
  -	configure_build_install http://www.geda.seul.org/dist expat-1.95.8 
  -	configure_build_install http://www.geda.seul.org/dist fontconfig-2.3.1 
  -	configure_build_install http://www.geda.seul.org/dist libXft-2.1.6 
  +	# http://download.savannah.gnu.org/releases/freetype/
  +	configure_build_install http://www.geda.seul.org/dist freetype-2.2.1
  +
  +	# http://xlibs.freedesktop.org/release/
  +	configure_build_install http://www.geda.seul.org/dist renderext-0.9
  +	
  +	# http://xlibs.freedesktop.org/release/
  +	configure_build_install http://www.geda.seul.org/dist libXrender-0.9.0 
  +
  +	# http://sourceforge.net/projects/expat/
  +	configure_build_install http://www.geda.seul.org/dist expat-2.0.0 
  +
  +	# http://fontconfig.org/release/
  +	configure_build_install http://www.geda.seul.org/dist fontconfig-2.4.1 
  +
  + 	# http://packages.debian.org/testing/libdevel/libxft-dev
  +	configure_build_install http://www.geda.seul.org/dist xft-2.8.2.1
  +
  +	# http://xlibs.freedesktop.org/release/
   	configure_build_install http://www.geda.seul.org/dist xextensions-1.0.1 
  +
  +	# http://xlibs.freedesktop.org/release/	
   	configure_build_install http://www.geda.seul.org/dist fixesext-2.0.1 
  +
  +	# http://packages.debian.org/testing/libs/libxfixes3
   	configure_build_install http://www.geda.seul.org/dist libXfixes-2.0.1 
  +
  +	# http://packages.debian.org/testing/libdevel/libxcursor-dev
   	configure_build_install http://www.geda.seul.org/dist libXcursor-1.1.2 
   
  +	# http://www.zlib.net/
   	export EXTRA_CONFIGURE_FLAGS="--shared"
   	configure_build_install http://www.geda.seul.org/dist zlib-1.2.3 
   	export EXTRA_CONFIGURE_FLAGS=
   
  -	configure_build_install http://www.geda.seul.org/dist libpng-1.2.8-config 
  +	# http://www.libpng.org/pub/png/libpng.html
  +	configure_build_install http://www.geda.seul.org/dist libpng-1.2.12 
   
   	# Don't build this on a Linux box and glib-2.8.4
   	#configure_build_install http://www.geda.seul.org/dist libiconv-1.9.2
   
  +	# http://cairographics.org/snapshots/
   	configure_build_install http://www.geda.seul.org/dist cairo-1.2.4
  -	configure_build_install http://www.geda.seul.org/dist glib-2.8.4
  +
  +	# ftp://ftp.gtk.org/pub/glib/2.12/ 	
  +	configure_build_install http://www.geda.seul.org/dist glib-2.12.4
  +	
  +	# ftp://ftp.gtk.org/pub/gtk/v2.10/dependencies
   	configure_build_install http://www.geda.seul.org/dist atk-1.10.1
  -	configure_build_install http://www.geda.seul.org/dist pango-1.10.1
   
  +	# ftp://ftp.gtk.org/pub/pango/1.14/
  +	configure_build_install http://www.geda.seul.org/dist pango-1.14.7
  +
  +	# ftp://ftp.gtk.org/pub/gtk/v2.10/
   	#export EXTRA_CONFIGURE_FLAGS="--without-libtiff --without-libjpeg"
  -	configure_build_install http://www.geda.seul.org/dist gtk+-2.8.7
  +	configure_build_install http://www.geda.seul.org/dist gtk+-2.10.6
   	#export EXTRA_CONFIGURE_FLAGS=
   
  +	# http://ftp.gnu.org/pub/gnu/guile/
   	configure_build_install http://www.geda.seul.org/dist guile-1.6.8 
  +
  +	# http://www.etla.net/libstroke/
   	configure_build_install http://www.geda.seul.org/dist libstroke-0.5.1
  -	#configure_build_install http://www.geda.seul.org/dist libgdgeda-2.0.15 
  -	configure_build_install http://www.geda.seul.org/dist wxGTK-2.6.1
  +
  +	# http://www.boutell.com/gd/
  +	configure_build_install http://www.geda.seul.org/dist gd-2.0.33
  +
  +	# http://www.wxwidgets.org/downloads/
  +	configure_build_install http://www.geda.seul.org/dist wxGTK-2.6.3
   }
   
   build_gaf()
  @@ -457,7 +501,6 @@
   	rm -f Makefile
   	rm -f $SRCDIR/Makefile
   	wget -nv http://www.geda.seul.org/devel/$GAFVERSION/Makefile >> $LOGFILE 2>&1
  -	get_package http://www.geda.seul.org/devel/$GAFVERSION geda-$GAFVERSION
   	get_package http://www.geda.seul.org/devel/$GAFVERSION geda-docs-$GAFVERSION
   	get_package http://www.geda.seul.org/devel/$GAFVERSION geda-examples-$GAFVERSION
   	get_package http://www.geda.seul.org/devel/$GAFVERSION geda-gattrib-$GAFVERSION
  @@ -524,7 +567,7 @@
   {
   	cpwd=`pwd`
   
  -	gspiceui_package=gspiceui-v0.8.55
  +	gspiceui_package=gspiceui-v0.8.90
   	get_package_and_extract http://www.geda.seul.org/dist $gspiceui_package
   
   	cd $SRCDIR/$gspiceui_package
  @@ -656,7 +699,7 @@
   while [ "$1" != "" ]; do
       case $1 in
   	-d )
  -		pkgs_to_build="build_dependancies $pkgs_to_build"
  +		pkgs_to_build="build_dependencies $pkgs_to_build"
   		;;
   
   	-a )
  
  
  


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