pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/p5-Audio-Scan



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 26 09:59:22 UTC 2017

Modified Files:
        pkgsrc/audio/p5-Audio-Scan: Makefile distinfo

Log Message:
p5-Audio-Scan: update to 0.99.

0.99    2017-11-24
        - Fixed a bug where an incorrect audio offset was returned when using
          NO_ARTWORK and reading a file with an ID3v2.2 or v2.3 unsynchronization bit
          set. The artwork in this type of file is only available when scanning in
          normal mode (without NO_ARTWORK).
        - Added id3_was_unsynced => 1 to the info section for v2.2/v2.3 files with the
          whole-tag unsync bit set. This type of tag is generally harmful to parser performance,
          so this flag might be useful if you want to find and upgrade this type of tag to v2.4.
        - DSF: WAV_BLOCK_SIZE was being used instead of DSF_BLOCK_SIZE. (Kimmo Taskinen)
        - ID3: Support for reading ID3 tags located >4GB into a file, such as in very large
          DSF files. (Kimmo Taskinen)
        - WavPack: Read correct samplerate and bits_per_sample for DSD files. (Kimmo Taskinen)
        - DSF/DFF: added bitrate to info hash.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/p5-Audio-Scan/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/p5-Audio-Scan/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/p5-Audio-Scan/Makefile
diff -u pkgsrc/audio/p5-Audio-Scan/Makefile:1.19 pkgsrc/audio/p5-Audio-Scan/Makefile:1.20
--- pkgsrc/audio/p5-Audio-Scan/Makefile:1.19    Mon Jun  5 14:22:17 2017
+++ pkgsrc/audio/p5-Audio-Scan/Makefile Sun Nov 26 09:59:22 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2017/06/05 14:22:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.20 2017/11/26 09:59:22 wiz Exp $
 
-DISTNAME=      Audio-Scan-0.98
+DISTNAME=      Audio-Scan-0.99
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    audio perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AG/AGRUNDMA/}
 
@@ -11,6 +10,9 @@ HOMEPAGE=     http://search.cpan.org/dist/Au
 COMMENT=       XS parser for MP3, MP4, Ogg Vorbis, etc
 LICENSE=       gnu-gpl-v2
 
+# TEST_DEPENDS
+BUILD_DEPENDS+=        p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
+
 PERL5_PACKLIST=                auto/Audio/Scan/.packlist
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes

Index: pkgsrc/audio/p5-Audio-Scan/distinfo
diff -u pkgsrc/audio/p5-Audio-Scan/distinfo:1.12 pkgsrc/audio/p5-Audio-Scan/distinfo:1.13
--- pkgsrc/audio/p5-Audio-Scan/distinfo:1.12    Sat Apr 29 08:32:33 2017
+++ pkgsrc/audio/p5-Audio-Scan/distinfo Sun Nov 26 09:59:22 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/04/29 08:32:33 wen Exp $
+$NetBSD: distinfo,v 1.13 2017/11/26 09:59:22 wiz Exp $
 
-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
+SHA1 (Audio-Scan-0.99.tar.gz) = 0520b4cf5548abb82c8b80273d194f98f943c2ec
+RMD160 (Audio-Scan-0.99.tar.gz) = 8346c95e64f6d22a840d8e02728ef68f2ee88f5d
+SHA512 (Audio-Scan-0.99.tar.gz) = abbf51c9eb15336527500ac9ce6dd8e05baee6dabdf2a4bc95a62b1787fe24c4ad0abb07d5632647e4add3123a3cfe6374c6fbfd236c5b01c3350b6ee9d74b10
+Size (Audio-Scan-0.99.tar.gz) = 3399719 bytes



Home | Main Index | Thread Index | Old Index