diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-02-16 10:03:15 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-02-16 10:03:15 +0000 |
commit | be20a85ec56787cc1c8f4ab7f5f17038ff0187e1 (patch) | |
tree | d4cea9504daad31735823458fc7200d831c4d6f9 /audio/lame | |
parent | 83fb03513738be4361e83f94c3b37762c9b9878e (diff) | |
download | ports-be20a85ec56787cc1c8f4ab7f5f17038ff0187e1.tar.gz ports-be20a85ec56787cc1c8f4ab7f5f17038ff0187e1.zip |
Notes
Diffstat (limited to 'audio/lame')
-rw-r--r-- | audio/lame/Makefile | 2 | ||||
-rw-r--r-- | audio/lame/pkg-descr | 11 | ||||
-rw-r--r-- | audio/lame/pkg-plist | 3 |
3 files changed, 4 insertions, 12 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index a34d81adae67..1fc8b7a7ecb1 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -7,7 +7,7 @@ PORTNAME= lame PORTVERSION= 3.95.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.fu-berlin.de/unix/sound/%SUBDIR%/ diff --git a/audio/lame/pkg-descr b/audio/lame/pkg-descr index 6a1e14769fe9..c0d44597d311 100644 --- a/audio/lame/pkg-descr +++ b/audio/lame/pkg-descr @@ -1,11 +1,4 @@ -LAME stands for LAME Ain't an Mp3 Encoder. - -This is a patch agains the ISO MPEG1 demonstration source. The -modifications are distributed under the GNU GENERAL PUBLIC LICENSE -(see the file COPYING for details). - -The graphical frame analyzer uses the MPGLIB decoding engine, written by: -Michael Hipp (email: Michael.Hipp@student.uni-tuebingen.de) -and released under a more restrictive agreement. +LAME is an highly evolved LGPL MP3 encoder with quality and speed able to +rival state of the art commercial encoders. WWW: http://lame.sourceforge.net/ diff --git a/audio/lame/pkg-plist b/audio/lame/pkg-plist index 8c7d9676bd53..776a5d6f74ee 100644 --- a/audio/lame/pkg-plist +++ b/audio/lame/pkg-plist @@ -2,9 +2,8 @@ bin/lame bin/mp3rtp include/lame/lame.h lib/libmp3lame.a +lib/libmp3lame.so lib/libmp3lame.so.0 -@exec ln -fs %F %B/libmp3lame.so -@unexec rm -f %B/libmp3lame.so %%PORTDOCS%%%%DOCSDIR%%/API %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/PRESETS.draft |