diff options
author | wiz <wiz> | 2000-11-15 13:52:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-11-15 13:52:57 +0000 |
commit | 172e9ade795a3203b092a147140253e182790803 (patch) | |
tree | 38274997362a6f627ccc1c0b96b6ac215b80fe76 /mk | |
parent | 840802de16ad95b0fa00c219822b28e9fa3d5a71 (diff) | |
download | pkgsrc-172e9ade795a3203b092a147140253e182790803.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 'mk')
-rw-r--r-- | mk/mk.conf.example | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index abd6c689fa8..4260219399f 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.163 2000/10/21 21:20:11 wiz Exp $ +# $NetBSD: mk.conf.example,v 1.164 2000/11/15 13:52:58 wiz Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -458,6 +458,12 @@ # Possible: not defined, YES # Default: not defined +#LAME_USE_GTK= +# Used in lame package to compile in the graphical analyzer (which uses +# GTK). +# Possible: not defined, defined +# Default: not defined + #LIBWRAP_FWD= # Used in ssh package to make libwrap also compare against forwarded # connection attempts |