[PD-cvs] packages/darwin_app Makefile,1.65.2.3,1.65.2.4

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu May 17 06:40:11 CEST 2007


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

Modified Files:
      Tag: branch-v0-39-2-extended
	Makefile 
Log Message:
embed libquicktime plugins

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v
retrieving revision 1.65.2.3
retrieving revision 1.65.2.4
diff -C2 -d -r1.65.2.3 -r1.65.2.4
*** Makefile	1 May 2007 04:20:21 -0000	1.65.2.3
--- Makefile	17 May 2007 04:40:09 -0000	1.65.2.4
***************
*** 191,194 ****
--- 191,197 ----
  darwin_app_embed_libs:
  	./embed-MacOSX-dependencies.sh $(PD_APP_CONTENTS)
+ # embed libquicktime plugins
+ 	install -d $(PD_APP_CONTENTS)/lib/libquicktime
+ 	install -p /sw/lib/libquicktime/*.so $(PD_APP_CONTENTS)/lib/libquicktime
  
  # shortcut to install the readme on non-Extended builds





More information about the Pd-cvs mailing list