[libaudio-scan-perl] branch master updated (478424e -> 12e3298)

Florian Schlichting fsfs at moszumanska.debian.org
Tue Nov 22 20:46:09 UTC 2016


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

fsfs pushed a change to branch master
in repository libaudio-scan-perl.

      from  478424e   update changelog
      adds  6e7d56f   New upstream version 0.96
       new  c66cb07   Merge tag 'upstream/0.96'
       new  ae00e0b   Update debian/changelog
       new  6e4f19d   Drop Files-Excluded, bundled zlib is no longer shipped in the upstream tarball
       new  30e900d   Update upstream contact address and copyright years
       new  55a09c8   Declare compliance with Debian Policy 3.9.8
       new  9ad38bb   Fix file name in d/copyright
       new  12e3298   prepare 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:
 Changes                     |  20 +-
 MANIFEST                    |  70 +++---
 META.json                   |  42 ++++
 META.yml                    |  39 +--
 MYMETA.json                 |  42 ++++
 MYMETA.yml                  |  23 ++
 Makefile.PL                 |  28 +--
 README                      |   2 +-
 README.win32                |  19 +-
 Scan.xs                     |   6 +
 debian/changelog            |  13 +-
 debian/control              |   2 +-
 debian/copyright            |   7 +-
 hints/darwin.pl             |  50 ----
 include/ape.h               |  12 +-
 include/{ogg.h => dsdiff.h} |   8 +-
 include/{ogg.h => dsf.h}    |   8 +-
 include/id3.h               |  14 +-
 include/md5.h               |   2 +-
 lib/Audio/Scan.pm           |  53 ++++-
 src/asf.c                   | 564 ++++++++++++++++++++++----------------------
 src/dsdiff.c                | 273 +++++++++++++++++++++
 src/dsf.c                   | 133 +++++++++++
 src/id3.c                   | 494 +++++++++++++++++++-------------------
 src/id3_compat.c            |   2 +-
 src/id3_compat.gperf        |   2 +-
 src/id3_frametype.c         |   2 +-
 src/id3_frametype.gperf     |   2 +-
 src/mac.c                   |  12 +-
 src/md5.c                   |   2 +-
 src/mpc.c                   |  66 +++---
 src/ogg.c                   | 210 +++++++++--------
 src/wav.c                   |  21 +-
 src/wavpack.c               | 178 +++++++-------
 t/aiff.t                    |   6 +-
 t/dsdiff.t                  |  43 ++++
 t/dsdiff/dff128.dff         | Bin 0 -> 48234 bytes
 t/dsdiff/dff64.dff          | Bin 0 -> 40734 bytes
 t/dsf.t                     |  55 +++++
 t/dsf/dsf128.dsf            | Bin 0 -> 49350 bytes
 t/dsf/dsf64.dsf             | Bin 0 -> 41158 bytes
 t/musepack.t                |  18 +-
 t/ogg.t                     |  74 +++---
 t/ogg/tachos_melody.ogg     | Bin 0 -> 10268 bytes
 tools/audio_scan.pl         |  15 ++
 45 files changed, 1647 insertions(+), 985 deletions(-)
 create mode 100644 META.json
 create mode 100644 MYMETA.json
 create mode 100644 MYMETA.yml
 delete mode 100644 hints/darwin.pl
 copy include/{ogg.h => dsdiff.h} (62%)
 copy include/{ogg.h => dsf.h} (63%)
 create mode 100644 src/dsdiff.c
 create mode 100644 src/dsf.c
 create mode 100644 t/dsdiff.t
 create mode 100755 t/dsdiff/dff128.dff
 create mode 100755 t/dsdiff/dff64.dff
 create mode 100644 t/dsf.t
 create mode 100755 t/dsf/dsf128.dsf
 create mode 100755 t/dsf/dsf64.dsf
 create mode 100644 t/ogg/tachos_melody.ogg
 create mode 100755 tools/audio_scan.pl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libaudio-scan-perl.git



More information about the Pkg-perl-cvs-commits mailing list