[Pkg-mpd-commits] [pkg-mpd] branch master updated (c0f94ea -> bb4e36a)

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


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

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

      from  c0f94ea   Bump copyright years
       new  7be2afa   Imported Upstream version 0.19.18
       new  529edac   Merge tag 'upstream/0.19.18'
       new  34bef5e   Use libsidplayfp instead of libsidplay2
       new  9b848cb   Update sample mpd.conf to use the "encoder" keyword
       new  df5ab20   Add src/util/ScopeExit.hxx to debian/copyright
       new  1ef9151   Add patches for wildmidi 0.4 from upstream git
       new  bb4e36a   update changelog for release

The 7 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 +-
 debian/changelog                                   |  10 +
 debian/control                                     |   2 +-
 debian/copyright                                   |   4 +-
 debian/mpd.conf                                    |   2 +-
 ...der-wildmidi-move-code-to-wildmidi_output.patch |  54 ++
 ...-decoder-wildmidi-support-libWildMidi-0.4.patch |  32 +
 debian/patches/series                              |   2 +
 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 +--
 44 files changed, 1535 insertions(+), 786 deletions(-)
 create mode 100644 debian/patches/0001-decoder-wildmidi-move-code-to-wildmidi_output.patch
 create mode 100644 debian/patches/0001-decoder-wildmidi-support-libWildMidi-0.4.patch
 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