From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] lame: Update to 3.100 Date: Sun, 05 Apr 2020 15:40:27 +0200 Message-ID: <20200405134027.7958-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5856545270354598366==" List-Id: --===============5856545270354598366== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://svn.code.sf.net/p/lame/svn/trunk/lame/doc/html/history.html Signed-off-by: Matthias Fischer --- config/rootfiles/packages/lame | 21 ++++++++++++--------- lfs/lame | 8 ++++---- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/config/rootfiles/packages/lame b/config/rootfiles/packages/lame index 44fdc66bf..dc3ae8b94 100644 --- a/config/rootfiles/packages/lame +++ b/config/rootfiles/packages/lame @@ -7,17 +7,20 @@ usr/bin/lame usr/lib/libmp3lame.so usr/lib/libmp3lame.so.0 usr/lib/libmp3lame.so.0.0.0 -#usr/man/man1/lame.1 #usr/share/doc/lame #usr/share/doc/lame/html -#usr/share/doc/lame/html/basic.html +#usr/share/doc/lame/html/about.html +#usr/share/doc/lame/html/abr.html +#usr/share/doc/lame/html/cbr.html +#usr/share/doc/lame/html/contact.html #usr/share/doc/lame/html/contributors.html -#usr/share/doc/lame/html/examples.html +#usr/share/doc/lame/html/detailed.html #usr/share/doc/lame/html/history.html -#usr/share/doc/lame/html/id3.html #usr/share/doc/lame/html/index.html -#usr/share/doc/lame/html/lame.css -#usr/share/doc/lame/html/modes.html -#usr/share/doc/lame/html/node6.html -#usr/share/doc/lame/html/presets.html -#usr/share/doc/lame/html/switchs.html +#usr/share/doc/lame/html/introduction.html +#usr/share/doc/lame/html/links.html +#usr/share/doc/lame/html/list.html +#usr/share/doc/lame/html/ms_stereo.html +#usr/share/doc/lame/html/usage.html +#usr/share/doc/lame/html/vbr.html +#usr/share/man/man1/lame.1 diff --git a/lfs/lame b/lfs/lame index 9e0bee915..f7cbb2205 100644 --- a/lfs/lame +++ b/lfs/lame @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2020 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 3.97 +VER =3D 3.100 =20 THISAPP =3D lame-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D lame -PAK_VER =3D 1 +PAK_VER =3D 2 =20 DEPS =3D =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 90a4acbb730d150dfe80de145126eef7 +$(DL_FILE)_MD5 =3D 83e260acbe4389b54fe08e0bdbf7cddb =20 install : $(TARGET) =20 --=20 2.18.0 --===============5856545270354598366==--