diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/toolame/DESCR | 2 | ||||
-rw-r--r-- | audio/toolame/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/toolame/DESCR b/audio/toolame/DESCR index 734ae189f47..e2de32254ac 100644 --- a/audio/toolame/DESCR +++ b/audio/toolame/DESCR @@ -1,4 +1,4 @@ -tooLAME is an optimized Mpeg Audio 1/2 Layer 2 encoder. It is based heavily on +tooLAME is an optimized MPEG Audio 1/2 Layer 2 encoder. It is based heavily on - the ISO dist10 code - improvement to algorithms as part of the LAME project: www.sulaco.org/mp3 - work by Michael Cheng and other contributors (see CONTRIBUTORS) diff --git a/audio/toolame/Makefile b/audio/toolame/Makefile index 327a6788cdd..faf808a6239 100644 --- a/audio/toolame/Makefile +++ b/audio/toolame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/06/23 07:07:26 mrg Exp $ +# $NetBSD: Makefile,v 1.2 2003/06/23 07:17:57 wiz Exp $ # DISTNAME= toolame-02l @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://sourceforge.net/projects/toolame/ -COMMENT= toolame is an optimized mpeg 1/2 layer 2 audio encoder +COMMENT= optimized MPEG 1/2 layer 2 audio encoder LICENSE= fee-based-commercial-use |