diff options
author | toshii <toshii@pkgsrc.org> | 2001-12-14 09:19:21 +0000 |
---|---|---|
committer | toshii <toshii@pkgsrc.org> | 2001-12-14 09:19:21 +0000 |
commit | b5354bb4d366adc64b91af42de0638a92b1a411d (patch) | |
tree | 35768d7b2af9e20cc8a436ba2dcbad2806b59240 /audio/mad/PLIST | |
parent | b3575da1cb911599615477d89b79bc1e6253132d (diff) | |
download | pkgsrc-b5354bb4d366adc64b91af42de0638a92b1a411d.tar.gz |
Update mad to 0.14.2b, and make it use audio/esound.
Excerpt of changelog from previous pkgsrc version:
* Added a new output module, audio_esd, for EsounD (Enlightened Sound
Daemon) support. You must have EsounD already installed before running
`configure'. Use -o esd:[HOSTNAME] as args to `madplay'. If --with-esd
is given to `configure', EsounD will be used for native audio output.
* Added a new output module, audio_cdda, for creating CD audio images.
Output is forced to 16-bit 44100 Hz stereo.
* Added a new output module, audio_aiff, for Audio IFF (AIFF) format
files.
* Added new -b (--bit-depth) option to `madplay'. Most output modules now
support configurable bit depths.
* Added new -i (--ignore-crc) option to `madplay'.
* Enabled libtool versioning rather than release numbering.
* Renamed `libid3' to `libid3tag' and enabled installation as a separate
library.
* Modified the audio_null output module to compute peak amplitude.
Diffstat (limited to 'audio/mad/PLIST')
-rw-r--r-- | audio/mad/PLIST | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/audio/mad/PLIST b/audio/mad/PLIST index 2d199ae29c3..c8919023e19 100644 --- a/audio/mad/PLIST +++ b/audio/mad/PLIST @@ -1,10 +1,16 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:17:14 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/12/14 09:20:18 toshii Exp $ bin/abxtest bin/madplay +include/id3tag.h include/mad.h +lib/libid3tag.a +lib/libid3tag.la +lib/libid3tag.so +lib/libid3tag.so.1 +lib/libid3tag.so.1.0 lib/libmad.so -lib/libmad.so.0 -lib/libmad.so.0.0 +lib/libmad.so.1 +lib/libmad.so.1.0 lib/libmad.a lib/libmad.la man/man1/abxtest.1 |