diff options
author | adam <adam@pkgsrc.org> | 2011-08-06 13:02:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-08-06 13:02:32 +0000 |
commit | 70955b29a834ceb47a737b13886d58b2a99fceb7 (patch) | |
tree | 30b1b8504891670ec0360c2d02c5c5f06e2ca159 | |
parent | 14593e12e1e2f2fe0a54c74014a456097a81eeef (diff) | |
download | pkgsrc-70955b29a834ceb47a737b13886d58b2a99fceb7.tar.gz |
Changes 1.13:
* Apply patches from Ian:
* ID3v2:add section BUGS with explanation of how we treat v2.4 frames.
extract MP3 start bytes even if ID3v2 tag is present.
recognize MP3 MIME type by start bytes
* Tag.pm:document mime_Pretype(), mime_type().
New optional arguments to mime_Pretype(), mime_type().
ID3v2 genre tag with value "Blues" or "(0)" could not be set
(thanks to Eric Benson for analysis).
* ID3v2_Data.pod: rename s/-/_/ - cygwin buggy, fails manifying
- this was BS, the problem is elsewhere
* mp3info2: state another time that COMM(eng)[lyrics] is a non-standard place
for lyrics...
-rw-r--r-- | audio/p5-MP3-Tag/Makefile | 10 | ||||
-rw-r--r-- | audio/p5-MP3-Tag/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/audio/p5-MP3-Tag/Makefile b/audio/p5-MP3-Tag/Makefile index 1be57c48d53..40a879281f7 100644 --- a/audio/p5-MP3-Tag/Makefile +++ b/audio/p5-MP3-Tag/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.18 2010/08/21 16:32:44 seb Exp $ +# $NetBSD: Makefile,v 1.19 2011/08/06 13:02:32 adam Exp $ -DISTNAME= tagged-0.40 -PKGNAME= p5-MP3-Tag-0.40 -PKGREVISION= 5 +DISTNAME= MP3-Tag-1.13 +PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mp3 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MP3/} MAINTAINER= damon@brodiefamily.org -HOMEPAGE= http://tagged.sourceforge.net/ +HOMEPAGE= http://search.cpan.org/dist/MP3-Tag/ COMMENT= This is a perl module to read/write tags of mp3-files +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/audio/p5-MP3-Tag/distinfo b/audio/p5-MP3-Tag/distinfo index d5d98f0ae1f..e430fc9fb17 100644 --- a/audio/p5-MP3-Tag/distinfo +++ b/audio/p5-MP3-Tag/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 20:39:50 agc Exp $ +$NetBSD: distinfo,v 1.5 2011/08/06 13:02:32 adam Exp $ -SHA1 (tagged-0.40.tar.gz) = 7869212ef8347fc0d8adb31e10c7418a97c2dafa -RMD160 (tagged-0.40.tar.gz) = 33b41d0976e7a9120a68c47de355751746c1760b -Size (tagged-0.40.tar.gz) = 41163 bytes +SHA1 (MP3-Tag-1.13.tar.gz) = df14d4dc39b76956f1c664ed3d3a6de2a9117895 +RMD160 (MP3-Tag-1.13.tar.gz) = 822a0960f63b96fd3983963354add78d90762dcc +Size (MP3-Tag-1.13.tar.gz) = 275907 bytes |