diff options
author | wiz <wiz@pkgsrc.org> | 2000-11-15 13:52:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-11-15 13:52:57 +0000 |
commit | 2e70301f313c142ede27193dbf1b7c746761adb3 (patch) | |
tree | 38274997362a6f627ccc1c0b96b6ac215b80fe76 /audio/Makefile | |
parent | 232b23e61d87b786fa53c891b7783a93a4061d82 (diff) | |
download | pkgsrc-2e70301f313c142ede27193dbf1b7c746761adb3.tar.gz |
Update lame to 3.87; retire lame-gui package, use LAME_USE_GTK variable
instead; install more documentation.
Lame isn't any longer a patch against the ISO source, but stand-alone.
Other changes:
MP3 decoding support, ID3V2 support, vorbis support (not compiled in
right now), MPEG2.5 support; lots of bugfixes and speedups (for
details, see installed history.html).
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile index e5c6d705f61..50dd05130bf 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2000/10/17 01:33:31 hubertf Exp $ +# $NetBSD: Makefile,v 1.73 2000/11/15 13:52:57 wiz Exp $ # SUBDIR += ac3dec @@ -50,7 +50,6 @@ SUBDIR += id3ed SUBDIR += kdemultimedia SUBDIR += lame - SUBDIR += lame-gui SUBDIR += libac3 SUBDIR += libaudiofile SUBDIR += libcdaudio |