Skip to content

Commit

Permalink
#412 Build with 0.23.16 (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 authored Dec 26, 2024
1 parent 70c4c37 commit eb692be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-multi-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
special_tags[vanilla-noble]="${image_name}:vanilla-ubuntu-current"
declare -A mpd_version_dict
mpd_version_dict[bookworm]=0.23.15
mpd_version_dict[bookworm]=0.23.16
mpd_version_dict[vanilla-bookworm]=0.23.12
mpd_version_dict[noble]=0.23.15
mpd_version_dict[noble]=0.23.16
mpd_version_dict[vanilla-noble]=0.23.14
# select mpd version
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,23 @@ Keep in mind that the `legacy` branch will not be updated with new features. Onl
## MPD Source code

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

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

The current mpd version is `v0.23.15` 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.
The current mpd version is `v0.23.16` 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.
Vanilla versions only have the repo binary.
The `mpdscribble` version depends on the base image. See the following table:

### Image tags

Base Image|Tags|Compiled MPD version|Repo MPD version|MPDScribble version
:---|:---|:---|:---|:---
giof71/mpd-compiler:bookworm|**latest**, **stable**, bookworm|0.23.15|[0.23.12](https://packages.debian.org/bookworm/mpd)|[0.24](https://packages.debian.org/bookworm/mpdscribble)
giof71/mpd-compiler:noble|noble, ubuntu-current|0.23.15|[0.23.14](https://packages.ubuntu.com/noble/mpd)|[0.25](https://packages.ubuntu.com/noble/mpdscribble)
giof71/mpd-compiler:bookworm|**latest**, **stable**, bookworm|0.23.16|[0.23.12](https://packages.debian.org/bookworm/mpd)|[0.24](https://packages.debian.org/bookworm/mpdscribble)
giof71/mpd-compiler:noble|noble, ubuntu-current|0.23.16|[0.23.14](https://packages.ubuntu.com/noble/mpd)|[0.25](https://packages.ubuntu.com/noble/mpdscribble)
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)
ubuntu:noble|vanilla-noble, vanilla-ubuntu-current|-|[0.23.14](https://packages.ubuntu.com/noble/mpd)|[0.25](https://packages.ubuntu.com/noble/mpdscribble)

Expand Down
1 change: 1 addition & 0 deletions doc/change-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Date|Major Changes
:---|:---
2024-12-26|Bump to version 0.23.14 (see issue [#412](https://github.com/GioF71/mpd-alsa-docker/issues/412))
2024-10-11|Support for `stop_dsd_silence` (see issue [#410](https://github.com/GioF71/mpd-alsa-docker/issues/410))
2024-09-21|Fix CURL_PROXY interpretation (thank you [tantra35](https://github.com/tantra35))
2024-09-21|Use exec instead of eval, avoid root process (thank you [tantra35](https://github.com/tantra35))
Expand Down

0 comments on commit eb692be

Please sign in to comment.