X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Flame;h=a8c3101ad8eb4a83414028165b16babe87f4372a;hb=30c33cb318cc399b32c9c06d99e88c52ba957ea9;hp=6af455b378d282f61ecc0312372e852b8aa72e65;hpb=f86b0cc33aa1a7778f24a9e6bd7759c868da482d;p=ipfire-2.x.git diff --git a/lfs/lame b/lfs/lame index 6af455b378..a8c3101ad8 100644 --- a/lfs/lame +++ b/lfs/lame @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 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 @@ include Config -VER = 3.96.1 +VER = 3.97 THISAPP = lame-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = lame PAK_VER = 1 -DEPS = "libmad" +DEPS = "" ############################################################################### # Top-level Rules @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e1206c46a5e276feca11a7149e2fc6ac +$(DL_FILE)_MD5 = 90a4acbb730d150dfe80de145126eef7 install : $(TARGET) @@ -77,8 +77,9 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure --prefix=/usr --enable-mp3rtp - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)