mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 04:52:59 +02:00
mpd: Update to version 0.23.13
- Update from version 0.23.12 to 0.23.13
- Update of rootfile not required
- mpd needs version 0.23.13 to build with fmt-10.0.0
- Changelog
0.23.13 (2023/05/22)
* input
- curl: fix busy loop after connection failed
- curl: hide "404" log messages for non-existent ".mpdignore" files
* archive
- zzip: fix crash bug
* database
- simple: reveal hidden songs after deleting containing CUE
* decoder
- ffmpeg: reorder to a lower priority than "gme"
- gme: require GME 0.6 or later
* output
- pipewire: fix corruption bug due to missing lock
* Linux
- shut down if parent process dies in --no-daemon mode
- determine systemd unit directories via pkg-config
* support libfmt 10
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
4ba14aa2ba
commit
417263c76c
35
lfs/mpd
35
lfs/mpd
@@ -26,7 +26,7 @@ include Config
|
||||
|
||||
SUMMARY = Music Player Daemon
|
||||
|
||||
VER = 0.23.12
|
||||
VER = 0.23.13
|
||||
|
||||
THISAPP = mpd-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/${THISAPP}
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = mpd
|
||||
PAK_VER = 31
|
||||
PAK_VER = 32
|
||||
SUP_ARCH = aarch64 x86_64
|
||||
|
||||
DEPS = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr fmt
|
||||
@@ -49,7 +49,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = b218d9f477e92842638e3fba44c84957a3f656adaaf1ece998847db8d64883b8c997703206f74b37043888757f5f628799a3a35b25ea991f9ad00df1c4ad5e71
|
||||
$(DL_FILE)_BLAKE2 = 02907f08cc504d0fbf703179b333b301c7ad8fc8535d85305faa7962dd7faa164f4492286902cb48eaf3db2a1445b541b1261c18a89ca8a73e80016af9581e26
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -83,20 +83,21 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
||||
$(UPDATE_AUTOMAKE)
|
||||
cd $(DIR_APP) && meson --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libdir=/usr/lib \
|
||||
-D ipv6=disabled \
|
||||
-D sqlite=disabled \
|
||||
-D smbclient=disabled \
|
||||
-D id3tag=enabled \
|
||||
-D vorbis=enabled \
|
||||
-D expat=enabled \
|
||||
-D ffmpeg=enabled \
|
||||
-D flac=enabled \
|
||||
-D lame=enabled \
|
||||
-D upnp=disabled \
|
||||
-D icu=disabled \
|
||||
cd $(DIR_APP) && meson setup \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libdir=/usr/lib \
|
||||
-D ipv6=disabled \
|
||||
-D sqlite=disabled \
|
||||
-D smbclient=disabled \
|
||||
-D id3tag=enabled \
|
||||
-D vorbis=enabled \
|
||||
-D expat=enabled \
|
||||
-D ffmpeg=enabled \
|
||||
-D flac=enabled \
|
||||
-D lame=enabled \
|
||||
-D upnp=disabled \
|
||||
-D icu=disabled \
|
||||
builddir/
|
||||
cd $(DIR_APP) && ninja -C builddir/ $(MAKETUNING)
|
||||
cd $(DIR_APP) && ninja -C builddir/ install
|
||||
|
||||
Reference in New Issue
Block a user