X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fminidlna;h=218b596a4cb03319c106a2a9c2897ccbe223deec;hb=391540d9d82b42042756c67b2f5676d799d92f59;hp=1c3f61c42e3c7ada107dfce0d2ca1419b56d8b32;hpb=de0ccf8f8c9fc6b695f45a3fdcf0a85c3b3d5299;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/minidlna b/lfs/minidlna index 1c3f61c42e..218b596a4c 100644 --- a/lfs/minidlna +++ b/lfs/minidlna @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# 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 @@ include Config -VER = 1.1.3 +VER = 1.2.1 THISAPP = minidlna-$(VER) DL_FILE = minidlna-$(VER).tar.gz @@ -32,9 +32,11 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = minidlna -PAK_VER = 4 +PAK_VER = 6 -DEPS = "ffmpeg flac libexif libid3tag libogg" +DEPS = ffmpeg flac libexif libid3tag libogg + +CFLAGS += -fcommon ############################################################################### # Top-level Rules @@ -44,7 +46,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 879027192c89e5376cdd2ae2d1aa33b4 +$(DL_FILE)_MD5 = a968d3d84971322471cabda3669cc0f8 install : $(TARGET) @@ -83,5 +85,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Install configuration. install -m 644 $(DIR_SRC)/config/minidlna/minidlna.conf /etc + + #install initscripts + $(call INSTALL_INITSCRIPT,minidlna) + @rm -rf $(DIR_APP) @$(POSTBUILD)