diff options
author | netchild <netchild@FreeBSD.org> | 2004-02-16 18:03:15 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-02-16 18:03:15 +0800 |
commit | c1eff8cfafcc068ed952a28846f26328246521df (patch) | |
tree | c6d1f6e107b539052aacd1de21b502ff256db008 | |
parent | 44895823899a79cd5d197b8222148fc6ab22959a (diff) | |
download | freebsd-ports-gnome-c1eff8cfafcc068ed952a28846f26328246521df.tar.gz freebsd-ports-gnome-c1eff8cfafcc068ed952a28846f26328246521df.tar.zst freebsd-ports-gnome-c1eff8cfafcc068ed952a28846f26328246521df.zip |
- fix plist (only affects installs from a package) [1]
- replace the outdated pkg-descr with a new one
Noticed by: "Thomas E. Zander" <riggs@rrr.de> [1]
kris [1]
-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 |