diff options
author | lukem <lukem@pkgsrc.org> | 2002-03-25 05:44:48 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2002-03-25 05:44:48 +0000 |
commit | c13b5c0e0f241caaf49fe26863df3f4e4f3b5e80 (patch) | |
tree | 8004fda764229bd3900ba2c65dbf679bcc324962 /audio/gqmpeg/distinfo | |
parent | e515a9150f0eb6dc9af66fc7274453b867c475f1 (diff) | |
download | pkgsrc-c13b5c0e0f241caaf49fe26863df3f4e4f3b5e80.tar.gz |
Add back patch-ac containing various ogg123 playback fixes (different
from the last set), making ogg playback useful:
- implement ogg123_pipe_open() which opens a pipe and runs the command
supplied in the char **, returning the child pid and fd array from pipe(2).
based on code from ogg123_child_run().
- replace popen() with ogg123_pipe_open() in ogg123_info_get(),
ogg123_comment_get(), and ogg123_comment_set(). now info actually
works for file names which contain wacky shell characters (where
surrounding the file name with quotes just Isn't Enough)
- parse_bitrate(): current bitrate in ogg123 output is now "(NNN.MM kbps)",
so look for that rather than "Bitrate: NNNN"
- when setting the initial bit_rate for a song, use "bitrate_average / 1000"
rather than "bitrate_nominal", since bit_rate is in kbps and bitrate_*
is in bps and bitrate_average is more appropriate that bitrate_nominal.
Diffstat (limited to 'audio/gqmpeg/distinfo')
-rw-r--r-- | audio/gqmpeg/distinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gqmpeg/distinfo b/audio/gqmpeg/distinfo index 486fa80c33c..517873bdf7e 100644 --- a/audio/gqmpeg/distinfo +++ b/audio/gqmpeg/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.15 2002/03/18 08:21:12 wiz Exp $ +$NetBSD: distinfo,v 1.16 2002/03/25 05:44:48 lukem Exp $ SHA1 (gqmpeg-0.15.0.tar.gz) = 110b1e55cb52b38216524c8c9d3ac2cc5835ea98 Size (gqmpeg-0.15.0.tar.gz) = 885429 bytes SHA1 (patch-aa) = c006f7a0490bced6a80e30e3aced606fc6eef5ab SHA1 (patch-ab) = b49b9fda51342dff25d097bbdaeee22657ea2dc6 +SHA1 (patch-ac) = 6721f376f1ebc27e8cf53a97e85c7ed80934b731 |