[PD-cvs] scripts generate-pd-settings-files.sh,1.5,1.6

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sun Apr 9 07:08:17 CEST 2006


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

Modified Files:
	generate-pd-settings-files.sh 
Log Message:
added creb and user font folder for Mac OS X, but I don't think Pd will handle the ~

Index: generate-pd-settings-files.sh
===================================================================
RCS file: /cvsroot/pure-data/scripts/generate-pd-settings-files.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** generate-pd-settings-files.sh	7 Apr 2006 02:48:27 -0000	1.5
--- generate-pd-settings-files.sh	9 Apr 2006 05:08:14 -0000	1.6
***************
*** 1,8 ****
  #!/bin/sh
  
! LIBS="Gem cyclone zexy 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 /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"
  
--- 1,8 ----
  #!/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"
  





More information about the Pd-cvs mailing list