Update of /cvsroot/pure-data/packages/linux_make In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27162
Modified Files: Makefile README Added Files: default.pdsettings Removed Files: .pdsettings Log Message: renamed the included .pdsettings to default.pdsettings since it's now embedded into the Pd distro
Index: README =================================================================== RCS file: /cvsroot/pure-data/packages/linux_make/README,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README 2 Dec 2006 21:47:29 -0000 1.2 --- README 11 Jul 2007 02:32:17 -0000 1.3 *************** *** 17,24 **** make uninstall
! To load the default set of libraries, you need to install the .pdsettings file ! included in the package (~ is your home directory): ! ! mv .pdsettings ~
Installing the needed dependencies --- 17,23 ---- make uninstall
! A preferences file is embedded into this distro. It loads the default set of ! libraries, and sets a couple of other things. If you save the preferences ! within Pd, it will override these embedded preferences.
Installing the needed dependencies
--- NEW FILE: default.pdsettings --- standardpath: 1 verbose: 0 loadlib1: Gem loadlib2: cyclone loadlib3: zexy loadlib4: creb loadlib5: cxc loadlib6: ggee loadlib7: iemlib loadlib8: list-abs loadlib9: mapping loadlib10: markex loadlib11: maxlib loadlib12: memento loadlib13: mjlib loadlib14: motex loadlib15: oscx loadlib16: pddp loadlib17: pdogg loadlib18: pixeltango loadlib19: pmpd loadlib20: rradical loadlib21: sigpack loadlib22: smlib loadlib23: toxy loadlib24: unauthorized loadlib25: vbap loadlib26: pan loadlib27: freeverb loadlib28: hcs loadlib29: jmmmp loadlib30: ext13 loadlib31: hardware loadlib32: deprecated loadlib33: flatspace loadlib34: iem_anything loadlib35: pdp 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
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/linux_make/Makefile,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** Makefile 11 Jul 2007 02:25:09 -0000 1.31 --- Makefile 11 Jul 2007 02:32:17 -0000 1.32 *************** *** 89,94 **** ln -s $(prefix)/lib/pd/default.pdsettings \ $(DESTDIR)/etc/pd-extended/default.pdsettings ! install -p $(packages_src)/linux_make/.pdsettings \ ! $(libpddir)/default.pdsettings # emacs mode for .pd files install -d $(DESTDIR)/usr/share/emacs/site-lisp/ --- 89,93 ---- ln -s $(prefix)/lib/pd/default.pdsettings \ $(DESTDIR)/etc/pd-extended/default.pdsettings ! install -p $(packages_src)/linux_make/default.pdsettings $(libpddir) # emacs mode for .pd files install -d $(DESTDIR)/usr/share/emacs/site-lisp/ *************** *** 103,107 ****
tarbz2: installer_makefile installer_readme ! install -p .pdsettings $(DESTDIR)$(prefix) mv $(DESTDIR)$(prefix) $(DESTDIR)$(PACKAGE_NAME) cd $(DESTDIR) && \ --- 102,106 ----
tarbz2: installer_makefile installer_readme ! install -p $(packages_src)/linux_make/default.pdsettings $(libpddir) mv $(DESTDIR)$(prefix) $(DESTDIR)$(PACKAGE_NAME) cd $(DESTDIR) && \
--- .pdsettings DELETED ---