lame: Update to 3.100

Message ID 20200405134027.7958-1-matthias.fischer@ipfire.org
State Accepted
Commit f0109b0ccf78b5dc6f96c01a8a2ad20bfbcb3451
Headers
Series lame: Update to 3.100 |

Commit Message

Matthias Fischer April 5, 2020, 1:40 p.m. UTC
  For details see:
https://svn.code.sf.net/p/lame/svn/trunk/lame/doc/html/history.html

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 config/rootfiles/packages/lame | 21 ++++++++++++---------
 lfs/lame                       |  8 ++++----
 2 files changed, 16 insertions(+), 13 deletions(-)
  

Patch

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  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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 @@ 
 
 include Config
 
-VER        = 3.97
+VER        = 3.100
 
 THISAPP    = lame-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = lame
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       =
 
@@ -44,7 +44,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 90a4acbb730d150dfe80de145126eef7
+$(DL_FILE)_MD5 = 83e260acbe4389b54fe08e0bdbf7cddb
 
 install : $(TARGET)