This file is indexed.

/usr/share/doc/pd-readanysf/README is in pd-readanysf 0.43-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
40
41
42
43
44
readanysf~, a puredata external for reading multiple file formats.
-----------------------------------------------------------------
© august black 2003 - 2010
licensed under the GNU GPL v2


see: http://aug.ment.org/readanysf/

you will need:

          o Gavl : by Burkhard Plaum
            Low level multimedia API.
            http://gmerlin.sf.net/
            cvs -d:pserver:anonymous@gmerlin.cvs.sourceforge.net:/cvsroot/gmerlin login
            cvs -z3 -d:pserver:anonymous@gmerlin.cvs.sourceforge.net:/cvsroot/gmerlin co -P gavl
            cd gavl/
            ./autogen.sh
            ./configure --without-doxygen
            make
            sudo make install

          o Gmerlin_avdecode : by Burkhard Plaum
            Gmerlin_avdecoder is a general purpose media decoding library.
            http://gmerlin.sourceforge.net
            cvs -d:pserver:anonymous@gmerlin.cvs.sourceforge.net:/cvsroot/gmerlin login
            cvs -z3 -d:pserver:anonymous@gmerlin.cvs.sourceforge.net:/cvsroot/gmerlin co -P gmerlin_avdecoder
            cd gmerlin_avdecoder
            ./autogen.sh
            ./configure --without-doxygen
            make
            sudo make install


After installing gavl and gmerlin_avdecode, you should just be able to type make.

----------------------------------------------------------------------------------------

Mac users: 

	you can install gavl/gmerlin-avdecoder either by source as above with linux or through fink.
	
	then, do "make" and let me know if it doesn't work