Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

mpd-doc-0.24.15-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: mpd-doc Distribution: openSUSE Tumbleweed
Version: 0.24.15 Vendor: openSUSE
Release: 1.1 Build date: Sun Aug 30 17:48:28 2026
Group: Unspecified Build host: reproducible
Size: 588008 Source RPM: mpd-0.24.15-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://musicpd.org
Summary: Additional Package Documentation
This package contains optional documentation provided in addition to this package's base documentation.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Sun Aug 30 2026 Илья Индиго <ilya@ilya.top>
  - Updated to 0.24.15
    * Changed mpd-conf.patch
    * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.15/NEWS
    * protocol: fixed crash on "sticker delete" and "sticker find"
    * database: upnp: fixed crash bug
    * input
    * alsa, curl, nfs: fixed stalled transfers
    * qobuz: use HTTPS for API requests
    * playlist
    * asx, pls, rss, xspf: limit to 16 MB
    * cue: fixed problem playing CUE tracks in music directory root
    * player: fixed noise with replay gain and cross-fade
    * storage
    * curl: bound WebDAV PROPFIND responses
    * nfs
    * work around libnfs memory leak
    * fixed use-after-free bug after timeout
    * fixed assertion failures
    * stop after 256k directory entries
    * decoder
    * dsdiff: fixed tag parser
    * dsdiff: stored audio format in database
    * dsdiff: rejected overflowing chunk offsets
    * mad: limit ID3 tags to 4 MB
    * mad: ignore implausible Xing frame counts
    * modplug, openmpt: fixed error handling bug
    * output
    * alsa
    * removed logging calls from the real-time thread
    * removed option "thesycon_dsd_workaround"
    * fixed corruption bug with "stop_dsd_silence"
    * osx
    * fixed format selection bugs
    * fixed volume truncation
    * pipewire
    * removed logging calls from the real-time thread
    * fixed uninitialized variable
    * fixed thread-safety bugs
    * fixed deadlock bug
    * fixed ring buffer corruption bug
    * supported Zeroconf with systemd socket activation
* Sat Jul 18 2026 Илья Индиго <ilya@ilya.top>
  - Removed mpd.firewalld (upstreamed in firewalld 2.3.2).
  - Removed README.mpd (Outdated instructions for ALSA).
  - Updated to 0.24.13
    * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.13/NEWS
    * configuration
    * add range checks to number parser
    * copy replay_gain_mode when creating a new partition
    * storage: curl: eliminate auth probe requests
    * decoder: opus: do not add 5 dB to Opus header playback gain
    * tags: id3: limit ID3 tags to 4 MB
    * output
    * pipewire: fix file descriptor leak bug after connect failure
    * pipewire: support the "media.album" tag
    * systemd: allow AF_NETLINK when UPnP is enabled
* Sun Jun 21 2026 Илья Индиго <ilya@ilya.top>
  - Updated to 0.24.12
    * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.12/NEWS
    * protocol: fixed path traversal bug and allow empty URI
    * playlist: do not allow newlines in song URIs
    * decoder
    * pcm: fixed stack buffer overflow
    * sidplay: added fall back to SIDLiteBuilder if ReSIDfpBuilder is unavailable
* Thu May 07 2026 Илья Индиго <ilya@ilya.top>
  - Updated to 0.24.10
    * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.10/NEWS
    * input: curl: fixed build failure after CURL 8.19 API change
    * input: cache: fixed deadlock bug
    * decoder: sidplay: supported libsidplayfp >= 3 and millisecond-precision time stamps
    * output: fixed auto-reopen after error times out
* Tue Feb 24 2026 Илья Индиго <ilya@ilya.top>
  - Used libnpupnp instead of libupnp,
    https://github.com/pupnp/pupnp/issues/528
* Fri Feb 06 2026 Илья Индиго <ilya@ilya.top>
  - Updated to 0.24.8
    * Changed mpd-conf.patch
    * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.8/NEWS
    * input: cdio_paranoia: fixed parsing of absolute device paths
    * decoder: ffmpeg: allow seeking only if both AVFormatContext and
      InputStream allow it
    * playlist: cue: strip UTF-8 byte order marker
    * disabled the iowait state for io_uring
    * fixed GCC 16 compiler warning
    * fixed spurious linker failures
    * fixed build with glibc 2.43 and liburing < 2.4
* Mon Nov 03 2025 llyyr <llyyr@yukari.in>
  - Updated to 0.24.6
    * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.6/NEWS
    * decoder
    * ffmpeg: handle "*.opus" files
    * mpg123: another workaround for libmpg123 ID3 corruption bug
    * opus: fix seeking in files with large OpusTags
    * opus, vorbis: remove METADATA_BLOCK_PICTURE size limit
* Thu Aug 14 2025 Илья Индиго <ilya@ilya.top>
  - Updated to 0.24.5
    * Changed mpd-conf.patch
    * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.5/NEWS
    * database: fixed disappearing playlist files
    * decoder
    * ffmpeg: handled "*.aif" files
    * mpg123
    * added option "full_scan"
    * added support seeking on remote files
    * fixed work around libmpg123 ID3 corruption bug
    * sidplay: addad support for PSID files
    * output: pipewire: fixed resuming playback after it was paused by "single" mode
* Fri Jul 04 2025 Илья Индиго <ilya@ilya.top>
  - Updated to 0.24.4
    * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.4/NEWS
    * protocol: fixed stuck "getfingerprint" with io_uring
    * decoder: mpg123: supported Icy stream tags and use libid3tag to parse
    * tags: id3: fixed assertion failure with broken AIFF/RIFF ID3 chunks
    * output
    * fixed resuming playback after it was paused by "single" mode
    * alsa: fixed compiler warning with alsa-lib 1.2.14
* Fri Jan 31 2025 Илья Индиго <ilya@ilya.top>
  - Updated to 0.23.17
    * Limited build to libnfs >= 4.
    * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.17/NEWS
    * protocol
    * "albumart" tries to send larger chunks if available
    * explicitly disallow "idle" and "noidle" in command lists
    * storage: nfs: required libnfs 4.0 or later
    * database: inotify: trigger update after symlink was created
    * decoder: ffmpeg: prefer over sndfile and audiofile for its DTS-WAV support
    * supported libfmt 11.1
* Sat Jan 18 2025 Илья Индиго <ilya@ilya.top>
  - Limited build to fmt 10.2.1 for Tumbleweed (fmt 11.1.1 broken).
* Wed Dec 11 2024 Илья Индиго <ilya@ilya.top>
  - Updated to 0.23.16
    * Removed files mpd-fmt11.patch and mpd-icu76.patch.
    * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.16/NEWS
    * database: fixed integer overflows with 64-bit inode numbers
    * filter: ffmpeg: fixed for filters producing no output
    * supported libfmt 11 and ICU 76
* Fri Nov 22 2024 Илья Индиго <ilya@ilya.top>
  - Added mpd-icu76.patch (fixed build with icu 76.1).
* Wed Nov 06 2024 Илья Индиго <ilya@ilya.top>
  - Added mpd-fmt11.patch (fixed build with fmt 11.2).
* Sat Apr 27 2024 Илья Индиго <ilya@ilya.top>
  - Fixed privileges of /run/mpd directory (rpm -qlv mpd | grep /run).
* Sun Feb 04 2024 Илья Индиго <ilya@ilya.top>
  - Provided user(mpd).
* Thu Dec 28 2023 Dirk Müller <dmueller@suse.com>
  - 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
* Tue Aug 29 2023 llyyr <llyyr.public@gmail.com>
  - Disable libchromaprint requirement and disable feature. This would
    cause mpd to pull in ffmpeg-4 on installation.
* Tue May 23 2023 Илья Индиго <ilya@ilya.top>
  - 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
* Wed Jan 18 2023 Илья Индиго <ilya@ilya.top>
  - 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

Files

/usr/share/doc/packages/mpd-doc
/usr/share/doc/packages/mpd-doc/_static
/usr/share/doc/packages/mpd-doc/_static/alabaster.css
/usr/share/doc/packages/mpd-doc/_static/base-stemmer.js
/usr/share/doc/packages/mpd-doc/_static/basic.css
/usr/share/doc/packages/mpd-doc/_static/css
/usr/share/doc/packages/mpd-doc/_static/css/custom.css
/usr/share/doc/packages/mpd-doc/_static/custom.css
/usr/share/doc/packages/mpd-doc/_static/doctools.js
/usr/share/doc/packages/mpd-doc/_static/documentation_options.js
/usr/share/doc/packages/mpd-doc/_static/english-stemmer.js
/usr/share/doc/packages/mpd-doc/_static/file.png
/usr/share/doc/packages/mpd-doc/_static/github-banner.svg
/usr/share/doc/packages/mpd-doc/_static/language_data.js
/usr/share/doc/packages/mpd-doc/_static/minus.png
/usr/share/doc/packages/mpd-doc/_static/plus.png
/usr/share/doc/packages/mpd-doc/_static/pygments.css
/usr/share/doc/packages/mpd-doc/_static/searchtools.js
/usr/share/doc/packages/mpd-doc/_static/sphinx_highlight.js
/usr/share/doc/packages/mpd-doc/client.html
/usr/share/doc/packages/mpd-doc/developer.html
/usr/share/doc/packages/mpd-doc/genindex.html
/usr/share/doc/packages/mpd-doc/index.html
/usr/share/doc/packages/mpd-doc/mpd.1.html
/usr/share/doc/packages/mpd-doc/mpd.conf.5.html
/usr/share/doc/packages/mpd-doc/plugins.html
/usr/share/doc/packages/mpd-doc/protocol.html
/usr/share/doc/packages/mpd-doc/search.html
/usr/share/doc/packages/mpd-doc/searchindex.js
/usr/share/doc/packages/mpd-doc/user.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Sep 1 22:30:01 2026