[Pkg-mpd-commits] [pkg-mpd] branch master updated (9175d7e -> 8434680)

Florian Schlichting fsfs at moszumanska.debian.org
Sun Aug 3 21:54:59 UTC 2014


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

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

      from  9175d7e   Import Upstream version 0.18.11
       new  295b937   Use an ascii upstream signing key instead of a binary one, in the new location
       new  3832f02   Imported Upstream version 0.18.12
       new  eb250f9   Merge tag 'upstream/0.18.12'
       new  92e3081   Import Upstream version 0.18.12
       new  8434680   Bump copyright years

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                                  |   3 +
 Makefile.in                                  |  98 +++++++------
 NEWS                                         |  14 ++
 configure                                    |  20 +--
 configure.ac                                 |   2 +-
 debian/changelog                             |   9 ++
 debian/copyright                             |   4 +-
 debian/source/include-binaries               |   1 -
 debian/upstream-signing-key.pgp              | Bin 4018 -> 0 bytes
 debian/upstream/signing-key.asc              |  89 ++++++++++++
 doc/doxygen.conf                             |   2 +-
 src/{Partition.cxx => BulkEdit.hxx}          |  39 +++---
 src/DatabaseSelection.cxx                    |  12 ++
 src/DatabaseSelection.hxx                    |   9 ++
 src/DecoderAPI.cxx                           |  34 +++++
 src/DecoderAPI.hxx                           |  19 +++
 src/DecoderBuffer.cxx                        |  18 +++
 src/DecoderBuffer.hxx                        |  18 +++
 src/Playlist.cxx                             |  10 +-
 src/Playlist.hxx                             |  19 ++-
 src/PlaylistControl.cxx                      |   2 +-
 src/PlaylistEdit.cxx                         |  35 +++++
 src/SongFilter.cxx                           |  10 ++
 src/SongFilter.hxx                           |  11 ++
 src/command/DatabaseCommands.cxx             |   3 +
 src/command/PlaylistCommands.cxx             |   3 +
 src/command/QueueCommands.cxx                |   8 +-
 src/db/ProxyDatabasePlugin.cxx               |  27 +++-
 src/decoder/AudiofileDecoderPlugin.cxx       |  46 +++++--
 src/decoder/DsdLib.cxx                       |  10 +-
 src/decoder/DsdLib.hxx                       |   4 -
 src/decoder/DsdiffDecoderPlugin.cxx          |  46 +++----
 src/decoder/DsfDecoderPlugin.cxx             |  11 +-
 src/decoder/FaadDecoderPlugin.cxx            | 199 ++++++++++++++-------------
 src/decoder/MadDecoderPlugin.cxx             |  29 +---
 src/decoder/OpusDecoderPlugin.cxx            |   1 +
 src/decoder/SndfileDecoderPlugin.cxx         |  55 ++++----
 src/output/HttpdClient.cxx                   |   1 +
 src/playlist/PlsPlaylistPlugin.cxx           |   1 +
 test/{run_decoder.cxx => FakeDecoderAPI.cxx} | 155 ++++++---------------
 test/dump_playlist.cxx                       |  83 -----------
 test/read_tags.cxx                           |  75 +---------
 test/run_decoder.cxx                         |  34 +++++
 43 files changed, 698 insertions(+), 571 deletions(-)
 delete mode 100644 debian/source/include-binaries
 delete mode 100644 debian/upstream-signing-key.pgp
 create mode 100644 debian/upstream/signing-key.asc
 copy src/{Partition.cxx => BulkEdit.hxx} (66%)
 copy test/{run_decoder.cxx => FakeDecoderAPI.cxx} (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