Skip to content

Commit dfac0bc

Browse files
authored
#453 bump mpd to 0.24.8 (#454)
1 parent 2bf4639 commit dfac0bc

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/docker-multi-arch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ jobs:
8686
special_tags[vanilla-noble]="${image_name}:vanilla-ubuntu-current"
8787
8888
declare -A mpd_version_dict
89-
mpd_version_dict[bookworm]=0.24.6
89+
mpd_version_dict[bookworm]=0.24.8
9090
mpd_version_dict[vanilla-bookworm]=0.23.12
91-
mpd_version_dict[noble]=0.24.6
91+
mpd_version_dict[noble]=0.24.8
9292
mpd_version_dict[vanilla-noble]=0.23.14
9393
9494
# select mpd version

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,22 @@ Keep in mind that the `legacy` branch will not be updated with new features. Onl
5858
## MPD Source code
5959

6060
The source code for the patched MPD is in this GitHub [repo](https://github.com/GioF71/MPD).
61-
The `version-0.24.6` tag is in-line with the GitHub [upstream repo](https://github.com/MusicPlayerDaemon/MPD) at version 0.24.6.
62-
The `version-0.24.6-ups` tag contains a patch which is used when `INTEGER_UPSAMPLING` is set to `yes`. Use at your own risk.
61+
The `version-0.24.8` tag is in-line with the GitHub [upstream repo](https://github.com/MusicPlayerDaemon/MPD) at version 0.24.8.
62+
The `version-0.24.8-ups` tag contains a patch which is used when `INTEGER_UPSAMPLING` is set to `yes`. Use at your own risk.
6363
Two binaries are available in the container image:
6464

6565
- /app/bin/compiled/mpd (upstream version)
6666
- /app/bin/compiled/mpd-ups (patched version)
6767

68-
The current mpd version is `v0.24.6` when using [giof71/mpd-compiler-docker](https://github.com/GioF71/mpd-compiler-docker) as the base image (Docker Repo [here](https://hub.docker.com/r/giof71/mpd-compiler)). The repo binary is installed also in this case.
68+
The current mpd version is `v0.24.8` when using [giof71/mpd-compiler-docker](https://github.com/GioF71/mpd-compiler-docker) as the base image ([Docker repo here](https://hub.docker.com/r/giof71/mpd-compiler)). The repo binary is installed also in this case.
6969
Vanilla versions only have the repo binary.
7070
The `mpdscribble` version depends on the base image. See the following table:
7171

7272
### Image tags
7373

7474
Base Image|Tags|Compiled MPD version|Repo MPD version|MPDScribble version
7575
:---|:---|:---|:---|:---
76-
giof71/mpd-compiler:bookworm|**latest**, **stable**, bookworm|0.24.6|[0.23.12](https://packages.debian.org/bookworm/mpd)|[0.24](https://packages.debian.org/bookworm/mpdscribble)
76+
giof71/mpd-compiler:bookworm|**latest**, **stable**, bookworm|0.24.8|[0.23.12](https://packages.debian.org/bookworm/mpd)|[0.24](https://packages.debian.org/bookworm/mpdscribble)
7777
debian:bookworm-slim|**vanilla-latest**, **vanilla-stable**, **vanilla**, vanilla-bookworm|-|[0.23.12](https://packages.debian.org/bookworm/mpd)|[0.24](https://packages.debian.org/bookworm/mpdscribble)
7878

7979
## Usage

doc/change-history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Date|Major Changes
44
:---|:---
5+
2026-02-24|Bump to version 0.24.8 (see issue [#453](https://github.com/GioF71/mpd-alsa-docker/issues/453))
56
2025-10-23|Bump to version 0.24.6 (see issue [#451](https://github.com/GioF71/mpd-alsa-docker/issues/451))
67
2025-08-03|Bump to version 0.24.5 (see issue [#448](https://github.com/GioF71/mpd-alsa-docker/issues/448))
78
2025-06-15|Add support for linux/arm/v6 (see issue [#446](https://github.com/GioF71/mpd-alsa-docker/issues/446))

local-build-and-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
TODAY=$(date '+%Y-%m-%d')
4-
MPD_VERSION=0.24.6
4+
MPD_VERSION=0.24.8
55

66
echo "TODAY=${TODAY}"
77

0 commit comments

Comments
 (0)