[PD-cvs] packages/darwin_app Makefile, 1.27, 1.28 TODO, 1.14, 1.15 org.puredata.pd.plist, 1.4, 1.5

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Dec 12 02:58:41 CET 2005


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

Modified Files:
	Makefile TODO org.puredata.pd.plist 
Log Message:
added targets for testing the final destinations that are currently set

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** Makefile	2 Dec 2005 19:12:41 -0000	1.27
--- Makefile	12 Dec 2005 01:58:39 -0000	1.28
***************
*** 183,186 ****
--- 183,206 ----
  
  
+ 
+ 
+ test_locations:
+ 	@echo "PD_VERSION: $(PD_VERSION)"
+ 	@echo "PACKAGE_VERSION: $(PACKAGE_VERSION)"
+ 	@echo "CWD $(CWD)"
+ 	@echo "DESTDIR $(DESTDIR)"
+ 	@echo "PREFIX $(prefix)"
+ 	@echo "BINDIR  $(bindir)"
+ 	@echo "LIBDIR  $(libdir)"
+ 	@echo "OBJECTSDIR  $(objectsdir)"
+ 	@echo "PDDOCDIR  $(pddocdir)"
+ 	@echo "LIBPDDIR  $(libpddir)"
+ 	@echo "LIBPDBINDIR  $(libpdbindir)"
+ 	@echo "HELPDIR  $(helpdir)"
+ 	@echo "MANUALSDIR  $(manualsdir)"
+ 	@echo "EXAMPLESDIR  $(examplesdir)"
+ 
+ 
+ 
  #==============================================================================#
  #

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/TODO,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** TODO	2 Dec 2005 19:12:41 -0000	1.14
--- TODO	12 Dec 2005 01:58:39 -0000	1.15
***************
*** 1,6 ****
  
! - somehow 3.audio.examples and fiddle~, bonk~, etc. didn't get installed
  
! - in post-clean, rm *.bak
  
  - make Pd open a new window when its launched to workaround the bug where the
--- 1,7 ----
  
! - check out using TclTkBI package for all of the tcl deps.  It should have all
!   of the binaries necessary for extensions/gui/ix
  
!      - research Tcl "auto_path"
  
  - make Pd open a new window when its launched to workaround the bug where the
***************
*** 11,15 ****
  - from Carmen Rocco about [fiddle~] crash: "is fiddle~: * compiled with the same header * linked with the same binary of (lib)pd * compiled with the same compiler? i had very similar issues with bonk on windows (Virtually same stacktrace but s/fiddle/bonk) until fixing the above 3 things..."
  
! - review permissions so that you can build on top on existing builds
  
  - add standard paths to included org.puredata.pd.plist following these
--- 12,16 ----
  - from Carmen Rocco about [fiddle~] crash: "is fiddle~: * compiled with the same header * linked with the same binary of (lib)pd * compiled with the same compiler? i had very similar issues with bonk on windows (Virtually same stacktrace but s/fiddle/bonk) until fixing the above 3 things..."
  
! - review permissions so that you can build on top on existing builds (its the Frameworks)
  
  - add standard paths to included org.puredata.pd.plist following these
***************
*** 22,43 ****
    http://developer.apple.com/documentation/mac/runtimehtml/RTArch-43.html
  
- 
- - help menu
- 
-   	 - check up on this bug: Opening Help patches from "Pure Documentation"
-    
-     - make help menu function check if item exists before trying to make a
-       menu item so that it doesn't break pd.tk<->pd interaction (i.e. windows
-       titled x50bf90).  (the recursive function might have fixed this)
- 
  - try this for the Pref Pane:
   kAEShowPreferences ::tk::mac::ShowPreferences
  
- - research Tcl "auto_path"
- 
  - research Tk + "Custom MDEF" for menus
  
  - create Tcl script called from Prefs that creates links for the standard unix
- - locations for files that are in bin, include, man inside $(PD_FILE_ROOT)
  
  - redo menu system
--- 23,32 ----

Index: org.puredata.pd.plist
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/org.puredata.pd.plist,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** org.puredata.pd.plist	30 Nov 2005 06:59:55 -0000	1.4
--- org.puredata.pd.plist	12 Dec 2005 01:58:39 -0000	1.5
***************
*** 31,34 ****
--- 31,46 ----
  	<key>loadlib13</key>
  	<string>zexy</string>
+ 	<key>loadlib14</key>
+ 	<string>maxlib</string>
+ 	<key>loadlib15</key>
+ 	<string>mjlib</string>
+ 	<key>loadlib16</key>
+ 	<string>motex</string>
+ 	<key>loadlib17</key>
+ 	<string>loaders</string>
+ 	<key>loadlib18</key>
+ 	<string>zexy</string>
+ 	<key>loadlib19</key>
+ 	<string>markex</string>
  </dict>
  </plist>





More information about the Pd-cvs mailing list