summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-11-26 09:59:22 +0000
committerwiz <wiz@pkgsrc.org>2017-11-26 09:59:22 +0000
commitc06c8ea4f3334b1e5f6bb060dbaa80c53701f138 (patch)
tree63bdbe531f6b8bafbca485bb2f413caed719b5f3
parent7fd7c0602702d41169bb283dc551990965db4f7e (diff)
downloadpkgsrc-c06c8ea4f3334b1e5f6bb060dbaa80c53701f138.tar.gz
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.
-rw-r--r--audio/p5-Audio-Scan/Makefile8
-rw-r--r--audio/p5-Audio-Scan/distinfo10
2 files changed, 10 insertions, 8 deletions
diff --git a/audio/p5-Audio-Scan/Makefile b/audio/p5-Audio-Scan/Makefile
index a2483ba0036..e0776de4a14 100644
--- a/audio/p5-Audio-Scan/Makefile
+++ b/audio/p5-Audio-Scan/Makefile
@@ -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/Audio-Scan/
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
diff --git a/audio/p5-Audio-Scan/distinfo b/audio/p5-Audio-Scan/distinfo
index 85232754b8f..c8fb81fea6b 100644
--- a/audio/p5-Audio-Scan/distinfo
+++ b/audio/p5-Audio-Scan/distinfo
@@ -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