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 …
[View More]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>
[View Less]
Update of /cvsroot/pure-data/pd/src/locale
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16211
Modified Files:
Tag: devel_0_39
catala.tcl
Log Message:
catalan
Index: catala.tcl
===================================================================
RCS file: /cvsroot/pure-data/pd/src/locale/Attic/catala.tcl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** catala.tcl 2 Dec 2005 13:29:03 -0000 1.1.2.2
--- catala.tcl 11 Dec 2005 09:36:33 -…
[View More]0000 1.1.2.3
***************
*** 1,54 ****
#!/usr/bin/env tclsh
! # Catalan translations for PureData
# $Id$
! ### Menus
! say file "File"
! say new_file "New File"
! say open_file "Open File..."
! say pdrc_editor ".pdrc Editor"
! say send_message "Send Message..."
! say paths "Paths..."
! say close "Close"
! say save "Save"
! say save_as "Save As..."
! say print "Print..."
! say quit "Quit"
! say edit "Edit"
! say undo "Undo"
! say redo "Redo"
! say cut "Cut"
! say copy "Copy"
! say paste "Paste"
! say duplicate "Duplicate"
! say select_all "Select All"
! say text_editor "Text Editor..."
! say font_bomb "Font Bomb..."
! say tidy_up "Tidy Up"
! say edit_mode "Edit Mode"
! say view "View"
! say reload "Reload"
! say redraw "Redraw"
! say find "Find"
! say find_again "Find Again"
! say find_last_error "Find Last Error"
! say put "Put"
say media "Media"
! say audio_on "Audio ON"
! say audio_off "Audio OFF"
! say window "Window"
! say help "Help"
! say about "About..."
! say pure_documentation "Pure Documentation..."
! say class_browser "Class Browser..."
### Main Window
--- 1,170 ----
#!/usr/bin/env tclsh
! # Catalan (català) translations for PureData
# $Id$
+ # by Núria Verges
! say file "Fitxer"
! say new_file "Nou Fitxer"
! say open_file "Obrir Fitxer..."
! say pdrc_editor "Editor de .pdrc"
! say send_message "Enviar Missatge..."
! say paths "Camins..."
! say close "Tancar"
! say save "Desar"
! say save_as "Guardar com a..."
! say print "Imprimir..."
! say quit "Sortir"
! say edit "Editar"
! say undo "Desfer"
! say redo "Refer"
! say cut "Tallar"
! say copy "Copiar"
! say paste "Enganxar"
! say duplicate "Duplicar"
! say select_all "Seleccionar-ho tot"
! say text_editor "Editor de text..."
! say font_bomb "Font Bomb..."
! say tidy_up "Netejar"
! say edit_mode "Mode d'edició"
! say view "Veure"
! say reload "Recarregar"
! say redraw "Redissenyar"
! say find "Trobar"
! say find_again "Trobar novament"
! say find_last_error "Trobar l'última errada"
! say put "Posar"
! say media "Media"
! say audio_on "Audio ON"
! say audio_off "Audio OFF"
!
! say window "Finestra"
!
! say help "Ajuda"
! say about "Sobre..."
! say pure_documentation "Pure Documentació..."
! say class_browser "Cercador de Classes..."
!
! ### Main Window
!
! say in "in"
! say out "out"
! say audio "Audio"
! say meters "Meters"
! say io_errors "Errades d'E/S"
!
!
! #!/usr/bin/env tclsh
! # Catalan (català) translations for PureData
! # $Id$
!
! say file "Fitxer"
! say new_file "Nou Fitxer"
! say open_file "Obrir Fitxer..."
! say pdrc_editor "Editor de .pdrc"
! say send_message "Enviar Missatge..."
! say paths "Camins..."
! say close "Tancar"
! say save "Desar"
! say save_as "Guardar com a..."
! say print "Imprimir..."
! say quit "Sortir"
!
! say edit "Editar"
! say undo "Desfer"
! say redo "Refer"
! say cut "Tallar"
! say copy "Copiar"
! say paste "Enganxar"
! say duplicate "Duplicar"
! say select_all "Seleccionar-ho tot"
! say text_editor "Editor de text..."
! say font_bomb "Font Bomb..."
! say tidy_up "Netejar"
! say edit_mode "Mode d'edició"
!
! say view "Veure"
! say reload "Recarregar"
! say redraw "Redissenyar"
!
! say find "Trobar"
! say find_again "Trobar novament"
! say find_last_error "Trobar l'última errada"
!
! say put "Posar"
say media "Media"
! say audio_on "Audio ON"
! say audio_off "Audio OFF"
! say window "Finestra"
! say help "Ajuda"
! say about "Sobre..."
! say pure_documentation "Pure Documentació..."
! say class_browser "Cercador de Classes..."
+ ### Main Window
+
+ say in "in"
+ say out "out"
+ say audio "Audio"
+ say meters "Meters"
+ say io_errors "Errades d'E/S"
+
+
+ #!/usr/bin/env tclsh
+ # Catalan (català) translations for PureData
+ # $Id$
+
+ say file "Fitxer"
+ say new_file "Nou Fitxer"
+ say open_file "Obrir Fitxer..."
+ say pdrc_editor "Editor de .pdrc"
+ say send_message "Enviar Missatge..."
+ say paths "Camins..."
+ say close "Tancar"
+ say save "Desar"
+ say save_as "Guardar com a..."
+ say print "Imprimir..."
+ say quit "Sortir"
+
+ say edit "Editar"
+ say undo "Desfer"
+ say redo "Refer"
+ say cut "Tallar"
+ say copy "Copiar"
+ say paste "Enganxar"
+ say duplicate "Duplicar"
+ say select_all "Seleccionar-ho tot"
+ say text_editor "Editor de text..."
+ say font_bomb "Font Bomb..."
+ say tidy_up "Netejar"
+ say edit_mode "Mode d'edició"
+
+ say view "Veure"
+ say reload "Recarregar"
+ say redraw "Redissenyar"
+
+ say find "Trobar"
+ say find_again "Trobar novament"
+ say find_last_error "Trobar l'última errada"
+
+ say put "Posar"
+
+ say media "Media"
+ say audio_on "Audio ON"
+ say audio_off "Audio OFF"
+
+ say window "Finestra"
+
+ say help "Ajuda"
+ say about "Sobre..."
+ say pure_documentation "Pure Documentació..."
+ say class_browser "Cercador de Classes..."
### Main Window
***************
*** 58,60 ****
say audio "Audio"
say meters "Meters"
! say io_errors "IO Errors"
--- 174,178 ----
say audio "Audio"
say meters "Meters"
! say io_errors "Errades d'E/S"
!
!
[View Less]