[PD-cvs] packages Makefile,1.53.2.5,1.53.2.6 TODO,1.21,1.21.2.1

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Jun 1 06:10:30 CEST 2007


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

Modified Files:
      Tag: branch-v0-39-2-extended
	Makefile TODO 
Log Message:
added Stffn's disk image beautifications; fixed up readme with new Mac OS X install directions and Gem + pidip version

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/Makefile,v
retrieving revision 1.53.2.5
retrieving revision 1.53.2.6
diff -C2 -d -r1.53.2.5 -r1.53.2.6
*** Makefile	10 May 2007 04:03:14 -0000	1.53.2.5
--- Makefile	1 Jun 2007 04:10:28 -0000	1.53.2.6
***************
*** 51,68 ****
  
  GEM_VERSION := $(shell grep "GEM_VERSION" $(gem_src)/src/Base/GemVersion.h | \
! 	cut -d '"' -f 2)
! 
  
  MAXLIB_VERSION := $(shell grep "define VERSION" \
  	$(externals_src)/maxlib/maxlib.c | cut -d '"' -f 2)
  
- 
  OSC_VERSION := $(shell grep "define VERSION" $(externals_src)/OSCx/src/OSC.c | \
  	cut -d '"' -f 2)
  
- 
  PDP_VERSION := $(shell grep PDP_VERSION= $(externals_src)/pdp/configure.ac | \
  	cut -d '=' -f 2)
  
  
  PMPD_VERSION := $(shell grep "define VERSION" \
--- 51,67 ----
  
  GEM_VERSION := $(shell grep "GEM_VERSION" $(gem_src)/src/Base/GemVersion.h | \
! 	sed -n 's|.*GEM_VERSION = "\(.*\)".*|\1|p')
  
  MAXLIB_VERSION := $(shell grep "define VERSION" \
  	$(externals_src)/maxlib/maxlib.c | cut -d '"' -f 2)
  
  OSC_VERSION := $(shell grep "define VERSION" $(externals_src)/OSCx/src/OSC.c | \
  	cut -d '"' -f 2)
  
  PDP_VERSION := $(shell grep PDP_VERSION= $(externals_src)/pdp/configure.ac | \
  	cut -d '=' -f 2)
  
+ PIDIP_VERSION := $(shell grep PDP_PIDIP_VERSION= $(externals_src)/pidip/configure.ac | \
+ 	cut -d '=' -f 2)
  
  PMPD_VERSION := $(shell grep "define VERSION" \
***************
*** 607,612 ****
  endif
  ifeq ($(OS_NAME),darwin)
! 	echo "<p>To install Pd, drag the $(PACKAGE_NAME).app into your /Applications folder.</p>" >> $(README_FILE)	
! 	echo "<p>If you want to have all of the included libraries loaded at startup, copy <code>org.puredata.pd.plist</code> to <code>~/Library/Preferences</code> (<code>~</code> means your home folder).  WARNING: this will overwrite any existing Pd preferences!</p>" >> $(README_FILE)	
  endif
  ifeq ($(OS_NAME),windows)
--- 606,611 ----
  endif
  ifeq ($(OS_NAME),darwin)
! 	echo "<p>To install Pd, drag the $(PACKAGE_NAME).app into your <b>/Applications</b> folder or to the shortcut in the disk image.</p>" >> $(README_FILE)	
! 	echo "<p>By default, most of the included libraries are loaded at startup.  To change this, set your own preferences in the <b>Startup...</b> Preferences pane usings the <b>Save all settings</b> button.   If you want to start with a blank set of preferences, run this command in the Terminal.app: <code>touch ~/Library/Preferences/org.puredata.pd.plist</code> (<code>~</code> means your home folder).</p>" >> $(README_FILE)	
  endif
  ifeq ($(OS_NAME),windows)
***************
*** 642,645 ****
--- 641,645 ----
  	echo "<li>pddp: `date +20%y.%m.%d`" >> $(README_FILE)
  	echo "<li>pdp: $(PDP_VERSION)" >> $(README_FILE)
+ 	echo "<li>pidip: $(PIDIP_VERSION)" >> $(README_FILE)
  	echo "<li>toxy: $(TOXY_VERSION)" >> $(README_FILE)
  	echo "<li>unauthorized: `date +20%y.%m.%d`" >> $(README_FILE)
***************
*** 648,652 ****
  	echo "<h3>Patented Algorithms</h3>" >> $(README_FILE)
  	echo "<p>" >> $(README_FILE)
! 	echo "This package may contain software that is covered by patents in certain countries.  In order to use this software you must have the proper license.  Below is a list of the known software packages that are covered by patents in some countries:" >> $(README_FILE)
  	echo "</p>" >> $(README_FILE)
  	echo "<ul>" >> $(README_FILE)
--- 648,652 ----
  	echo "<h3>Patented Algorithms</h3>" >> $(README_FILE)
  	echo "<p>" >> $(README_FILE)
! 	echo "This package may contain software that is covered by patents in certain countries, like the U.S. and Germany.  In order to use this software you must have the proper license.  Below is a list of the known software packages that are covered by patents in some countries:" >> $(README_FILE)
  	echo "</p>" >> $(README_FILE)
  	echo "<ul>" >> $(README_FILE)

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/packages/TODO,v
retrieving revision 1.21
retrieving revision 1.21.2.1
diff -C2 -d -r1.21 -r1.21.2.1
*** TODO	28 Nov 2006 06:42:24 -0000	1.21
--- TODO	1 Jun 2007 04:10:28 -0000	1.21.2.1
***************
*** 1,10 ****
  
- - for release branch, remove class_sethelpsymbol() from iemlib and zexy
- 
- - make a web page that has stuff that can't be included due to license and patent issues:
-   (percolate, mp3, mpeg2, mpeg4, etc)
- 
- - reintroduce patch for making Pd window font not bold
- 
  - make all of pd/src/x_*.c into a standalone library that is optionally loaded
    by Pd.  Then these objects can be placed into the namespace.
--- 1,3 ----
***************
*** 14,20 ****
  
  
- - fiddle~, bonk~, etc. didn't get installed
- 
- 
  - try out FFTW patch from patch tracker (it applies fine, but the build system
    needs to set the define to enable it).
--- 7,10 ----
***************
*** 28,34 ****
  
  
- - test for "configure" before running autoconf, also rm "configure" on distclean
- 
- 
  - global optimization flags
    		ideally, you would use a version of Pd that is fully optimized for your
--- 18,21 ----
***************
*** 46,51 ****
    be portable"
  
- 
- - Preferences
- 
- 	 - look at BBogart's LML http://www.ekran.org/ben/research/lml/lml-v0.1-TEST8-osx.tgz
--- 33,34 ----





More information about the Pd-cvs mailing list