minidlna: Update to 1.1.3

Fixes #10573
This commit is contained in:
Michael Tremer
2014-08-24 15:14:25 +02:00
parent bfea8d7d2f
commit ff6d34ab8b
3 changed files with 22 additions and 10 deletions

View File

@@ -24,15 +24,15 @@
include Config
VER = 1.0.25
VER = 1.1.3
THISAPP = minidlna-$(VER)
DL_FILE = minidlna_$(VER)_src.tar.gz
DL_FILE = minidlna-$(VER).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = minidlna
PAK_VER = 2
PAK_VER = 3
DEPS = "ffmpeg flac libexif libid3tag libogg sqlite"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = d966256baf2f9b068b9de871ab5dade5
$(DL_FILE)_MD5 = 879027192c89e5376cdd2ae2d1aa33b4
install : $(TARGET)
@@ -77,7 +77,7 @@ $(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) && sed -i '/include/a #include <limits.h>/' metadata.c
cd $(DIR_APP) && ./configure --prefix=/usr
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
cd $(DIR_APP) && make install