This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via ff6d34ab8b0cc8ad7f2c425bfc58f469aa6bb48e (commit)
from bfea8d7d2fb35e2a722cd3e16f7b4126c18f7165 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ff6d34ab8b0cc8ad7f2c425bfc58f469aa6bb48e
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sun Aug 24 15:14:25 2014 +0200
minidlna: Update to 1.1.3
Fixes #10573
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/packages/minidlna | 14 +++++++++++++-
lfs/minidlna | 10 +++++-----
src/initscripts/init.d/minidlna | 8 ++++----
3 files changed, 22 insertions(+), 10 deletions(-)
Difference in files:
diff --git a/config/rootfiles/packages/minidlna b/config/rootfiles/packages/minidlna
index c30e30b..f0b9536 100644
--- a/config/rootfiles/packages/minidlna
+++ b/config/rootfiles/packages/minidlna
@@ -1,3 +1,15 @@
etc/rc.d/init.d/minidlna
etc/minidlna.conf
-usr/sbin/minidlna
+usr/sbin/minidlnad
+#usr/share/locale/da/LC_MESSAGES/minidlna.mo
+#usr/share/locale/de/LC_MESSAGES/minidlna.mo
+#usr/share/locale/es/LC_MESSAGES/minidlna.mo
+#usr/share/locale/fr/LC_MESSAGES/minidlna.mo
+#usr/share/locale/it/LC_MESSAGES/minidlna.mo
+#usr/share/locale/ja/LC_MESSAGES/minidlna.mo
+#usr/share/locale/nb/LC_MESSAGES/minidlna.mo
+#usr/share/locale/nl/LC_MESSAGES/minidlna.mo
+#usr/share/locale/pl/LC_MESSAGES/minidlna.mo
+#usr/share/locale/ru/LC_MESSAGES/minidlna.mo
+#usr/share/locale/sl/LC_MESSAGES/minidlna.mo
+#usr/share/locale/sv/LC_MESSAGES/minidlna.mo
diff --git a/lfs/minidlna b/lfs/minidlna
index 26ec3dd..155cd4a 100644
--- a/lfs/minidlna
+++ b/lfs/minidlna
@@ -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
diff --git a/src/initscripts/init.d/minidlna b/src/initscripts/init.d/minidlna
index 6823067..74ad8f8 100644
--- a/src/initscripts/init.d/minidlna
+++ b/src/initscripts/init.d/minidlna
@@ -16,17 +16,17 @@
case "${1}" in
start)
boot_mesg "Starting minidlna..."
- loadproc /usr/sbin/minidlna
+ loadproc /usr/sbin/minidlnad
;;
stop)
boot_mesg "Stopping minidlna..."
- killproc /usr/sbin/minidlna
+ killproc /usr/sbin/minidlnad
;;
reload)
boot_mesg "Reloading minidlna..."
- reloadproc /usr/sbin/minidlna
+ reloadproc /usr/sbin/minidlnad
;;
restart)
@@ -36,7 +36,7 @@ case "${1}" in
;;
status)
- statusproc /usr/sbin/minidlna
+ statusproc /usr/sbin/minidlnad
;;
*)
hooks/post-receive
--
IPFire 2.x development tree