[Pkg-mpd-commits] [pkg-mpd] 02/05: Update upstream source from tag 'upstream/0.20.11'

Florian Schlichting fsfs at moszumanska.debian.org
Wed Nov 15 19:55:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository pkg-mpd.

commit cb4416dba46a931b60a61cc2a5a2236de95a43a2
Merge: a321351 5b328d7
Author: Florian Schlichting <fsfs at debian.org>
Date:   Wed Nov 15 20:23:00 2017 +0100

    Update upstream source from tag 'upstream/0.20.11'
    
    Update to upstream version '0.20.11'
    with Debian dir ec31e99cca3cc4c8f57267931042c6e3b8c5148b

 .gitignore                                         |   1 -
 AUTHORS                                            |   1 +
 Makefile.am                                        |   5 +
 Makefile.in                                        |  96 ++++++++++++++--
 NEWS                                               |  21 ++++
 android/build.py                                   |   4 +
 config.h.in                                        |   3 +
 configure                                          |  33 ++++--
 configure.ac                                       |   5 +-
 doc/doxygen.conf                                   |   2 +-
 doc/protocol.xml                                   |  13 ++-
 doc/user.xml                                       |  61 +++++++++-
 src/PlaylistFile.cxx                               |  11 +-
 src/PlaylistSave.cxx                               |  18 ++-
 src/SongFilter.cxx                                 |  19 +---
 src/SongFilter.hxx                                 |   8 +-
 src/db/Selection.cxx                               |   1 +
 src/decoder/DecoderThread.cxx                      |   1 +
 src/decoder/plugins/FfmpegDecoderPlugin.cxx        |   8 +-
 src/decoder/plugins/FfmpegMetaData.cxx             |   6 +
 src/decoder/plugins/GmeDecoderPlugin.cxx           |   4 +-
 src/lib/icu/{Collate.cxx => CaseFold.cxx}          | 124 ++-------------------
 src/lib/icu/{Collate.hxx => CaseFold.hxx}          |  25 ++---
 src/lib/icu/Collate.cxx                            |  69 ------------
 src/lib/icu/Collate.hxx                            |   6 -
 src/lib/icu/Compare.cxx                            |  66 +++++++++++
 src/lib/icu/{Collate.hxx => Compare.hxx}           |  40 ++++---
 src/mixer/MixerList.hxx                            |   1 +
 src/mixer/plugins/OSXMixerPlugin.cxx               |  69 ++++++++++++
 src/output/plugins/OSXOutputPlugin.cxx             |  57 +++++++++-
 src/output/plugins/OSXOutputPlugin.hxx             |   8 ++
 src/output/plugins/SndioOutputPlugin.cxx           |  34 +++---
 src/player/Thread.cxx                              |   2 +-
 src/queue/Playlist.cxx                             |   3 +-
 src/queue/Playlist.hxx                             |  12 ++
 src/queue/PlaylistControl.cxx                      |  34 ++++--
 src/queue/Queue.cxx                                |  21 +++-
 src/queue/Queue.hxx                                |  22 +++-
 src/storage/plugins/CurlStorage.cxx                |  20 +++-
 src/tag/Aiff.cxx                                   |   2 +-
 .../icu/Collate.hxx => tag/Id3MusicBrainz.cxx}     |  41 +++----
 .../OSXOutputPlugin.hxx => tag/Id3MusicBrainz.hxx} |   6 +-
 src/tag/TagId3.cxx                                 |  16 +--
 src/util/FormatString.cxx                          |   2 +-
 44 files changed, 647 insertions(+), 354 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpd.git



More information about the Pkg-mpd-commits mailing list