pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/43059: [audio/p5-Audio-Scan] Mainatiner Update to 0.70
>Number: 43059
>Category: pkg
>Synopsis: [audio/p5-Audio-Scan] Mainatiner Update to 0.70
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Thu Mar 25 13:45:00 +0000 2010
>Originator: Wen Heping
>Release: NetBSD-5.0.2
>Organization:
Private
>Environment:
NetBSD nb502.wenjing.com 5.0.2 NetBSD 5.0.2 (GENERIC) #0: Sat Feb 6 17:53:27
UTC 2010
builds%b7.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-2-RELEASE/i386/201002061851Z-obj/home/builds/ab/netbsd-5-0-2-RELEASE/src/sys/arch/i386/compile/GENERIC
i386
>Description:
0.70 2010-03-23 19:00:00
- Replaced libid3tag with a custom ID3 tag parser. libid3tag would read
an entire
tag into memory, so in files with large embedded artwork this was a
huge waste
of memory. The new parser will generally never buffer more than
about 4K of the
file if AUDIO_SCAN_NO_ARTWORK is set. It is also around twice as
fast.
- INCOMPATIBLE CHANGE: ID3 tag elements returned in array form no
longer include
the encoding type as the first value in the array. Common frames
this affects
include COMM, APIC, USLT, and others.
- INCOMPATIBLE CHANGE: find_frame for both MP3 and Ogg Vorbis now take a
timestamp in milliseconds. Seeking using a file offset is too
ambiguous
because of non-audio tag data.
- Fixed minor bug in Ogg Vorbis bitrate calculation, it was not
ignoring the
size of the leading tag data when calculating average bitrate.
- Improved Ogg Vorbis bitrate/duration calculation when file contains
multiple
logical bitstreams.
- Added support for old WavPack versions < 4.
- Changed ASF file_size value to be the actual file size, not the value
from within
the file metadata which may or may not be correct.
- Bundled a win32 build of zlib to make compiling on Windows a bit
easier.
0.62 2010-03-02 12:00:00
- INCOMPATIBLE CHANGE: Ogg Vorbis COVERART tags are now translated to an
ALLPICTURES block and are base64-decoded.
- Added support for new Ogg Vorbis cover art tag,
METADATA_BLOCK_PICTURE. Data
is returned in the same ALLPICTURES array as for FLAC.
0.61 2010-02-23 22:50:00
- RT 53118: Fixed crash under Perl 5.11.
- Updated Mac hints file to be more compatible with non-Apple Perl
builds.
0.60 2010-02-22 17:45:00
- WavPack 4.x support.
- ID3: Bug 3998, Fixed parsing of multiple TCON genre values in older
tag
versions.
- ID3: Parse RGAD frame (replay gain adjustment).
- APE: Fixed bug where a trailing null could be read from tags.
- FLAC: Calculate correct duration/bitrate for files with bad header
information.
- WAV: Ignore chunks SAUR, PAD, and otom.
>How-To-Repeat:
>Fix:
--- Makefile.orig 2010-03-26 05:33:37.000000000 +0800
+++ Makefile 2010-03-26 05:33:56.000000000 +0800
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2010/02/09 11:48:33 obache Exp $
#
-DISTNAME= Audio-Scan-0.59
+DISTNAME= Audio-Scan-0.70
PKGNAME= p5-${DISTNAME}
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Audio/}
--- distinfo.orig 2010-03-26 05:33:47.000000000 +0800
+++ distinfo 2010-03-26 05:34:51.000000000 +0800
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2010/02/09 11:48:33 obache Exp $
-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
+SHA1 (Audio-Scan-0.70.tar.gz) = ef8a9445d3de612a93339d3d22bfd4809e118472
+RMD160 (Audio-Scan-0.70.tar.gz) = 09eb1deb76b461b827bef5574e6df8e029a0ccfa
+Size (Audio-Scan-0.70.tar.gz) = 2880142 bytes
Home |
Main Index |
Thread Index |
Old Index