Path to this page:
./
audio/p5-MP3-Tag,
This is a perl module to read/write tags of mp3-files
Branch: CURRENT,
Version: 1.13nb2,
Package name: p5-MP3-Tag-1.13nb2,
Maintainer: damonThis is a perl module to read/write ID3v1, ID3v1.1 and ID3v2.3
tags of mp3-files. (Other tags hopefully to follow).
In the directory examples, you find 2 examples, how to use
the module. You can also read the documentation of this
module with
man MP3::Tag
man MP3::Tag::ID3v1
man MP3::Tag::ID3v2
man MP3::Tag::ID3v2-Data
More information about this project, new releases and so on, can
be found at:
http://tagged.sourceforge.net
Required to run:[
lang/perl5] [
devel/p5-IO-Compress]
Master sites: (Expand)
SHA1: df14d4dc39b76956f1c664ed3d3a6de2a9117895
RMD160: 822a0960f63b96fd3983963354add78d90762dcc
Filesize: 269.44 KB
Version history: (Expand)
- (2012-10-04) Updated to version: p5-MP3-Tag-1.13nb2
- (2011-09-05) Updated to version: p5-MP3-Tag-1.13nb1
- (2011-08-06) Updated to version: p5-MP3-Tag-1.13
- (2010-08-21) Updated to version: p5-MP3-Tag-0.40nb5
- (2009-04-12) Updated to version: p5-MP3-Tag-0.40nb4
- (2008-10-20) Updated to version: p5-MP3-Tag-0.40nb3
CVS history: (Expand)
| 2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
| 2012-10-03 01:48:16 by Aleksej Saushev | Files touched by this commit (190) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
| 2011-09-04 22:45:33 by David A. Holland | Files touched by this commit (1) |
Log message:
switch to REPLACE_PERL per Joerg's request
|
| 2011-09-04 06:58:58 by David A. Holland | Files touched by this commit (1) |
Log message:
CHECK_INTERPRETER_SKIP - this package has #!/usr/bin/perl on a .pm file
it installs, which AFAIK is pointless and therefore harmless.
|
| 2011-08-06 15:02:33 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
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...
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) |  |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2009-04-12 01:15:22 by Jens Rehsack | Files touched by this commit (34) |  |
Log message:
PkgSrc changes:
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib,
p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are
merged into p5-IO-Compress
- Updated dependend packages to depend on p5-IO-Compress
and bump PKGREVISION
Upstream changes:
2.017 30 March 2009
* Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib &
Compress-Zlib into IO-Compress.
* The interface to Compress-Raw-Zlib now uses the new LimitOutput
feature. This will make all of the zlib-related IO-Compress modules
less greedy in their memory consumption.
* Removed MAN3PODS from Makefile.PL
* A few changes to get the test harness to work on VMS courtesy of
Craig. A. Berry.
* IO::Compress::Base & IO::Uncompress::Base
Downgraded some croaks in the constructors to just set $! (by letting
the code attempt to open a file and fail).
This makes the behavior more consistent to a standard open.
[RT #42657]
* IO::Uncompress::Base
Doing a seek with MultiStream could drop some of the uncompressed
data. Fixed.
* IO::Compress::Zip
- Fixed problem with the uncompressed & uncompressed fields when
zip64 is enabled. They were set to 0x0000FFFF instead of
0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short.
Problem spotted by Dino Chiesa.
* IO::Uncompress::Unzip
- use POSIX::mktime instead of Time::Local::timelocal to convert
the zip DOS time field into Unix time.
* Compress::Zlib
- Documented Compress::Zlib::zlib_version()
|
| 2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|