Revisions of mpd

Илья Индиго's avatar Илья Индиго (13ilya) accepted request 912565 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 78)
- Updated to 0.22.10
  * https://github.com/MusicPlayerDaemon/MPD/blob/v0.22.10/NEWS
  * protocol: support "albumart" for virtual tracks in CUE sheets
  * database: simple:
    * fix crash bug
    * fix absolute paths in CUE "as_directory" entries
    * prune CUE entries from database for non-existent songs
  * input:
    * curl: fix crash bug after stream with Icy metadata was closed
      by peer
    * tidal: remove defunct unmaintained plugin
  * tags: fix crash caused by bug in TagBuilder and a few potential
    reference leaks
  * output
    * httpd: fix missing tag after seeking into a new song
    * oss: fix channel order of multi-channel files
  * mixer: alsa: fix yet more rounding errors.
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 902615 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 77)
- Updated to 0.22.9
  * https://github.com/MusicPlayerDaemon/MPD/blob/v0.22.9/NEWS
  * database: simple: load all .mpdignore files of all parent directories
  * tags: fix: "readcomments" and "readpicture" on remote files with ID3 tags
  * decoder: ffmpeg:
    * support the tags "sort_album", "album-sort", "artist-sort"
    * fix build failure with FFmpeg 3.4
buildservice-autocommit accepted request 896179 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 76)
baserev update by copy to link target
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 896178 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 75)
- Update to 0.22.8
  * https://github.com/MusicPlayerDaemon/MPD/blob/v0.22.8/NEWS
  * fix crash bug in "albumart" command (0.22.7 regression)
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 896171 from Fabian Niepelt's avatar Fabian Niepelt (fniepelt) (revision 74)
- Update to 0.22.8
  * https://github.com/MusicPlayerDaemon/MPD/blob/v0.22.8/NEWS
  * fix crash bug in "albumart" command (0.22.7 regression) 
buildservice-autocommit accepted request 894725 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 73)
baserev update by copy to link target
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 894724 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 72)
- Update to 0.22.7
  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.7/NEWS
  * protocol:
    * don't use glibc extension to parse time stamps
    * optimize the "albumart" command
  * input:
    * curl: send user/password in the first request, save one roundtrip
  * decoder:
    * ffmpeg: fix build problem with FFmpeg 3.4
    * gme: support RSN files
  * storage: curl: don't use glibc extension
  * database: simple: fix database corruption bug
  * output:
    * fix crash when pausing with multiple partitions
    * httpd: send header "Access-Control-Allow-Origin: *"
buildservice-autocommit accepted request 873980 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 71)
baserev update by copy to link target
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 873937 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 70)
- update to 0.22.6:
  * fix missing tags on songs in queue
  - error for malformed ranges instead of ignoring silently
  - better error message for open-ended range with "move"
  - simple: fix missing CUE sheet metadata in "addid" command
  - id: translate TPE3 to Conductor, not Performer
  - iso9660: another fix for unaligned reads
  - httpd: error handling on Windows improved
  - pulse: fix deadlock with "always_on"
buildservice-autocommit accepted request 866237 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 69)
baserev update by copy to link target
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 866236 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 68)
- Update to 0.22.4
  * refresh mpd-conf.patch
  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.4/NEWS
  * protocol:
    * add command "binarylimit" to allow larger chunk sizes
    * fix "readpicture" on 32 bit machines
    * show duration and tags of songs in virtual playlist (CUE) folders
  * storage: curl: fix several WebDAV protocol bugs
  * decoder: dsdiff: apply padding to odd-sized chunks
  * filter: ffmpeg: detect the output sample format
  * output: moveoutput: fix always_on and tag lost on move
buildservice-autocommit accepted request 847042 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 67)
baserev update by copy to link target
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 847041 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 66)
- Update to 0.22.3
  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.3/NEWS
  * playlist
    * add option "as_directory", making CUE file expansion optional
  * storage: curl: fix crash bug
  * filter
    * fix garbage after "Audio format not supported by filter" message
    * ffmpeg: support planar output
    * ffmpeg: support sample formats other than 16 bit
