pkgsrc/audio/p5-Audio-Scan/Makefile
wiz 0d3f3d0e20 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.
2017-11-26 09:59:22 +00:00

22 lines
627 B
Makefile

# $NetBSD: Makefile,v 1.20 2017/11/26 09:59:22 wiz Exp $
DISTNAME= Audio-Scan-0.99
PKGNAME= p5-${DISTNAME}
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AG/AGRUNDMA/}
MAINTAINER= wenheping@gmail.com
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
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"