pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/p5-MP3-Tag Changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/19a55cd755e2
branches: trunk
changeset: 462439:19a55cd755e2
user: explorer <explorer%pkgsrc.org@localhost>
date: Fri Oct 03 02:55:57 2003 +0000
description:
Changes:
* Updated documentation for MP3::Tag, MP3::Tag::ID3v1, MP3::Tag::ID3v2 and MP3::Tag::ID3v2-Data
* Renamed some functions. The old names will still work, but try to use the new names.
The following names were changed:
- MP3::Tag::getTags() to MP3::Tag::get_tags()
- MP3::Tag::newTag() to MP3::Tag::new_tag()
- MP3::Tag::ID3v1::removeTag() to MP3::Tag::ID3v1::remove_tag()
- MP3::Tag::ID3v1::writeTag() to MP3::Tag::ID3v1::write_tag()
- MP3::Tag::ID2v2::getFrameIDs() to MP3::Tag::ID3v2::get_frame_ids()
- MP3::Tag::ID2v2::getFrame() to MP3::Tag::ID3v2::get_frame()
* Bugfix for ID3v2.pm:
- getFrame() returned "undef" as a string instead of simple undef
- artist() produced an error when TPE1 is missing in TAG
* Bugfix for Tag.pm:
- DESTROY() checked only if $mp3->obj{filename} exists and not if it is defined before trying to
close it
- autoinfo() returns now a hash ref or an array as noted in the documentation
* Bugfix for ID3v1.pm:
- genres() expected an id3v1-object as first parameter and a genre
only as second parameter. Now the object can be omitted as in a call like
MP3::Tag::ID3v1->genres($genre) used by Tag.pm and ID3v2.pm
* bugfix for File.pm:
- Filenames may contain surrounding whitespaces now
diffstat:
audio/p5-MP3-Tag/Makefile | 6 +++---
audio/p5-MP3-Tag/distinfo | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 1dcf0ec23dc8 -r 19a55cd755e2 audio/p5-MP3-Tag/Makefile
--- a/audio/p5-MP3-Tag/Makefile Thu Oct 02 20:14:23 2003 +0000
+++ b/audio/p5-MP3-Tag/Makefile Fri Oct 03 02:55:57 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2003/07/21 16:30:43 martti Exp $
+# $NetBSD: Makefile,v 1.6 2003/10/03 02:55:57 explorer Exp $
-DISTNAME= tagged-0.30
-PKGNAME= p5-MP3-Tag-0.30
+DISTNAME= tagged-0.40
+PKGNAME= p5-MP3-Tag-0.40
SVR4_PKGNAME= p5mp3
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MP3/}
diff -r 1dcf0ec23dc8 -r 19a55cd755e2 audio/p5-MP3-Tag/distinfo
--- a/audio/p5-MP3-Tag/distinfo Thu Oct 02 20:14:23 2003 +0000
+++ b/audio/p5-MP3-Tag/distinfo Fri Oct 03 02:55:57 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/18 12:14:36 agc Exp $
+$NetBSD: distinfo,v 1.3 2003/10/03 02:55:57 explorer Exp $
-SHA1 (tagged-0.30.tar.gz) = cbf27d0d4329009c350a1ab8a2685b746b1d5697
-Size (tagged-0.30.tar.gz) = 39901 bytes
+SHA1 (tagged-0.40.tar.gz) = 7869212ef8347fc0d8adb31e10c7418a97c2dafa
+Size (tagged-0.40.tar.gz) = 41163 bytes
Home |
Main Index |
Thread Index |
Old Index