Revisions of mpd

buildservice-autocommit accepted request 1170512 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 118)
baserev update by copy to link target
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 1170510 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 117)
- Fixed privileges of /run/mpd directory (rpm -qlv mpd | grep /run).
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 1170507 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 116)
- Fixed privileges of /run/mpd directory (rpm -qlv mpd | grep /run).
buildservice-autocommit accepted request 1144031 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 115)
baserev update by copy to link target
buildservice-autocommit accepted request 1135538 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 113)
baserev update by copy to link target
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 1135530 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 112)
- update to 0.23.15:
  * ffmpeg: fix build failure with FFmpeg 6.1
  * alsa: limit buffer time to 2 seconds
  * flac: fix scanning files with non-ASCII names on Windows
  * mad: fix calculation of LAME peak values
  * wasapi: fix problem setting volume
  * more libfmt 10 fixes
  * fix auto-detected systemd unit directory

- Removed fix-build-ffmpeg5.patch.
  * fix crash bug in "albumart" command (0.22.7 regression)
  * the default log_level is "default", not "info"
    * include command name in error responses
buildservice-autocommit accepted request 1107984 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 111)
baserev update by copy to link target
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 1107977 from llyyr's avatar llyyr (llyyr) (revision 110)
- Disable libchromaprint requirement and disable feature. This would
  cause mpd to pull in ffmpeg-4 on installation.

We can patch libchromaprint to use ffmpeg-5, but that still won't bring us to ffmpeg-6. There no need to bring ffmpeg-4 or ffmpeg-5 for such a niche feature, so just disable it entirely. If someone complains I'll look into making libchromaprint work with ffmpeg-6.
buildservice-autocommit accepted request 1088738 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 109)
baserev update by copy to link target
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 1088737 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 108)
- Updated to 0.23.13
  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.13/NEWS
  * input: curl: fixed busy loop after connection failed
  * input: curl: hided "404" log messages for non-existent ".mpdignore" files
  * archive: zzip: fixed crash bug
  * database: simple: revealed hidden songs after deleting containing CUE
  * decoder: ffmpeg: reordered to a lower priority than "gme"
  * decoder: gme: required GME 0.6 or later
  * output: pipewire: fixed corruption bug due to missing lock
  * linux: shut down if parent process dies in --no-daemon mode
  * linux: determine systemd unit directories via pkg-config
  * supported libfmt 10
buildservice-autocommit accepted request 1059359 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 107)
baserev update by copy to link target
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 1059358 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 106)
- Updated to 0.23.12
  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.12/NEWS
  * input: curl: require CURL 7.55.0 or later
  * decoder: mad: fixed integer underflow with very small files
  * tags: fixed crash bug due to race condition
  * output: pipewire: adjust to PipeWire 0.3.64 API change
  * fixed build failures with GCC 13
buildservice-autocommit accepted request 1039907 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 105)
baserev update by copy to link target
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 1039887 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 104)
- update to 0.23.11:
  - simple: move default database to ~/.cache/mpd/db from ~/.cache/mpd.db
  - simple: default "cache_directory" to ~/.cache/mpd/mounts
- add keyring
buildservice-autocommit accepted request 1011997 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 103)
baserev update by copy to link target
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 1011994 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 102)
- Updated to 0.23.10
  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.10/NEWS
  * storage: curl: fixed file time stamps
  * decoder: ffmpeg: fixed libfmt 9 compiler warning
  * encoder: flac: fixed failure when libFLAC is built without Ogg support
  * output: alsa: fixed crash bug
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 1011990 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 101)
- Updated to 0.23.10
  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.10/NEWS
  * storage: curl: fixed file time stamps
  * decoder: ffmpeg: fixed libfmt 9 compiler warning
  * encoder: flac: fixed failure when libFLAC is built without Ogg support
  * output: alsa: fixed crash bug
buildservice-autocommit accepted request 998961 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 100)
baserev update by copy to link target
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 998960 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 99)
- Updated to 0.23.9
  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.9/NEWS
  * input: cdio_paranoia: added options "mode" and "skip"
  * decoder: ffmpeg: added support FFmpeg 5.1
  * filter: replay gain: fixed delayed volume display with handler=mixer
  * output: pipewire: set app icon
  * fixed bogus volume levels with multiple partitions
  * improved iconv detection
- Removed fix-build-ffmpeg5.patch.
Displaying revisions 1 - 20 of 118
openSUSE Build Service is sponsored by