buildservice-autocommit accepted request 844681 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 65)
baserev update by copy to link target
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 844680 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 64)
- Update to 0.22.2
  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.2/NEWS
  * database: simple: purge songs and virtual directories for unavailable
    plugins on update
  * decoder
    * opus: apply the OpusHead output gain even if there is no EBU R128 tag
    * opus: fix track/album ReplayGain fallback
  * input
    * qobuz/tidal: fix protocol errors due to newlines in error messages
    * smbclient: disable by default due to libsmbclient crash bug
  * output
    * alsa: don't deadlock when the ALSA driver is buggy
    * jack, pulse: reduce the delay when stopping or pausing playback
  * playlist
    * cue: fix two crash bugs
    * soundcloud: fix protocol errors due to newlines in error messages
  * state_file
    * fix the state_file_interval setting
    * save on shutdown
buildservice-autocommit accepted request 838624 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 63)
baserev update by copy to link target
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 838623 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 62)
- Refresh spec-file via spec-cleaner and manual optimizations
  * Removed unnecessary constructions and comments.
  * Add sig-file.
  * Add mpd.firewalld file with 6600 and 8000 tcp ports for firewalld.
  * Add mpd.tmpfiles.d for /run/mpd directory.
  * Enable build documentation and add separate doc package.
  * Remove patch mpd-docs.patch (needless).
- Change patch mpd-mpdconf_suse.patch and rename to mpd-conf.patch.
  * Change and set log_file option to "/var/log/mpd.log".
  * Change and set pid_file and bind_to_address to /run/mpd/* directory.
  * Add additional description for log_level option and set to "warning".
  * Set auto_update and zeroconf_enabled options to "no".
  * Remove prefix "My " in name options alsa and httpd output devices.
  * Change option device in alsa_output to "plug:plugequal" for alsaequal.
  * Add optional option mixer_control in alsa_output with value "Master".
  * Change quality, bitrate and format options in output devices.
- Change mpd-user.conf file: add alsa audio_output and drop id3v1_encoding.
- Update to 0.22
  * Add BuildRequires for cmake, python3-Sphinx and pkgconfig(liburing).
  * Increased the minimum version for meson to 0.49.0.
  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22/NEWS
  * protocol
    * "findadd"/"searchadd"/"searchaddpl" support the "sort" and
    * "window" parameters
    * add command "readpicture" to download embedded pictures
    * command "moveoutput" moves an output between partitions
    * command "delpartition" deletes a partition
    * show partition name in "status" response
  * tags: new tags "Grouping" (for ID3 "TIT1"), "Work" and "Conductor"
  * input
    * curl: support "charset" parameter in URI fragment
    * ffmpeg: allow partial reads
    * io_uring: new plugin for local files on Linux (using liburing)
    * smbclient: close unused SMB/CIFS connections
  * database: upnp: drop support for libupnp versions older than 1.8
  * playlist
    * cue: integrate contents in database
    * flac: support reading CUE sheets from remote FLAC files
  * decoder
    * ffmpeg: support RTSP
    * mad: remove option "gapless", always do gapless
    * sidplay: add option "default_genre"
    * sidplay: map SID name field to "Album" tag
    * sidplay: add support for new song length format with libsidplayfp 2.0
    * vorbis, opus: improve seeking accuracy
  * filter
    * ffmpeg: new plugin based on FFmpeg's libavfilter library
    * hdcd: new plugin based on FFmpeg's "af_hdcd" for HDCD playback
    * volume: convert S16 to S24 to preserve quality and reduce dithering noise
    * dsd: add integer-only DSD to PCM converter
  * output
    * jack: add option "auto_destination_ports"
    * jack: report error details
    * pulse: add option "media_role"
    * solaris: support S8 and S32
  * lower the real-time priority from 50 to 40
  * switch to C++17 GCC 8 or clang 5 (or newer) recommended
buildservice-autocommit accepted request 836224 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 61)
baserev update by copy to link target
Илья Индиго's avatar Илья Индиго (13ilya) accepted request 836223 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 60)
- update to 0.21.26:
  * database
    - inotify: obey ".mpdignore" files
  * output
    - osx: fix crash bug
    - sles: support floating point samples
  * archive
    - bzip2: fix crash on corrupt bzip2 file
    - bzip2: flush output at end of input file
    - iso9660: fix unaligned reads
    - iso9660: support seeking
    - zzip: fix crash on corrupt ZIP file
  * decoder
    - ffmpeg: remove "rtsp://" from the list of supported protocols
    - ffmpeg: add "hls+http://" to the list of supported protocols
    - opus: support the gain value from the Opus header
    - sndfile: fix lost samples at end of file
  * fix "single" mode bug after resuming playback
  * the default log_level is "default", not "info"
buildservice-autocommit accepted request 827892 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 59)
baserev update by copy to link target
Displaying revisions 41 - 60 of 118
openSUSE Build Service is sponsored by