Skip to content

Commit

Permalink
Update to 0.98
Browse files Browse the repository at this point in the history
Upstream changes:
0.98    2017-04-28
        - RT #119101, stop including MYMETA files in the tarball.

0.97    2017-04-27
        - WAV: GH #2, fixed an integer overflow error that could result in an incorrect song_length_ms
          for >16-bit files.

0.96    2016-11-21
        - Ogg: RT #118888, fixed crash when trying to read Vorbis comments in an
          incorrectly framed file with a bad terminal header page.
        - Removed hints/darwin.pl, don't try to be smarter than Perl about how to build things.
        - Fixed various minor compiler warnings output by the latest clang on macOS.

0.95    Unreleased community build
        - Improved DFF parsing for files which end with corrupted chunk. (Adrian Smith)
        - Improved ID3 support for DFF files. (Adrian Smith)

0.94    Unreleased community build
        - DSF/DFF: Support dsd file scanning for dsd and dsdiff files. (Kimmo Taskinen)
        - AIFF: Fixed scanning of 24 bit files. (Adrian Smith)
  • Loading branch information
wen committed Apr 29, 2017
1 parent 08ac7f1 commit 6938d16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions audio/p5-Audio-Scan/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.17 2016/06/08 19:22:15 wiz Exp $
# $NetBSD: Makefile,v 1.18 2017/04/29 08:32:33 wen Exp $

DISTNAME= Audio-Scan-0.93
DISTNAME= Audio-Scan-0.98
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AG/AGRUNDMA/}

Expand Down
10 changes: 5 additions & 5 deletions audio/p5-Audio-Scan/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.11 2015/11/03 01:12:44 agc Exp $
$NetBSD: distinfo,v 1.12 2017/04/29 08:32:33 wen Exp $

SHA1 (Audio-Scan-0.93.tar.gz) = 2d6beeb154491dbd45dc13c3ce086c3194eac2fa
RMD160 (Audio-Scan-0.93.tar.gz) = f7fb97810d84e023c78676480ac06486d1f29db8
SHA512 (Audio-Scan-0.93.tar.gz) = 1e82f8ff35744a14626777450c87e15d7f0e5ada7f6643c5f9b38a599068cacef50ae83b525292440085de4593ad625abf5ee61282b59f64b1349d5d8f29e99a
Size (Audio-Scan-0.93.tar.gz) = 3347237 bytes
SHA1 (Audio-Scan-0.98.tar.gz) = 656135359652148ec7ec03f4bc42a85e92f58f32
RMD160 (Audio-Scan-0.98.tar.gz) = 1202989fc096ede03e2007c5234d3e14a605c6d1
SHA512 (Audio-Scan-0.98.tar.gz) = 58b30c0a4c0ec2a8612d846e9fe2680444ce745d60c3670f22686c0283245904f0506e3e362767493ad5f4aa28cebd685d12e87db3a7644edc31e2633d7342f2
Size (Audio-Scan-0.98.tar.gz) = 3388257 bytes

0 comments on commit 6938d16

Please sign in to comment.