[PD-cvs] packages Makefile,1.59,1.60

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


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

Modified Files:
	Makefile 
Log Message:
fixed up readme to include new install instructions and pidip version

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/Makefile,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** Makefile	10 May 2007 04:10:20 -0000	1.59
--- Makefile	1 Jun 2007 04:08:20 -0000	1.60
***************
*** 51,55 ****
  
  GEM_VERSION := $(shell grep "GEM_VERSION" $(gem_src)/src/Base/GemVersion.h | \
! 	cut -d '"' -f 2)
  
  
--- 51,55 ----
  
  GEM_VERSION := $(shell grep "GEM_VERSION" $(gem_src)/src/Base/GemVersion.h | \
! 	sed -n 's|.*GEM_VERSION = "\(.*\)".*|\1|p')
  
  
***************
*** 57,68 ****
  	$(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" \
--- 57,68 ----
  	$(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 _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)
--- 607,612 ----
  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 ****
--- 642,646 ----
  	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)
--- 649,653 ----
  	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)





More information about the Pd-cvs mailing list