From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH 4/6] minidlna: update to 1.1.5 Date: Sun, 13 Nov 2016 20:23:58 +0100 Message-ID: <20161113192400.19514-5-marcel.lorenz@ipfire.org> In-Reply-To: <20161113192400.19514-1-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3078325431207305726==" List-Id: --===============3078325431207305726== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Marcel Lorenz --- config/rootfiles/packages/minidlna | 1 + lfs/minidlna | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/packages/minidlna b/config/rootfiles/packages/m= inidlna index f0b9536..42a83f8 100644 --- a/config/rootfiles/packages/minidlna +++ b/config/rootfiles/packages/minidlna @@ -7,6 +7,7 @@ usr/sbin/minidlnad #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/ko/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 diff --git a/lfs/minidlna b/lfs/minidlna index 1c3f61c..a2ac9e9 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-2016 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 @@ =20 include Config =20 -VER =3D 1.1.3 +VER =3D 1.1.5 =20 THISAPP =3D minidlna-$(VER) DL_FILE =3D minidlna-$(VER).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D minidlna -PAK_VER =3D 4 +PAK_VER =3D 5 =20 DEPS =3D "ffmpeg flac libexif libid3tag libogg" =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 879027192c89e5376cdd2ae2d1aa33b4 +$(DL_FILE)_MD5 =3D 1970e553a1eb8a3e7e302e2ce292cbc4 =20 install : $(TARGET) =20 --=20 2.9.3 --===============3078325431207305726==--