[PD-cvs] scripts generate-pd-settings-files.sh,1.8,1.9

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Apr 27 13:49:36 CEST 2006


Update of /cvsroot/pure-data/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25631

Modified Files:
	generate-pd-settings-files.sh 
Log Message:
removed non-existant libraries and fixed up the registry stuff to work properly.

Index: generate-pd-settings-files.sh
===================================================================
RCS file: /cvsroot/pure-data/scripts/generate-pd-settings-files.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** generate-pd-settings-files.sh	26 Apr 2006 22:03:29 -0000	1.8
--- generate-pd-settings-files.sh	27 Apr 2006 11:49:34 -0000	1.9
***************
*** 1,9 ****
  #!/bin/sh
  
! LIBS="Gem cyclone zexy creb cxc ext13 hid iemabs iemmatrix list-abs mapping markex maxlib memento mjlib motex mtx oscx pddp pdogg pdp pidip pixeltango pmpd rradical sigpack smlib toxy unauthorized vbap"
  
  GNULINUX_FONTPATH="/usr/X11R6/lib/X11/fonts /usr/X11R6/lib/X11/fonts/TTF /usr/lib/X11/fonts /usr/share/fonts/truetype"
  MACOSX_FONTPATH="/System/Library/Fonts /Library/Fonts ~/Library/Fonts /usr/X11R6/lib/X11/fonts/TTF /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Home/lib/fonts /sw/lib/X11/fonts/msttf /sw/lib/X11/fonts/intl/TrueType /sw/lib/X11/fonts/applettf"
! WINDOWS_FONTPATH="%SystemRoot%/Fonts"
  
  ROOT_DIR=~/cvs/pure-data/packages
--- 1,9 ----
  #!/bin/sh
  
! LIBS="Gem cyclone zexy creb cxc ext13 iemlib iemmatrix list-abs mapping markex maxlib memento mjlib motex mtx oscx pddp pdogg pdp pidip pixeltango pmpd rradical sigpack smlib toxy unauthorized vbap"
  
  GNULINUX_FONTPATH="/usr/X11R6/lib/X11/fonts /usr/X11R6/lib/X11/fonts/TTF /usr/lib/X11/fonts /usr/share/fonts/truetype"
  MACOSX_FONTPATH="/System/Library/Fonts /Library/Fonts ~/Library/Fonts /usr/X11R6/lib/X11/fonts/TTF /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Home/lib/fonts /sw/lib/X11/fonts/msttf /sw/lib/X11/fonts/intl/TrueType /sw/lib/X11/fonts/applettf"
! WINDOWS_FONTPATH="hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,00,2f,00,46,00,6f,00,6e,00,74,00,73,00,00,00"
  
  ROOT_DIR=~/cvs/pure-data/packages
***************
*** 77,81 ****
  	 for fontpath in $WINDOWS_FONTPATH; do
  		  ((++j)) 
! 		  echo "\"path${j}\"=\"${fontpath}\"" >> $WINDOWS_FILE
  	 done
  }
--- 77,81 ----
  	 for fontpath in $WINDOWS_FONTPATH; do
  		  ((++j)) 
! 		  echo "\"path${j}\"=${fontpath}" >> $WINDOWS_FILE
  	 done
  }
***************
*** 83,87 ****
  function print_windows_delete ()
  {
! 	 echo "\"${1}${2}\"=\"-\"" >> $WINDOWS_FILE
  }
  
--- 83,87 ----
  function print_windows_delete ()
  {
! 	 echo "\"${1}${2}\"=-" >> $WINDOWS_FILE
  }
  





More information about the Pd-cvs mailing list