Commit graph

42 commits

Author SHA1 Message Date
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
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
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
heitbaum
284df79894 mpd: update to 0.22.6
update 0.22.3 (2020-11-06) to 0.22.6 (2021-02-16)
changelog: https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.6/NEWS
2021-03-09 21:46:06 +00:00
Ian Leonard
eeab3d92b4 addons: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:41 +00:00
CvH
d3fad11d8c mpd: update to 0.22.3 2020-11-17 19:18:25 +01:00
CvH
c0522d6a1d mpd: update to 0.21.24 2020-06-24 00:51:26 +02:00
Andre Heider
2e74877c08 mpd: cleanup and use the "sysroot" build flag 2020-02-10 08:53:39 +01:00
MilhouseVH
fd539d0663 packages: use $(get_pkg_version_maj_min) 2020-01-13 21:18:51 +00:00
Andre Heider
3c8862a701 build: add and use get_install_dir()
Don't hardcode get_build_dir()/.install_pkg in multiple places.
2019-12-31 11:26:49 +01:00
Sascha Kuehndel (InuSasha)
1ce8d8bf20
mpd: drop LIBS, not needed with meson 2019-09-19 11:18:33 +02:00
MilhouseVH
dce6eceb58 mpd: update to mpd-0.21.9 2019-08-14 14:25:04 +01:00
MilhouseVH
fd7aa8e53b mpd: update to mpd-0.21.8 2019-08-14 14:25:03 +01:00
MilhouseVH
fd66be981d mpd: fix dependency 2019-02-13 15:10:54 +00:00
CvH
b97cf1736b mpd: change to meson 2019-01-28 12:49:31 +01:00
CvH
c16ae74dfd mpd: update to 0.21.4 2019-01-24 22:27:25 +01:00
MilhouseVH
33483b5baf mpd: fix intertwined vars and funcs 2018-12-30 04:47:32 +00:00
CvH
cc7888a669 mpd: update to 0.20.21 2018-08-26 22:42:29 +02:00
CvH
ca33bf8cd7 spdx: packages/addons 2018-07-17 23:58:49 +02:00
CvH
2b10e19a36 mpd: update to 0.20.19
- adds mpd cli client (mpc)
2018-05-08 23:48:07 +02:00
cvh
6fd178bb21 mpd: update to 0.20.13 2018-01-01 17:00:54 +01:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
cvh
2cff110bb5 mpd: update to 0.20.9 2017-06-24 18:15:53 +02:00
MilhouseVH
c7b9e90ce4 addons: bump PKG_REV 2017-05-10 22:32:57 +01:00
cvh
846ff330f5 mpd: update to 0.20.3 2017-01-28 02:31:51 +01:00
awiouy
ca5c821790 mpd: disable autoreconf 2016-11-15 20:51:46 +01:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
awiouy
063df1797e Decommission PKG_ADDON_REPOVERSION 2016-09-13 08:13:07 +02:00
islipfd19
05de498aea mpd: enable build from clean 2016-06-17 12:49:56 -04:00
cvh
1192fd6601 mpd: fix description 2016-06-04 10:51:19 +02:00
cvh
9d18f83caa mpd: cleanup and change descriptions 2016-06-02 08:45:43 +02:00
MilhouseVH
9deb60e480 mpd: Bump rev, needs a clean build (static link libogg) 2016-05-11 23:00:35 +01:00
MilhouseVH
85b0201739 addons: mpd - initial package 2016-05-03 17:20:25 +01:00