aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/org.puredata.pd.plist
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-16 18:38:11 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-16 18:38:11 +0000
commit8476554bc26567564d6381e1b733579d5b45d881 (patch)
tree07a3134c21460e7183ea6516e1c2b7d87c51e219 /packages/darwin_app/org.puredata.pd.plist
parentbe911ac82a45ca74b900aec72492400ca11374a4 (diff)
- Lots of bug fixes
- added script which searches thru all of the .pd_darwin files for dependencies from Fink. It then copies those libs into the Pd.app and sets everything up for them to be sourced by the objects. - added Guenter's quick hack to allow international characters in Pd patches svn path=/trunk/; revision=4241
Diffstat (limited to 'packages/darwin_app/org.puredata.pd.plist')
-rw-r--r--packages/darwin_app/org.puredata.pd.plist10
1 files changed, 4 insertions, 6 deletions
diff --git a/packages/darwin_app/org.puredata.pd.plist b/packages/darwin_app/org.puredata.pd.plist
index 4d5b7583..acdb29ac 100644
--- a/packages/darwin_app/org.puredata.pd.plist
+++ b/packages/darwin_app/org.puredata.pd.plist
@@ -7,9 +7,9 @@
<key>loadlib1</key>
<string>Gem</string>
<key>loadlib2</key>
- <string>cyclone</string>
+ <string>zexy</string>
<key>loadlib3</key>
- <string>iemabs</string>
+ <string>cyclone</string>
<key>loadlib4</key>
<string>iemmatrix</string>
<key>loadlib5</key>
@@ -29,7 +29,7 @@
<key>loadlib12</key>
<string>xsample</string>
<key>loadlib13</key>
- <string>zexy</string>
+ <string>markex</string>
<key>loadlib14</key>
<string>maxlib</string>
<key>loadlib15</key>
@@ -37,8 +37,6 @@
<key>loadlib16</key>
<string>motex</string>
<key>loadlib17</key>
- <string>loaders</string>
- <key>loadlib18</key>
- <string>markex</string>
+ <string>iemabs</string>
</dict>
</plist>