[SCM] pd-zexy packaging branch, master, updated. upstream/2.2.3-12-g81d63e8

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Tue Aug 17 10:37:56 UTC 2010


The following commit has been merged in the master branch:
commit 81d63e8619b04dd4a4bea5fb34cc1b2d267994ee
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Tue Aug 17 12:37:44 2010 +0200

    rephrased the README

diff --git a/debian/README.Debian b/debian/README.Debian
index c0f40fc..d925fc9 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,25 +1,38 @@
 pd-zexy for Debian
 -------------------
 
+these are general instructions to load the zexy library, not specific to Debian.
+
 Usage:
 
-to start Pd with the zexy addon library, issue the command (without the '%' sign)
+zexy consists of both a (binary) library and a set of abstractions.
+Therefore, if you want to access all of the zexy objects, you need to tell Pd to
+both 
+
+- load the library (either by adding "zexy" to the list of startup libraries in
+  Pd's preferences, or by using the "-lib zexy" commandline argument to Pd)
+
+and to
+
+- add the search-path for the abstractions (either by adding
+  "/usr/lib/pd/extra/zexy" to the paths in Pd's preferences of by using the
+  "-path /usr/lib/pd/extra/zexy" commandlind argument to Pd)
+
 
-% pd -path /usr/lib/pd/extra/zexy -lib zexy
+step-by-step:
 
-OR
+ METHOD 1:
+ start Pd
+ - navigate to "File->Path..." and add "/usr/lib/pd/extra/zexy" to the list of search-paths
+ - click OK
+ - navigate to "File->Startup..." and add "zexy" to the list of binaries to be loaded
+ - click "Apply" and "Save all settings"
 
-start Pd
-- navigate to "File->Path..." and add "/usr/lib/pd/extra/zexy" to the list of search-paths
-- click OK
-- navigate to "File->Startup..." and add "zexy" to the list of binaries to be loaded
-- click "Apply" and "Save all settings"
 
-OR 
+ METHOD 2:
+ issue the command (without the '%' sign)
+ % pd -path /usr/lib/pd/extra/zexy -lib zexy
 
-add the following lines to your ~/.pdrc file (deprecated)
 
--path /usr/lib/pd/extra/zexy
--lib zexy
 
- -- IOhannes m zmölnig <zmoelnig at iem.at>, Wed, 11 Aug 2010 08:45:00 +0200
+ -- IOhannes m zmölnig <zmoelnig at iem.at>, Wed, 17 Aug 2010 12:35:00 +0200

-- 
pd-zexy packaging



More information about the pkg-multimedia-commits mailing list