X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fflac;h=f54326be7d121d9d5bb8d0aecaa9c8282adf847a;hb=32ba431458a616026f17a687735bc6bec2e8dca9;hp=2143d3621a6052e6b57911c55695b990df1dec84;hpb=890f0b12f7f5de0581a5a23e69bb0ea2bcfeada4;p=ipfire-2.x.git diff --git a/lfs/flac b/lfs/flac index 2143d3621a..f54326be7d 100644 --- a/lfs/flac +++ b/lfs/flac @@ -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,15 +24,15 @@ include Config -VER = 1.2.1 +VER = 1.3.2 THISAPP = flac-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = flac -PAK_VER = 1 +PAK_VER = 2 DEPS = "libogg" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 153c8b15a54da428d1f0fadc756c22c7 +$(DL_FILE)_MD5 = 454f1bfa3f93cc708098d7890d0499bd install : $(TARGET) @@ -77,19 +77,12 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/flac-1.2.1-asm.patch - cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/flac-1.2.1-bitreader.patch - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/flac-1.2.1-cflags.patch - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/flac-1.2.1-gcc43.patch - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/flac-1.2.1-hidesyms.patch - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/flac-1.2.1-tests.patch - cd $(DIR_APP) && ./autogen.sh -V cd $(DIR_APP) && \ ./configure \ --prefix=/usr \ --disable-xmms-plugin \ --disable-thorough-tests - cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)