[PD-cvs] packages/patches libquicktime_plugin_support-0.39.2.patch, NONE, 1.1

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu May 17 05:49:42 CEST 2007


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

Added Files:
	libquicktime_plugin_support-0.39.2.patch 
Log Message:
set an env var in u_main.tk on Mac OS X so that libquicktime can find its plugins when all the libs are embedded in the Pd.app

--- NEW FILE: libquicktime_plugin_support-0.39.2.patch ---
Index: u_main.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/u_main.tk,v
retrieving revision 1.17.2.10
diff -u -w -r1.17.2.10 u_main.tk
--- u_main.tk	15 May 2007 04:58:58 -0000	1.17.2.10
+++ u_main.tk	17 May 2007 03:48:19 -0000
@@ -55,6 +55,9 @@
     global pd_guidir
     global pd_tearoff
     set pd_gui2 [string range $argv0 0 [expr [string last / $argv0 ] - 1]]
+# this is the embedded libquicktime can find its embedded plugins
+	 puts stderr "Setting LIBQUICKTIME_PLUGIN_DIR: $pd_gui2/../../lib/libquicktime"
+	 set env(LIBQUICKTIME_PLUGIN_DIR) $pd_gui2/../../lib/libquicktime
     set pd_guidir $pd_gui2/..
     load $pd_guidir/bin/libPdTcl.dylib
     set pd_tearoff 0





More information about the Pd-cvs mailing list