diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-09-26 23:17:32 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-09-26 23:17:32 +0000 |
commit | 07334f69fec6e6eb3f86cd8d35a5800d537376ba (patch) | |
tree | 1804275ad3b398a7bf2eb7608b86bc33d2bb620d /audio/moc/PLIST | |
parent | 89a9a252f2136697eb57841177d6be7700b094a6 (diff) | |
download | pkgsrc-07334f69fec6e6eb3f86cd8d35a5800d537376ba.tar.gz |
Initial import of moc-2.3.2 from pkgsrc-wip, packaged by Petter
Schuller.
MOC (music on console) is a console audio player for LINUX/UNIX
designed to be powerful and easy to use. Noteworthy features
include:
* By default, files are decoded and played in a background
process. This allows the user to quit the interface (e.g.,
if one needs to close the xterm) without affecting
playback. It also allows attaching multiple interfaces
(e.g. in multiple xterms) to the same player.
* Playback should be smooth even under high cpu or I/O load,
due to the use of output buffering in a separate thread.
* There are no sound gaps in between files, because the next
file to be played is precached while playing the current
file.
Note: To avoid conflicts with Qt's 'moc', the moc binary is
called 'mocp'.
Diffstat (limited to 'audio/moc/PLIST')
-rw-r--r-- | audio/moc/PLIST | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/moc/PLIST b/audio/moc/PLIST new file mode 100644 index 00000000000..44d73475182 --- /dev/null +++ b/audio/moc/PLIST @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/09/26 23:17:32 xtraeme Exp $ +bin/mocp +${FLAC}lib/moc/decoder_plugins/libflac_decoder.la +lib/moc/decoder_plugins/libmp3_decoder.la +${VORBIS}lib/moc/decoder_plugins/libogg_decoder.la +${SNDFILE}lib/moc/decoder_plugins/libsndfile_formats_decoder.la +${SPEEX}lib/moc/decoder_plugins/libspeex_decoder.la +man/man1/mocp.1 +share/doc/moc/README +share/doc/moc/THANKS +share/doc/moc/config.example +share/doc/moc/keymap.example +share/moc/themes/black_theme +share/moc/themes/example_theme +share/moc/themes/green_theme +share/moc/themes/nightly_theme +share/moc/themes/transparent-background +share/moc/themes/yellow_red_theme +@dirrm share/moc/themes +@dirrm share/moc +@dirrm share/doc/moc +@dirrm lib/moc/decoder_plugins +@dirrm lib/moc |