diff options
author | obache <obache@pkgsrc.org> | 2010-02-09 11:48:33 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-02-09 11:48:33 +0000 |
commit | 92d8e66ca937d57a1d6eea81cdc047e2a39fe3b6 (patch) | |
tree | f85c03ee27b9eb789990b4aabc7600d9c77e1a94 /audio/p5-Audio-Scan | |
parent | d44ee9ffe3fb8168bfe47da18bb40ddc28aebd43 (diff) | |
download | pkgsrc-92d8e66ca937d57a1d6eea81cdc047e2a39fe3b6.tar.gz |
Update p5-Audio-Scan to 0.59.
Pkgsrc fixes:
* correct LICENSE, not perl's, but exactly gplv2.
* set GNU_CONFIGURE=yes for affect pkgsrc magick to intenal copy of libid3tag.
* buildlink with zlib, internal libid3tag require it.
Package Changes:
0.59 2010-02-08 15:30:00
- MP4: Bug 15656, read channels and bits_per_sample for ALAC files.
- APE: Bug 15324, read APEv2 tags that don't contain a header.
- APE: Fixed reading of binary tag data.
- APE: Support for reading special "Cover Art (Front)" tag.
Diffstat (limited to 'audio/p5-Audio-Scan')
-rw-r--r-- | audio/p5-Audio-Scan/Makefile | 8 | ||||
-rw-r--r-- | audio/p5-Audio-Scan/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/audio/p5-Audio-Scan/Makefile b/audio/p5-Audio-Scan/Makefile index 46a61e49209..80ce2ad2c34 100644 --- a/audio/p5-Audio-Scan/Makefile +++ b/audio/p5-Audio-Scan/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/02/08 21:06:29 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2010/02/09 11:48:33 obache Exp $ # -DISTNAME= Audio-Scan-0.58 +DISTNAME= Audio-Scan-0.59 PKGNAME= p5-${DISTNAME} CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Audio/} @@ -9,12 +9,14 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Audio/} MAINTAINER= wenheping@gmail.com HOMEPAGE= http://search.cpan.org/dist/Audio-Scan/ COMMENT= XS parser for MP3, MP4, Ogg Vorbis, etc -LICENSE= ${PERL5_LICENSE} +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir +GNU_CONFIGURE= yes PERL5_PACKLIST= auto/Audio/Scan/.packlist USE_LIBTOOL= yes +.include "../../devel/zlib/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/p5-Audio-Scan/distinfo b/audio/p5-Audio-Scan/distinfo index 36f45ee8e46..bdae6def804 100644 --- a/audio/p5-Audio-Scan/distinfo +++ b/audio/p5-Audio-Scan/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/02/08 21:06:29 wiz Exp $ +$NetBSD: distinfo,v 1.2 2010/02/09 11:48:33 obache Exp $ -SHA1 (Audio-Scan-0.58.tar.gz) = 6684756d686de2cd77c7ce6b20cb723a9329e64f -RMD160 (Audio-Scan-0.58.tar.gz) = c709d6189c205afac61390a20327c9ddf1b6e98c -Size (Audio-Scan-0.58.tar.gz) = 2811290 bytes +SHA1 (Audio-Scan-0.59.tar.gz) = 494a798b729aae1e7758c5e62de2d43947d70588 +RMD160 (Audio-Scan-0.59.tar.gz) = f4aeb55a0b207fbbf57f985de95cf3c1042290c3 +Size (Audio-Scan-0.59.tar.gz) = 2882637 bytes |