[PD-cvs] packages/darwin_app Makefile,1.66,1.67 TODO,1.23,1.24

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Dec 29 04:58:01 CET 2006


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

Modified Files:
	Makefile TODO 
Log Message:
minor tweaks to turn of Fat building and disable some kludges

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** Makefile	18 Dec 2006 06:14:23 -0000	1.66
--- Makefile	29 Dec 2006 03:57:59 -0000	1.67
***************
*** 30,34 ****
  
  # auto-vectorization in GCC 4.x for CPUs with SIMD
! OPT_CFLAGS += -ftree-vectorize -ftree-vectorizer-verbose=3
  
  ifeq ($(TARGET_PLATFORM),i386)
--- 30,34 ----
  
  # auto-vectorization in GCC 4.x for CPUs with SIMD
! OPT_CFLAGS += -ftree-vectorize -ftree-vectorizer-verbose=2
  
  ifeq ($(TARGET_PLATFORM),i386)
***************
*** 187,191 ****
  #------------------------------------------------------------------------------#
  darwin_app_core: darwin_app_wrapper
! 	$(MAKE) -C $(packages_src) $(DEST_PATHS) PD_CONFIGURE_FLAGS=--enable-jack \
  		pd_install 
  	cd "$(PD_APP_CONTENTS)/Resources/Scripts" && \
--- 187,192 ----
  #------------------------------------------------------------------------------#
  darwin_app_core: darwin_app_wrapper
! 	$(MAKE) -C $(packages_src) $(DEST_PATHS) \
! 		PD_CONFIGURE_FLAGS="--enable-jack --disable-fat" \
  		pd_install 
  	cd "$(PD_APP_CONTENTS)/Resources/Scripts" && \
***************
*** 193,199 ****
  # support for Info Panel Plugins mgmt
  	cd "$(PD_APP_CONTENTS)" && ln -s Resources/extra Plugins
! # run script to move help-*.pd files to *-help.pd according to the standard
! 	cd $(pddocdir) && \
! 		$(scripts_src)/convert-help-to-standard.sh
  
  #------------------------------------------------------------------------------#
--- 194,198 ----
  # support for Info Panel Plugins mgmt
  	cd "$(PD_APP_CONTENTS)" && ln -s Resources/extra Plugins
! 
  
  #------------------------------------------------------------------------------#

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/TODO,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** TODO	11 Dec 2006 04:54:09 -0000	1.23
--- TODO	29 Dec 2006 03:57:59 -0000	1.24
***************
*** 1,8 ****
  
! - try building against ActiveTcl 8.4.13 and 8.5
  
  - create background image for .dmg
  
- - create /Applications link in .dmg
  
  - fix app permissions so that you can drop a new app on top of an old one to
--- 1,9 ----
  
! 
! - check code to make it all use single-precision/libmx functions on Mac OSX.
! 
  
  - create background image for .dmg
  
  
  - fix app permissions so that you can drop a new app on top of an old one to
***************
*** 10,16 ****
  
  
- - check code to make it all use single-precision/libmx functions on Mac OSX.
- 
- 
  - make sure that org.puredata.pd.plist is rw in the .dmg (possible?)
  
--- 11,14 ----





More information about the Pd-cvs mailing list