[2/3] minidlna: Ship to use new libid3tag library

Message ID 20240606164843.90198-2-adolf.belka@ipfire.org
State New
Headers
Series [1/3] libid3tag: Update to version 0.16.3 |

Commit Message

Adolf Belka June 6, 2024, 4:48 p.m. UTC
  Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/minidlna | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Michael Tremer June 7, 2024, 10:30 a.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 6 Jun 2024, at 17:48, Adolf Belka <adolf.belka@ipfire.org> wrote:
> 
> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
> ---
> lfs/minidlna | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/minidlna b/lfs/minidlna
> index 55941bea8..eb989567c 100644
> --- a/lfs/minidlna
> +++ b/lfs/minidlna
> @@ -1,7 +1,7 @@
> ###############################################################################
> #                                                                             #
> # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
> +# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
> #                                                                             #
> # 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        #
> @@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
> DIR_APP    = $(DIR_SRC)/$(THISAPP)
> TARGET     = $(DIR_INFO)/$(THISAPP)
> PROG       = minidlna
> -PAK_VER    = 14
> +PAK_VER    = 15
> 
> DEPS       = ffmpeg flac libexif libid3tag libogg
> 
> -- 
> 2.45.2
>
  

Patch

diff --git a/lfs/minidlna b/lfs/minidlna
index 55941bea8..eb989567c 100644
--- a/lfs/minidlna
+++ b/lfs/minidlna
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        #
@@ -34,7 +34,7 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = minidlna
-PAK_VER    = 14
+PAK_VER    = 15
 
 DEPS       = ffmpeg flac libexif libid3tag libogg