File: README

package info (click to toggle)
libaudio-rpld-perl 0.006-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 304 kB
  • ctags: 252
  • sloc: perl: 2,117; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 916 bytes parent folder | download | duplicates (3)
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
           Audio::RPLD
          -------------

--- What is Audio::RPLD?
This is a perl module to control the RoarAudio PlayList Daemon (rpld).
It supports most commands supported by the rpld.
This included commands to control playback, the Main Queue, playlists
and pointer mangement.

--- Building and Installing:

There are no build or runtime depends beside the depend to
the Perl 5.x core libs.

Some system provide a package for this module.
The name may be or look simular to: libaudio-rpld-perl.

If your system does not include a package you can install this package
by paw:

 $ perl Makefile.PL
 $ make

 now switch to root and type:
 # make install

 or use sudo:
 $ sudo make install

--- Docs

After you installed the package you can read the docs by using this command:
 $ perldoc Audio::RPLD

Before you installed the packaged you can read the docs by using this command:
 $ perldoc lib/Audio/RPLD.pm