[PD-cvs] packages Makefile,1.61,1.62

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sun Oct 21 02:06:25 CEST 2007


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

Modified Files:
	Makefile 
Log Message:
merged in some changes from branch-v0-39-2-extended

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/Makefile,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** Makefile	2 Jun 2007 17:21:58 -0000	1.61
--- Makefile	21 Oct 2007 00:06:23 -0000	1.62
***************
*** 49,57 ****
  FLEXT_VERSION := $(FLEXT_MAJOR_VERSION).$(FLEXT_MINOR_VERSION).$(FLEXT_MICRO_VERSION)
  
- 
  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)
--- 49,55 ----
***************
*** 479,483 ****
  	cd $(gem_src)/src && aclocal
  	cd $(gem_src)/src && autoconf
! 	cd $(gem_src)/src && ./configure --without-ffmpeg --with-pd=$(pd_src) --disable-NV
  	$(MAKE) -C $(gem_src)/src
  
--- 477,482 ----
  	cd $(gem_src)/src && aclocal
  	cd $(gem_src)/src && autoconf
! 	cd $(gem_src)/src && ./configure --without-ffmpeg --with-pd=$(pd_src) \
! 		--disable-NV
  	$(MAKE) -C $(gem_src)/src
  
***************
*** 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:</p><p><code>touch ~/Library/Preferences/org.puredata.pd.plist</code></p><p>(<code>~</code> means your home folder).</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.  (<i>You might need to put the old one in the trash before copying this one to <b>/Applications</b></i>)</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: </p><p><code>touch ~/Library/Preferences/org.puredata.pd.plist</code> (<code>~</code> <i>means your home folder</i>)</p><p>The Preferences panels in Pd are currently buggy, so you might have better luck with the Apple utility, Property List Editor, which is freely available as part of XCode or the Server Tools.</p>" >> $(README_FILE)	
  endif
  ifeq ($(OS_NAME),windows)





More information about the Pd-cvs mailing list