Skip to content

Commit

Permalink
mpd: Update to version 0.23.17
Browse files Browse the repository at this point in the history
- Update from version 0.23.15 to 0.23.17
- Update of rootfile not required
- Patch no longer needed as the fixes to work with fmt-11.0.x have been included in the
   source tarball.
- This version includes the fix to work with fmt-11.1.x
- Changelog
    0.23.17
	* protocol
	  - "albumart" tries to send larger chunks if available
	  - explicitly disallow "idle" and "noidle" in command lists
	* storage
	  - nfs: require libnfs 4.0 or later
	* database
	  - inotify: trigger update after symlink was created
	* decoder
	  - ffmpeg: prefer over sndfile and audiofile for its DTS-WAV support
	* support libfmt 11.1
    0.23.16
	* database
	  - fix integer overflows with 64-bit inode numbers
	* filter
	  - ffmpeg: fix for filters producing no output
	* support libfmt 11
	* support ICU 76

Signed-off-by: Adolf Belka <[email protected]>
Signed-off-by: Michael Tremer <[email protected]>
  • Loading branch information
Adolf Belka authored and mtremer committed Feb 22, 2025
1 parent efcb7aa commit 3ea4585
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 62 deletions.
9 changes: 4 additions & 5 deletions lfs/mpd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2024 IPFire Team <[email protected]> #
# Copyright (C) 2007-2025 IPFire Team <[email protected]> #
# #
# 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 #
Expand All @@ -26,15 +26,15 @@ include Config

SUMMARY = Music Player Daemon

VER = 0.23.15
VER = 0.23.17

THISAPP = mpd-$(VER)
DL_FILE = $(THISAPP).tar.xz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/${THISAPP}
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = mpd
PAK_VER = 42
PAK_VER = 43
# SUP_ARCH = aarch64 x86_64

DEPS = alsa avahi faad2 ffmpeg flac lame libmad libshout libogg libid3tag libvorbis opus soxr fmt
Expand All @@ -49,7 +49,7 @@ objects = $(DL_FILE)

$(DL_FILE) = $(DL_FROM)/$(DL_FILE)

$(DL_FILE)_BLAKE2 = 78036078b850afab900b5d50e44ce83cbbf900369f5028d4177fdbfc4128dd3c35c59a773528a1fcfcc0179d0e579566b827fe87ef780a88082dc3b7f70cd5e7
$(DL_FILE)_BLAKE2 = 3a789244ebe38a181e0e63e32b7a3a6dd0b5f8ea081355d61dda82ba7d5788bbe5f4bf55abb3e5036be54442373d857442fc12f4b66bd9ee0c8e7051bf1f70af

install : $(TARGET)

Expand Down Expand Up @@ -82,7 +82,6 @@ $(subst %,%_BLAKE2,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/mpd-0.23.15_make_format_function_const_for_fmt-11.0.0.patch
$(UPDATE_AUTOMAKE)
cd $(DIR_APP) && meson setup \
--prefix=/usr \
Expand Down

This file was deleted.

0 comments on commit 3ea4585

Please sign in to comment.