summaryrefslogtreecommitdiff
path: root/audio/moc-devel/DESCR
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-04-07 16:10:37 +0000
committerbjs <bjs@pkgsrc.org>2008-04-07 16:10:37 +0000
commit304b9d74d28e6d7a97db08479b79a856f5f63587 (patch)
treed63b43cda49e54226cacdd9f6aeace71dcd6ee78 /audio/moc-devel/DESCR
parent4830a0fdf413e6ad255aa5de01205c9e79f93ce6 (diff)
downloadpkgsrc-304b9d74d28e6d7a97db08479b79a856f5f63587.tar.gz
Add a moc-devel package for version 2.5.0alpha3. This package uses
a getline() function taken from nbftp--bothering with gnulib was too annoying. It works for me on NetBSD-current, but please let me know if there are any problems. I've also extended the check for sched_get_priority_max(3)--both here and in audio/moc--to look in librt prior to giving up. This allows moc to run with realtime priority on NetBSD-current; unfortunately, presently this requires root perms.
Diffstat (limited to 'audio/moc-devel/DESCR')
-rw-r--r--audio/moc-devel/DESCR17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/moc-devel/DESCR b/audio/moc-devel/DESCR
new file mode 100644
index 00000000000..83500f474e3
--- /dev/null
+++ b/audio/moc-devel/DESCR
@@ -0,0 +1,17 @@
+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'.