[Pkg-mpd-commits] [pkg-mpd] branch upstream updated (cce75e1 -> 7be2afa)

Florian Schlichting fsfs at moszumanska.debian.org
Thu Aug 18 21:55:30 UTC 2016


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

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

      from  cce75e1   Imported Upstream version 0.19.17
       new  7be2afa   Imported Upstream version 0.19.18

The 1 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:
 INSTALL                                            |   2 +-
 Makefile.am                                        |  12 +-
 Makefile.in                                        | 171 ++++-
 NEWS                                               |  15 +
 config.h.in                                        |   3 +
 configure                                          | 256 +++++---
 configure.ac                                       |  35 +-
 doc/developer.xml                                  |   2 +-
 doc/doxygen.conf                                   |   2 +-
 doc/mpdconf.example                                |   2 +-
 src/Compiler.h                                     |   2 +-
 src/archive/plugins/Bzip2ArchivePlugin.cxx         |   2 +-
 src/db/update/ExcludeList.cxx                      |   2 +
 src/decoder/DecoderThread.cxx                      |   1 +
 src/decoder/plugins/FfmpegDecoderPlugin.cxx        | 707 +++++++++++----------
 src/decoder/plugins/FfmpegIo.cxx                   | 100 +++
 .../Silence.hxx => decoder/plugins/FfmpegIo.hxx}   |  30 +-
 src/decoder/plugins/FfmpegMetaData.cxx             |  32 +-
 src/decoder/plugins/FfmpegMetaData.hxx             |   4 +-
 src/decoder/plugins/SidplayDecoderPlugin.cxx       | 382 ++++++-----
 src/fs/AllocatedPath.hxx                           |   2 +-
 src/fs/Path.hxx                                    |  20 +-
 src/fs/{Path.cxx => Path2.cxx}                     |   8 +-
 .../FfmpegMetaData.hxx => lib/ffmpeg/Buffer.hxx}   |  48 +-
 .../ClientEvent.cxx => lib/ffmpeg/Init.cxx}        |  23 +-
 src/{tag/TagConfig.hxx => lib/ffmpeg/Init.hxx}     |   6 +-
 src/lib/ffmpeg/{Error.cxx => LogCallback.cxx}      |  47 +-
 src/lib/{upnp/Init.hxx => ffmpeg/LogCallback.hxx}  |  11 +-
 src/lib/ffmpeg/{Error.cxx => LogError.cxx}         |  14 +-
 src/{Stats.hxx => lib/ffmpeg/LogError.hxx}         |  12 +-
 src/lib/ffmpeg/Time.hxx                            | 104 +++
 src/lib/nfs/Manager.cxx                            |  12 +
 src/lib/nfs/Manager.hxx                            |   4 +
 src/output/plugins/ShoutOutputPlugin.cxx           |   4 +-
 src/{mixer/MixerType.cxx => pcm/Interleave.cxx}    |  36 +-
 src/{fs/CheckFile.hxx => pcm/Interleave.hxx}       |  15 +-
 src/util/{ReusableArray.hxx => ScopeExit.hxx}      |  87 +--
 37 files changed, 1433 insertions(+), 782 deletions(-)
 create mode 100644 src/decoder/plugins/FfmpegIo.cxx
 copy src/{pcm/Silence.hxx => decoder/plugins/FfmpegIo.hxx} (70%)
 copy src/fs/{Path.cxx => Path2.cxx} (86%)
 copy src/{decoder/plugins/FfmpegMetaData.hxx => lib/ffmpeg/Buffer.hxx} (53%)
 copy src/{client/ClientEvent.cxx => lib/ffmpeg/Init.cxx} (76%)
 copy src/{tag/TagConfig.hxx => lib/ffmpeg/Init.hxx} (92%)
 copy src/lib/ffmpeg/{Error.cxx => LogCallback.cxx} (50%)
 copy src/lib/{upnp/Init.hxx => ffmpeg/LogCallback.hxx} (83%)
 copy src/lib/ffmpeg/{Error.cxx => LogError.cxx} (80%)
 copy src/{Stats.hxx => lib/ffmpeg/LogError.hxx} (85%)
 create mode 100644 src/lib/ffmpeg/Time.hxx
 copy src/{mixer/MixerType.cxx => pcm/Interleave.cxx} (53%)
 copy src/{fs/CheckFile.hxx => pcm/Interleave.hxx} (72%)
 copy src/util/{ReusableArray.hxx => ScopeExit.hxx} (50%)

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