Up to [cvs.NetBSD.org] / pkgsrc / audio / p5-Audio-Scan
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.30 / (download) - annotate - [select for diffs], Thu Jul 6 09:38:09 2023 UTC (2 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
*: recursive bump for perl 5.38
Revision 1.29 / (download) - annotate - [select for diffs], Tue Jun 6 12:40:17 2023 UTC (3 months, 4 weeks ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
Revision 1.28 / (download) - annotate - [select for diffs], Tue Jun 28 11:30:56 2022 UTC (15 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
*: recursive bump for perl 5.36
Revision 1.27 / (download) - annotate - [select for diffs], Mon May 24 19:49:06 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
*: recursive bump for perl 5.34
Revision 1.26 / (download) - annotate - [select for diffs], Mon Aug 31 18:06:35 2020 UTC (3 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.25 / (download) - annotate - [select for diffs], Sun Aug 11 13:17:55 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Bump PKGREVISIONs for perl 5.30.0
Revision 1.24 / (download) - annotate - [select for diffs], Sun Jun 30 20:14:14 2019 UTC (4 years, 3 months ago) by nia
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Update packages using a search.cpan.org HOMEPAGE to metacpan.org. The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
Revision 1.23 / (download) - annotate - [select for diffs], Wed Aug 22 09:42:56 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.22: +2 -1
lines
Diff to previous 1.22 (colored)
Recursive bump for perl5-5.28.0
Revision 1.22 / (download) - annotate - [select for diffs], Fri Jul 20 03:31:16 2018 UTC (5 years, 2 months ago) by wen
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Update to 1.01 Upstream changes: 1.01 2018-07-09 - Added Opus codec support. (Jeff Muizelaar) - ADTS: RT #124525, fixed incorrect duration calcuation due to off-by-one error in frame counter. - Added missing license meta name. (manwar)
Revision 1.21 / (download) - annotate - [select for diffs], Sun Apr 22 11:48:54 2018 UTC (5 years, 5 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Update to 1.00 Upstream changes: 1.00 2018-04-21 - Fixed parsing of DSF files with more than 2 channels.
Revision 1.20 / (download) - annotate - [select for diffs], Sun Nov 26 09:59:22 2017 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.19: +5 -3
lines
Diff to previous 1.19 (colored)
p5-Audio-Scan: update to 0.99. 0.99 2017-11-24 - Fixed a bug where an incorrect audio offset was returned when using NO_ARTWORK and reading a file with an ID3v2.2 or v2.3 unsynchronization bit set. The artwork in this type of file is only available when scanning in normal mode (without NO_ARTWORK). - Added id3_was_unsynced => 1 to the info section for v2.2/v2.3 files with the whole-tag unsync bit set. This type of tag is generally harmful to parser performance, so this flag might be useful if you want to find and upgrade this type of tag to v2.4. - DSF: WAV_BLOCK_SIZE was being used instead of DSF_BLOCK_SIZE. (Kimmo Taskinen) - ID3: Support for reading ID3 tags located >4GB into a file, such as in very large DSF files. (Kimmo Taskinen) - WavPack: Read correct samplerate and bits_per_sample for DSD files. (Kimmo Taskinen) - DSF/DFF: added bitrate to info hash.
Revision 1.19 / (download) - annotate - [select for diffs], Mon Jun 5 14:22:17 2017 UTC (6 years, 4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
Recursive revbump from lang/perl5 5.26.0
Revision 1.18 / (download) - annotate - [select for diffs], Sat Apr 29 08:32:33 2017 UTC (6 years, 5 months ago) by wen
Branch: MAIN
Changes since 1.17: +2 -3
lines
Diff to previous 1.17 (colored)
Update to 0.98 Upstream changes: 0.98 2017-04-28 - RT #119101, stop including MYMETA files in the tarball. 0.97 2017-04-27 - WAV: GH #2, fixed an integer overflow error that could result in an incorrect song_length_ms for >16-bit files. 0.96 2016-11-21 - Ogg: RT #118888, fixed crash when trying to read Vorbis comments in an incorrectly framed file with a bad terminal header page. - Removed hints/darwin.pl, don't try to be smarter than Perl about how to build things. - Fixed various minor compiler warnings output by the latest clang on macOS. 0.95 Unreleased community build - Improved DFF parsing for files which end with corrupted chunk. (Adrian Smith) - Improved ID3 support for DFF files. (Adrian Smith) 0.94 Unreleased community build - DSF/DFF: Support dsd file scanning for dsd and dsdiff files. (Kimmo Taskinen) - AIFF: Fixed scanning of 24 bit files. (Adrian Smith)
Revision 1.17 / (download) - annotate - [select for diffs], Wed Jun 8 19:22:15 2016 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Bump PKGREVISION for perl-5.24.
Revision 1.16 / (download) - annotate - [select for diffs], Fri Jun 12 10:48:24 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Recursive PKGREVISION bump for all packages mentioning 'perl', having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
Revision 1.15 / (download) - annotate - [select for diffs], Thu May 29 23:35:15 2014 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Bump for perl-5.20.0. Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
Revision 1.14 / (download) - annotate - [select for diffs], Fri May 31 12:39:37 2013 UTC (10 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Bump all packages for perl-5.18, that a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Oct 3 21:53:56 2012 UTC (11 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
Bump all packages that use perl, or depend on a p5-* package, or are called p5-*. I hope that's all of them.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Oct 2 23:48:02 2012 UTC (11 years ago) by asau
Branch: MAIN
Changes since 1.11: +1 -3
lines
Diff to previous 1.11 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 26 20:57:56 2012 UTC (11 years, 8 months ago) by rhaen
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Updated to 0.93 Changes: 0.93 2011-09-14 - ASF: Support seeking in a file without an ASF_Index object. - Don't use MAX_PATH because this limits path names to only 260 chars on Win32.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Oct 10 09:50:03 2011 UTC (11 years, 11 months ago) by hiramatsu
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Update p5-Audio-Scan to 0.92. Changes from previous: 0.92 2011-09-09 - Added $info->{jenkins_hash} which is a 32-bit hash value of the filename + mtime + file size. - MP4: Get correct HE-AAC samplerate values from esds. - ADTS AAC: Add support for .adts file extension. 0.91 2011-09-06 - MP3, MP4, WMA, WAV, AIFF, ADTS AAC: Added DLNA audio profile detection as $info->{dlna_profile}.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Aug 6 12:48:30 2011 UTC (12 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.8: +4 -5
lines
Diff to previous 1.8 (colored)
Changes 0.90: * ID3: Bug 17392, fixed APIC offset calculation for non-MP3 files such as AIFF and WAV where the tag does not live at the front of the file. Changes 0.89: * APE: Bug 15895, better handling if we have a broken APE tag and run out of tag data. * WMA: Bug 17355, fixed WM/Picture offset calculation when artwork is stored in the Header Extension/Metadata Library block. * WMA: Added output warning when trying to seek in a file without ASF_Index. * Switched aac.t to Test::Warn instead of manual STDERR redirection. Changes 0.88: * ADTS AAC: Check first 2-3 frames to avoid false syncs. * OSX: Xcode 4 doesn't include the 10.5 SDK, so check for this before using it. * Win32: Display better error messages when unable to read from files. * MP3, AAC, MPC: Bug 17173: Cleaned up several places where invalid memory reads could occur. Changes 0.87: * AAC: Bug 16874, Fixed infinite loop that could occur when reading a truncated ADTS stream. * Win32: Fixed MSVC compilation error in mp3.c. Changes 0.86: * MP3: Require first 3 frames to have matching samplerate and channel values. * MP3: Fixed bug where info->{vbr} would not be set if a file had a Xing frame but no LAME data. * MP3: Handle case where ID3 tag indicates an extended header is present but no actual header exists.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Sep 7 10:48:32 2010 UTC (13 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.7: +2 -3
lines
Diff to previous 1.7 (colored)
Update to 0.84 again.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Sep 7 08:18:38 2010 UTC (13 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Downgrade for now -- squeezeboxserver does not allow 0.84.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Sep 6 10:39:13 2010 UTC (13 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.5: +2 -3
lines
Diff to previous 1.5 (colored)
Update to 0.84: 0.84 2010-08-27 19:10:00 - Added an optional audio_md5 info value, this is the MD5 checksum of the first N audio bytes of the file. This is useful in determining if a file is the same even when tags have been changed. See the documentation for details. - Added audio_size info value to all formats. - Added image offset values in AUDIO_SCAN_NO_ARTWORK mode for some formats, so image data may be extracted directly from the file if needed. See the documentation for specific details. - AAC: Fixed samplerate values for AACplus files. The samplerate in the header needs to be doubled to obtain the actual playback samplerate. - ID3: Bug 16452, Don't add null strings as array entries for T* frames. 0.83 2010-06-10 14:15:00 - APE: Tag could be ignored when ID3v1 tag is present. - Fixed error handling for invalid RVAD tags. - Win32: Added binmode for all open files and filehandles.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Aug 21 16:32:43 2010 UTC (13 years, 1 month ago) by seb
Branch: MAIN
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
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!
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jul 4 16:55:03 2010 UTC (13 years, 3 months ago) by cube
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Update p5-Audio-Scan to 0.82, as required by a package I'm working on. OK'd by maintainer. 0.82 2010-05-24 13:15:00 - RT 57664: ID3: Add checks to avoid reading too much inside an invalid frame. - FLAC: Seeking bug fixes. 0.81 2010-05-15 10:40:00 - Fixed broken boolean values. 0.80 2010-05-14 23:15:00 - ID3: Fixed unsynchronisation of v2.2/v2.3 tags. - FLAC: Fixed several seeking bugs and improved seeking algorithm. - MP3: Subtract LAME encoder delay/padding from total samples to obtain more accurate song duration value. 0.79 2010-04-27 14:30:00 - ID3: Bug 16079, fixed crash when reading empty TCON tag. - Bug 16095, workaround Win32+filehandle bug where file pos could sometimes be off-by-one after a PerlIO_read. 0.78 2010-04-16 15:45:00 - ASF: Fixed various issues when seeking, now uses the ASF_Index object correctly. - ASF: Refactored to clean up the code and make it more efficient. - ID3: Bug 16073, properly handle illegal zero-byte frames. 0.77 2010-04-14 11:30:00 - PerlIO_seek with SEEK_END sometimes does not work correctly, changed all seeks to use SEEK_SET instead. 0.76 2010-04-14 10:30:00 - APE: Bug 15992, fixed reading of APE tags when file also has a Lyricsv2 tag. - APE: Bug 16056, fixed reading of APE tags with certain kinds of invalid tags. 0.75 2010-04-02 15:50:00 - ID3: Really fixed empty text field bug this time. 0.74 2010-04-02 12:15:00 - ID3: Fixed bug where an empty text field could contain the text from the previous frame. 0.73 2010-03-31 12:30:00 - Added find_frame_fh_return_info method for MP4 seeking from a filehandle. 0.72 2010-03-31 10:50:00 - Fixed bug in reading unsynchronized APIC frames, the APIC data returned was not the correct size. - Fixed Mac hints file to work properly on OSX Server 10.6. 0.71 2010-03-30 00:00:00 - Added find_frame_return_info method for MP4 that returns the seek offset as well as a rewritten header that can be placed before the seeked audio to construct a valid bitstream.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Mar 27 02:23:07 2010 UTC (13 years, 6 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
For PR pkg/43059. I only tested install. This is from the maintainer. Update to 0.70. 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 hu ge 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 ambiguo us 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 easie r. 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 build s. 0.60 2010-02-22 17:45:00 - WavPack 4.x support. - ID3: Bug 3998, Fixed parsing of multiple TCON genre values in older ta g 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.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 9 11:48:33 2010 UTC (13 years, 7 months ago) by obache
Branch: MAIN
Changes since 1.1: +5 -3
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Feb 8 21:06:29 2010 UTC (13 years, 7 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-20100208
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of p5-Audio-Scan-0.58, packaged for wip by Wen Heping. Audio::Scan is a C-based scanner for audio file metadata and tag information. It currently supports MP3 via an included version of libid3tag, MP4, Ogg Vorbis, FLAC (if libFLAC is installed), ASF, WAV, AIFF, Musepack, and Monkey's Audio.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Feb 8 21:06:29 2010 UTC (13 years, 7 months ago) by wiz
Branch: MAIN
Initial revision