[PD-cvs] packages/linux_make .pdsettings, 1.8.2.3, 1.8.2.4 Makefile, 1.21.2.2, 1.21.2.3

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Jul 12 06:07:23 CEST 2007


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

Modified Files:
      Tag: branch-v0-39-2-extended
	.pdsettings Makefile 
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: .pdsettings
===================================================================
RCS file: /cvsroot/pure-data/packages/linux_make/Attic/.pdsettings,v
retrieving revision 1.8.2.3
retrieving revision 1.8.2.4
diff -C2 -d -r1.8.2.3 -r1.8.2.4
*** .pdsettings	8 Jul 2007 12:56:32 -0000	1.8.2.3
--- .pdsettings	12 Jul 2007 04:07:21 -0000	1.8.2.4
***************
*** 37,43 ****
  loadlib35: pidip
  loadlib36: ggee
! path1: /usr/X11R6/lib/X11/fonts
! path2: /usr/X11R6/lib/X11/fonts/TTF
! path3: /usr/lib/X11/fonts
! path4: /usr/share/fonts/truetype
  nloadlib: 36
--- 37,41 ----
  loadlib35: pidip
  loadlib36: ggee
! path1: /usr/share/pd
! path2: /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
  nloadlib: 36

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/linux_make/Makefile,v
retrieving revision 1.21.2.2
retrieving revision 1.21.2.3
diff -C2 -d -r1.21.2.2 -r1.21.2.3
*** Makefile	11 Jul 2007 02:36:57 -0000	1.21.2.2
--- Makefile	12 Jul 2007 04:07:21 -0000	1.21.2.3
***************
*** 89,92 ****
--- 89,94 ----
  	install -p $(packages_src)/linux_make/.pdsettings \
  		$(libpddir)/default.pdsettings
+ # 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