pkgsrc/audio/gqmpeg
lukem c13b5c0e0f 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.
2002-03-25 05:44:48 +00:00
..
patches Add back patch-ac containing various ogg123 playback fixes (different 2002-03-25 05:44:48 +00:00
DEINSTALL Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
DESCR Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
distinfo Add back patch-ac containing various ogg123 playback fixes (different 2002-03-25 05:44:48 +00:00
Makefile Add back patch-ac containing various ogg123 playback fixes (different 2002-03-25 05:44:48 +00:00
MESSAGE Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
PLIST Update to 0.15.0. Changes since 0.14.1(nb1): 2002-03-18 01:26:07 +00:00