~ubuntu-branches/ubuntu/natty/pd-zexy/natty

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard, IOhannes m zmölnig, Jonas Smedegaard
  • Date: 2010-08-20 12:17:41 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100820121741-4kxozn8b9rhee9fr
Tags: 2.2.3-1
* New upstream version

[ IOhannes m zmölnig ]
* Adopt package, on behalf of Multimedia Team.
  Closes: #546964
* Simply debian/rules with CDBS, and don't unconditionally strip
  binaries.
  Closes: #437763
* Install into /usr/lib/pd/extra/zexy/. Document usage in REAME.Debian
  and warn about change in NEWS.
* git'ify package. Add Vcs-* stanzas to control file.
* Use dpkg source format 3.0 (quilt). Drop build-dependency on quilt.

[ Jonas Smedegaard ]
* Enable CDBS copyright-check routine.
* Add copyright and licensing header to debian/rules.
* Add myself as uploader.
* Rewrite debian/copyright using rev. 135 of draft DEP5 format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
pd-zexy for Debian
2
 
------------------
3
 
 
4
 
In order to use Zexy, start pd, open the File->Startup menu and write "zexy" in the
5
 
first non-empty line. Push "Save all Settings" and restart Pd. If you have problems, 
6
 
contact me or use the Debian Bug Tracking system <bugs.debian.org>
7
 
 
8
 
 
9
 
 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>, Tue, 16 Aug 2005 14:56:33 +0200
 
2
-------------------
 
3
 
 
4
these are general instructions to load the zexy library, not specific to Debian.
 
5
 
 
6
Usage:
 
7
 
 
8
zexy consists of both a (binary) library and a set of abstractions.
 
9
Therefore, if you want to access all of the zexy objects, you need to tell Pd to
 
10
both 
 
11
 
 
12
- load the library (either by adding "zexy" to the list of startup libraries in
 
13
  Pd's preferences, or by using the "-lib zexy" commandline argument to Pd)
 
14
 
 
15
and to
 
16
 
 
17
- add the search-path for the abstractions (either by adding
 
18
  "/usr/lib/pd/extra/zexy" to the paths in Pd's preferences of by using the
 
19
  "-path /usr/lib/pd/extra/zexy" commandlind argument to Pd)
 
20
 
 
21
 
 
22
step-by-step:
 
23
 
 
24
 METHOD 1:
 
25
 start Pd
 
26
 - navigate to "File->Path..." and add "/usr/lib/pd/extra/zexy" to the list of search-paths
 
27
 - click OK
 
28
 - navigate to "File->Startup..." and add "zexy" to the list of binaries to be loaded
 
29
 - click "Apply" and "Save all settings"
 
30
 
 
31
 
 
32
 METHOD 2:
 
33
 issue the command (without the '%' sign)
 
34
 % pd -path /usr/lib/pd/extra/zexy -lib zexy
 
35
 
 
36
 
 
37
 
 
38
 -- IOhannes m zmölnig <zmoelnig@iem.at>, Wed, 17 Aug 2010 12:35:00 +0200