public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mpd: Add fmt as a run time dependency
@ 2022-08-11 12:29 Adolf Belka
  2022-08-11 12:29 ` [PATCH 2/2] fmt: Convert from build only to run time also for mpd Adolf Belka
  2022-08-11 18:28 ` [PATCH 1/2] mpd: Add fmt as a run time dependency Peter Müller
  0 siblings, 2 replies; 4+ messages in thread
From: Adolf Belka @ 2022-08-11 12:29 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 712 bytes --]

Fixes: Bug#12909
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/mpd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/mpd b/lfs/mpd
index e4381fc1b..9e664bf41 100644
--- a/lfs/mpd
+++ b/lfs/mpd
@@ -34,10 +34,10 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/${THISAPP}
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = mpd
-PAK_VER    = 25
+PAK_VER    = 26
 SUP_ARCH   = aarch64 armv6l x86_64
 
-DEPS       = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr
+DEPS       = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr fmt
 
 SERVICES   = mpd
 
-- 
2.37.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-11 18:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-11 12:29 [PATCH 1/2] mpd: Add fmt as a run time dependency Adolf Belka
2022-08-11 12:29 ` [PATCH 2/2] fmt: Convert from build only to run time also for mpd Adolf Belka
2022-08-11 18:28   ` Peter Müller
2022-08-11 18:28 ` [PATCH 1/2] mpd: Add fmt as a run time dependency Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox