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

mpd-doc-0.24.8-2.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: mpd-doc Distribution: openSUSE Tumbleweed
Version: 0.24.8 Vendor: openSUSE
Release: 2.2 Build date: Tue Feb 24 13:28:02 2026
Group: Unspecified Build host: reproducible
Size: 537202 Source RPM: mpd-0.24.8-2.2.src.rpm
Packager: https://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

* 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/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/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, Wed Apr 1 23:20:22 2026