[PD-cvs] packages/linux_make Makefile, 1.32, 1.33 default.pdsettings, 1.1, 1.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Jul 12 05:59:55 CEST 2007


Update of /cvsroot/pure-data/packages/linux_make
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25335/linux_make

Modified Files:
	Makefile default.pdsettings 
Log Message:
added standard locations to the path for putting your own pd libs for GNU/Linux and Mac OS X (where should this go on Windows?); simplified GNU/Linux font path

Index: default.pdsettings
===================================================================
RCS file: /cvsroot/pure-data/packages/linux_make/default.pdsettings,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** default.pdsettings	11 Jul 2007 02:32:17 -0000	1.1
--- default.pdsettings	12 Jul 2007 03:59:53 -0000	1.2
***************
*** 38,44 ****
  loadlib36: pidip
  loadlib37: flib
! path1: /usr/X11R6/lib/X11/fonts
! path2: /usr/X11R6/lib/X11/fonts/TTF
! path3: /usr/lib/X11/fonts
! path4: /usr/share/fonts/truetype
  nloadlib: 37
--- 38,42 ----
  loadlib36: pidip
  loadlib37: flib
! path1: /usr/share/pd
! path2: /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
  nloadlib: 37

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/linux_make/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** Makefile	11 Jul 2007 02:32:17 -0000	1.32
--- Makefile	12 Jul 2007 03:59:53 -0000	1.33
***************
*** 90,93 ****
--- 90,95 ----
  		$(DESTDIR)/etc/pd-extended/default.pdsettings
  	install -p $(packages_src)/linux_make/default.pdsettings $(libpddir)
+ # folder to install libs into
+ 	install -d -m0775 $(DESTDIR)/usr/share/pd
  # emacs mode for .pd files
  	install -d $(DESTDIR)/usr/share/emacs/site-lisp/





More information about the Pd-cvs mailing list