This file is indexed.

/usr/share/doc/pd-iemlib/README.Debian is in pd-iemlib 1.20.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
iemlib for Debian
-----------------

Usage:

iemlib consists of both a set of (binary) libraries and a set of abstractions.
Therefore, if you want to access all of the iemlib objects, you need to tell
Pd to both 

- load the libraries
    - either by adding "iemlib1", "iemlib2", "iem_mp3" and/or "iem_t3_lib"
      to the list of startup libraries in Pd's preferences
    - or by using "-lib" commandline argument to Pd
      (e.g. "-lib iemlib1:iemlib2:iem_mp3:iem_t3_lib")

and to

- add the search-path for the abstractions (either by adding
  "/usr/lib/pd/extra/iemlib" to the paths in Pd's preferences of by using the
  "-path /usr/lib/pd/extra/iemlib" commandlind argument to Pd)


step-by-step:

 METHOD 1:
 start Pd
 - navigate to "File->Path..." and add "/usr/lib/pd/extra/iemlib" to 
   the list of search-paths
 - click OK
 - navigate to "File->Startup..." and add "iemlib1" (et al) to the list
   of binaries to be loaded
 - click "Apply" and "Save all settings"


 METHOD 2:
 issue the command (without the '%' sign)
 % pd -path /usr/lib/pd/extra/iemlib -lib iemlib1:iemlib2:iem_mp3:iem_t3_lib

 -- IOhannes m zmölnig <zmoelnig@iem.at>  Thu, 21 Nov 2013 17:21:12 +0100