diff options
author | augustss <augustss@pkgsrc.org> | 1997-10-28 23:18:20 +0000 |
---|---|---|
committer | augustss <augustss@pkgsrc.org> | 1997-10-28 23:18:20 +0000 |
commit | 4daa64a62986fd842753a48935d3c8adf6758d93 (patch) | |
tree | cc8ee8439ae9a5d7d4a09af2bda1536118792658 /audio/rplay/pkg | |
parent | 4434fa54eccf4fa0896d9f01cd93c91ab718ec2c (diff) | |
download | pkgsrc-4daa64a62986fd842753a48935d3c8adf6758d93.tar.gz |
Initial import of FreeBSD audio packages.
Diffstat (limited to 'audio/rplay/pkg')
-rw-r--r-- | audio/rplay/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/rplay/pkg/DESCR | 33 | ||||
-rw-r--r-- | audio/rplay/pkg/PLIST | 20 |
3 files changed, 54 insertions, 0 deletions
diff --git a/audio/rplay/pkg/COMMENT b/audio/rplay/pkg/COMMENT new file mode 100644 index 00000000000..3088ba9eddd --- /dev/null +++ b/audio/rplay/pkg/COMMENT @@ -0,0 +1 @@ +Network audio player. diff --git a/audio/rplay/pkg/DESCR b/audio/rplay/pkg/DESCR new file mode 100644 index 00000000000..823d04938a9 --- /dev/null +++ b/audio/rplay/pkg/DESCR @@ -0,0 +1,33 @@ +rplay is a flexible network audio system that allows sounds to be played to +and from local and remote systems. The rplay audio server currently +supports SunOS 4.1.X, Solaris 2.X, Linux, SGI IRIX 4 & 5, HP9000/705, +HP9000/710 and now FreeBSD. The rplay clients and client library should +work on any system that supports Berkeley sockets. X Windows is not required. + +Version 3.2.0beta +------------------- + +* Supported systems include SunOS 4.1.X, Solaris 2.x, FreeBSD, Linux, + SGI IRIX 4 and IRIX 5, and HP9000/710. + +* 8-bit & 16-bit audio input and output. + +* All audio sample rates. + +* .au, .snd, .aiff, .wav, .voc, .ub, .ul, G.721 4-bit, G.723 3-bit, and + G.723 5-bit audio files. + +* Stereo input and output. (2 channels) + +* Sounds can be played at any sample rate. + +* Compile rplayd with -DTEST_FLANGE for some fun. + +* Flexible audio configuration using the following long-named options: + --audio-device, --audio-bufsize, --audio-bits, --audio-channels, + --audio-close, --audio-flush, --audio-format, --audio-match, --audio-port, + --audio-rate, --audio-sample-rate, and no-audio. + (See `rplayd --help' for more details) + +* HTML documentation. + diff --git a/audio/rplay/pkg/PLIST b/audio/rplay/pkg/PLIST new file mode 100644 index 00000000000..fc8d4d0fbd3 --- /dev/null +++ b/audio/rplay/pkg/PLIST @@ -0,0 +1,20 @@ +etc/rc.d/rplayd.sh +etc/rplay.hosts +bin/rplay +bin/rptp +@comment requires XForms +@comment bin/xrplay +sbin/rplayd +include/rplay.h +lib/librplay.a +info/librplay.info +info/rplay.info +info/RPLAY.info +info/RPTP.info +man/man1/rplay.1.gz +man/man1/rplayd.1.gz +man/man1/xrplay.1.gz +man/man1/rptp.1.gz +man/man5/rplay.conf.5.gz +man/man5/rplay.hosts.5.gz +man/man5/rplay.servers.5.gz |