[Pkg-mpd-commits] [pkg-mpd] branch master updated (2707a6f -> 0f147b7)

Florian Schlichting fsfs at moszumanska.debian.org
Mon Feb 12 19:55:57 UTC 2018


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

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

      from  2707a6f   prepare changelog for release
       new  f9b88a9   New upstream version 0.20.17
       new  cc55efc   Update upstream source from tag 'upstream/0.20.17'
       new  9c728e1   Import new upstream version 0.20.17
       new  ee3bb69   Update autotools copyright year
       new  0f147b7   prepare changelog for release

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                                        |  85 ++++---
 Makefile.in                                        | 121 +++++----
 NEWS                                               |  30 +++
 aclocal.m4                                         |  44 ++--
 android/AndroidManifest.xml                        |   6 +-
 android/build.py                                   |  26 +-
 configure                                          |  22 +-
 configure.ac                                       |   4 +-
 debian/changelog                                   |   7 +
 debian/copyright                                   |   2 +-
 doc/doxygen.conf                                   |   2 +-
 doc/user.xml                                       |  21 +-
 python/build/autotools.py                          |  38 ++-
 python/build/libs.py                               | 274 +++++++++++++++++++--
 python/build/makeproject.py                        |  28 +++
 python/build/project.py                            |  26 +-
 python/build/quilt.py                              |   9 +
 src/IOThread.cxx                                   |  21 +-
 src/IOThread.hxx                                   |   5 +
 src/MusicPipe.hxx                                  |   2 +
 src/SongFilter.cxx                                 |  34 ++-
 src/SongFilter.hxx                                 |  16 +-
 src/SongSave.cxx                                   |   3 +-
 src/archive/plugins/Iso9660ArchivePlugin.cxx       |   5 +
 src/db/plugins/simple/Mount.cxx                    |  19 +-
 src/db/update/Queue.hxx                            |   4 +
 src/db/update/Service.cxx                          |  15 +-
 src/db/update/Service.hxx                          |   1 -
 src/decoder/DecoderControl.cxx                     |   3 +-
 src/decoder/DecoderControl.hxx                     |   3 +
 src/decoder/DecoderThread.cxx                      |  38 ++-
 src/event/Loop.cxx                                 |   6 +-
 src/event/Loop.hxx                                 |   3 +-
 src/filter/Observer.cxx                            |   4 +
 src/filter/plugins/ConvertFilterPlugin.cxx         |  19 +-
 src/input/ThreadInputStream.cxx                    |  11 +-
 src/input/ThreadInputStream.hxx                    |   2 +-
 src/input/plugins/FileInputPlugin.cxx              |   3 +
 src/lib/icu/Compare.hxx                            |  12 +
 src/lib/upnp/Init.cxx                              |   6 +-
 src/mixer/plugins/volume_mapping.c                 |   7 +
 src/neighbor/plugins/SmbclientNeighborPlugin.cxx   |  17 +-
 src/output/Init.cxx                                |   3 +-
 src/output/Internal.hxx                            |   1 -
 src/output/OutputThread.cxx                        |  11 +-
 src/output/plugins/HaikuOutputPlugin.cxx           |   1 -
 src/output/plugins/PulseOutputPlugin.cxx           |   4 +
 src/pcm/Order.cxx                                  |   2 +-
 src/pcm/SoxrResampler.cxx                          |   8 +
 src/pcm/SoxrResampler.hxx                          |   1 +
 src/player/Control.cxx                             |   1 +
 src/player/Control.hxx                             |   3 +
 src/player/Thread.cxx                              |  74 +++---
 src/playlist/plugins/SoundCloudPlaylistPlugin.cxx  |   2 +-
 src/protocol/ArgParser.cxx                         |   3 +-
 src/queue/PlaylistControl.cxx                      |   6 +-
 src/queue/PlaylistState.cxx                        |   7 +-
 src/storage/StorageState.cxx                       |  20 +-
 src/tag/ReplayGain.cxx                             |   9 +-
 src/thread/Id.hxx                                  |  16 +-
 src/thread/Thread.cxx                              |  50 ++--
 src/thread/Thread.hxx                              |  43 ++--
 src/thread/Util.cxx                                |  27 +-
 src/util/NumberParser.hxx                          |   5 +
 src/util/RefCount.hxx                              |   5 -
 .../NullMixerListener.hxx                          |  12 +-
 test/read_mixer.cxx                                |  10 +-
 test/run_output.cxx                                |  13 +-
 win32/build.py                                     |   6 +-
 69 files changed, 953 insertions(+), 394 deletions(-)
 create mode 100644 python/build/makeproject.py
 create mode 100644 python/build/quilt.py
 copy src/archive/ArchiveVisitor.hxx => test/NullMixerListener.hxx (75%)

-- 
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