Commit Graph

57 Commits

Author SHA1 Message Date
Rudi Heitbaum
98bbc62c0d mpd: update to 0.23.15 and addon (1)
- boost: update to 1.84.0
- libmpdclient: update to 2.22
- mpd-mpc: update to 0.35
2024-01-06 08:38:07 +00:00
CvH
098fb78b49 Merge pull request #8342 from heitbaum/lib.private
Keep addon introduced private shared libraries private to the addon
2023-12-20 17:19:04 +01:00
Rudi Heitbaum
8ab89562c9 addons: reset version
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
2023-12-07 11:36:03 +00:00
Rudi Heitbaum
0bc28d2eba mpd: enable lib.private via RPATH 2023-12-03 12:16:23 +00:00
Rudi Heitbaum
5519aa715e mpd: update addon (3)
- faad2: update to 2.11.1
2023-12-01 11:13:44 +00:00
Rudi Heitbaum
4211c2a3a6 mpd: update addon (2)
- faad2: update to 2.11.0 and migrate to cmake
2023-11-14 10:58:15 +00:00
Rudi Heitbaum
4750ba4dc3 mpd: update to 0.23.14 and addon (1) 2023-11-05 02:13:40 +00:00
Rudi Heitbaum
e9a8135973 addons: reset version
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
2023-09-14 22:12:45 +00:00
Rudi Heitbaum
9557189f3f mpd: update to 0.23.13 and addon (1) 2023-09-11 10:33:51 +00:00
CvH
0d38e98b11 addons: reset version
Signed-off-by: CvH <namerp@googlemail.com>
2023-05-20 17:13:29 +02:00
Rudi Heitbaum
543f121c28 mpd: drop upstreamed patch 2023-03-21 21:26:22 +00:00
Rudi Heitbaum
e6518a7bef mpd: update to 0.23.12 and addon (1)
release notes:
- https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.12/NEWS

log:
- https://github.com/MusicPlayerDaemon/MPD/compare/v0.23.11...v0.23.12
2023-03-19 08:05:51 +00:00
CvH
75177dfc80 addons: reset version
Signed-off-by: CvH <namerp@googlemail.com>
2023-01-19 20:53:56 +01:00
CvH
44ac40421b Merge pull request #7267 from heitbaum/boost-fixes
Boost 1.81.0 fixes
2022-12-30 10:57:22 +01:00
Rudi Heitbaum
af2657e7c5 mpd: patch to support boost 1.81.0 2022-12-20 21:20:22 +00:00
Rudi Heitbaum
f47799c738 mpd: update to 0.23.11 and addon (1) 2022-12-17 07:10:34 +00:00
CvH
0f4fd5307c addons: reset versions to 0 2022-12-05 20:47:46 +01:00
CvH
66623697a7 addons: reset changelogs 2022-12-05 20:39:40 +01:00
Rudi Heitbaum
99b928bc4c mpd: update to 0.23.10 and addon (115) 2022-10-30 03:18:58 +00:00
Rudi Heitbaum
a41a5c3a1d mpd: update to 0.23.8 2022-07-12 10:05:59 +00:00
heitbaum
71c797bd22 mpd: add libopenmpt dependancy
scripts/build mpd was not including libopenmpt, this was not the case
when the addon script was run - thus getting different results. Include
libopenmpt here so as to ensure that standalone build and jenkins mpt
build are the same.
2021-12-25 02:09:32 +00:00
heitbaum
6523787844 mpd: update to 0.23.5 2021-12-25 02:09:23 +00:00
heitbaum
d204dc83ba mpd: update to 0.23.4 and addon (113) 2021-11-23 21:31:40 +11:00
heitbaum
2862f0423f mpd: update to 0.23.3 and addon (112)
update 0.22.9 (111) 2021-08-06 to 0.23.3 (112) 2021-10-31

news:
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.3/NEWS

changelog:
ver 0.23.3 (2021/10/31)
* protocol
  - add optional position parameter to "add" and "playlistadd"
  - allow range in "playlistdelete"
* database
  - fix scanning files with question mark in the name
  - inotify: fix use-after-free bug
* output
  - alsa: add option "stop_dsd_silence" to work around DSD DAC noise
* macOS: fix libfmt related build failure
* systemd: add "RuntimeDirectory" directive

ver 0.23.2 (2021/10/22)
* protocol
  - fix "albumart" timeout bug
* input
  - nfs: fix playback bug
* output
  - pipewire: send artist and title to PipeWire
  - pipewire: DSD support
* neighbor
  - mention failed plugin name in error message
* player
  - fix cross-fade regression
* fix crash with libfmt versions older than 7

ver 0.23.1 (2021/10/19)
* protocol
  - use decimal notation instead of scientific notation
  - "load" supports relative positions
* output
  - emit "mixer" idle event when replay gain changes volume
  - pipewire: emit "mixer" idle events on external volume change
  - pipewire: attempt to change the graph sample rate
  - snapcast: fix time stamp bug which caused "Failed to get chunk"
* fix libfmt linker problems
* fix broken password authentication

ver 0.23 (2021/10/14)
* protocol
  - new command "getvol"
  - show the audio format in "playlistinfo"
  - support "listfiles" with arbitrary storage plugins
  - support relative positions in "addid"
  - fix relative positions in "move" and "moveid"
  - add "position" parameter to "findadd" and "searchadd"
  - add position parameter to "load"
* database
  - proxy: require MPD 0.20 or later
  - proxy: require libmpdclient 2.11 or later
  - proxy: split search into chunks to avoid exceeding the output buffer
  - simple: add option to hide CUE target songs
  - upnp: support libnpupnp instead of libupnp
* archive
  - zzip, iso9660: ignore file names which are invalid UTF-8
* decoder
  - openmpt: new plugin
  - wavpack: fix WVC file support
* player
  - do not cross-fade songs shorter than 20 seconds
* output
  - oss: support DSD over PCM
  - pipewire: new plugin
  - snapcast: new plugin
* tags
  - new tags "ComposerSort", "Ensemble", "Movement", "MovementNumber", and "Location"
* split permission "player" from "control"
* add option "host_permissions"
* new build-time dependency: libfmt

ver 0.22.11 (2021/08/24)
* protocol
  - fix "albumart" crash
* filter
  - ffmpeg: pass "channel_layout" instead of "channels" to buffersrc
  - ffmpeg: fix "av_buffersink_get_frame() failed: Resource temporarily unavailable"
  - ffmpeg: support double-precision samples (by converting to single
precision) * Android
  - build with NDK r23
  - playlist_directory defaults to "/sdcard/Android/data/org.musicpd/files/playlists"
2021-11-02 22:33:46 +11:00
heitbaum
0e2ddb0464 mpd: update to 0.22.9 and addon (111)
Co-authored-by: CvH <1355173+CvH@users.noreply.github.com>
2021-07-01 15:05:45 +00:00