NetBSD.se

CVS log for pkgsrc/audio/flac/distinfo

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / audio / flac

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Nov 19 12:53:16 2010 UTC (17 months, 3 weeks ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, HEAD
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -6 lines
Remove nonexistent patch file entries from distinfo.
Those files were removed over a year ago, but distinfo was not commited.

PR#44116 by Ryo ONODERA.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jun 5 20:47:30 2009 UTC (2 years, 11 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
Added a patch for Linux.

Fixed pkglint warnings.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Dec 29 05:36:39 2008 UTC (3 years, 4 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
Conditionally include stdint.h for Solaris<10.
Fixes build failure reported by PR 40265.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Nov 21 12:47:04 2007 UTC (4 years, 5 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +8 -7 lines
update to 1.2.1

This fixes a number of security problems (integer overflows resulting
in heap-based buffer overflow, CVE-2007-4619).

Other changes:
-speedup
-some new options
-bugfixes
-added support for all RIFF/AIFF metadata

Thanks to Chavdar Ivanov for providing a patch.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Feb 22 19:11:25 2007 UTC (5 years, 2 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Fixed patch-ad (unportable usage of test(1)).

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Jan 7 15:01:52 2007 UTC (5 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1 lines
Link libFLAC against libogg, since libFLAC references symbols from
there. Bump PKGREVISION and ABI depends (dependencies probably wouldn't
have built anyway).

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jan 7 12:25:05 2007 UTC (5 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +9 -9 lines
Update to 1.1.3:

*   General:
      o Improved compression with no impact on format or decoding speed.
      o Much better recovery for corrupted files
      o Better multichannel support
      o Large file (>2GB) support everywhere
      o flac now supports FLAC and Ogg FLAC as input to the encoder (e.g. can re-encode FLAC to FLAC) and preserve all the metadata like tags, etc.
      o New PICTURE metadata block for storing things like cover art, new --picture option to flac and --import-picture-from option to metaflac for importing pictures, new --export-picture-to option to metaflac for exporting pictures, and metadata API additions for searching for suitable pictures based on type, size and color constraints.
      o Support for new REPLAYGAIN_REFERENCE_LOUDNESS tag.
      o Fixed a bug in Ogg FLAC encoding where metadata was not being updated properly. Existing Ogg FLAC files should be recoded to fix up the metadata, e.g. flac -Vf -S 10s --ogg file.ogg
      o In the developer libraries, the interface has been simplfied by merging the three decoding layers into a single class; ditto for the encoders. Also, libOggFLAC has been merged into libFLAC and libOggFLAC++ has been merged into libFLAC++ so there is a single API supporting both native FLAC and Ogg FLAC.
* FLAC format:
      o New PICTURE metadata block for storing things like cover art.
      o Speaker assignments and channel orders for 3-6 channels (see frame header).
      o Further restrictions on the FLAC subset when the sample rate is <=48kHz; in this case the maximum LPC order is now 12 and maximum blocksize is 4608. This is to further limit the processing and memory requirements for hardware implementations while not measurably affecting compression.
* Ogg FLAC format:
      o (none)
* flac:
      o Improved the -F option to allow decoding of FLAC files whose metadata is corrupted, and other kinds of severe corruption.
      o Encoder can now take FLAC and Ogg FLAC as input. The output FLAC file will have all the same metadata as the original unless overridden with options on the command line.
      o Encoder can now take WAVEFORMATEXTENSIBLE WAVE files as input; decoder will output WAVEFORMATEXTENSIBLE WAVE files when necessary to conform to the latest Microsoft specifications.
      o Now properly supports AIFF and WAVEFORMATEXTENSIBLE multichannel input, performing necessary channel reordering both for encoding and decoding. WAVEFORMATEXTENSIBLE channel mask is also saved to a tag on encoding and restored on decoding for situations when there is no natural mapping to FLAC channel assignments.
      o Expanded support for "odd" sample resolutions to WAVE and AIFF input; all resolutions from 4 to 24 bits-per-sample now supported for all input types.
      o Added a new option --tag-from-file for setting a tag from file (e.g. for importing a cuesheet as a tag).
      o Added a new option --picture for adding pictures.
      o Added a new option --apodization for specifying the window function(s) to be used in LPC analysis.
      o Added support for encoding from non-compressed AIFF-C (SF #1090933).
      o Importing of non-CDDA-compliant cuesheets now only issues a warning, not an error (see here).
      o MD5 comparison failures on decoding are now an error instead of a warning and will also return a non-zero exit code (SF #1493725).
      o The default padding size is now 8K, or 64K if the input audio stream is more than 20 minutes long.
      o Fixed a bug in cuesheet parsing where it would return an error if the last line of the cuesheet did not end with a newline.
      o Fixed a bug that caused a crash when -a and -t were used together (SF #1229481).
      o Fixed a bug with --sector-align where appended samples were not always totally silent (SF #1237707).
      o Fixed bugs with --sector-align and raw input files.
      o Fixed a bug printing out unknown AIFF subchunk names (SF #1267476).
      o Fixed a bug where WAVE files with "data" subchunks of size 0 where accepted (SF #1293830).
      o Fixed a bug where sync error at end-of-stream of truncated files was not being caught (SF #1244071).
      o Fixed a problem with filename parsing if file does not have extension but also has a . in the path (SF #1161916).
      o Fixed a problem with fractional-second parsing for --skip/--until in some locales (SF #1031043).
      o Increase progress report rate when -p and -e are used together (SF #1580122).
* metaflac:
      o Added support for read-only operations on Ogg FLAC files.
      o Added a new option --set-tag-from-file for setting a tag from file (e.g. for importing a cuesheet as a tag).
      o Added a new option --import-picture-from for importing pictures.
      o Added a new option --export-picture-to for exporting pictures.
      o Added shorthand operation --remove-replay-gain for removing ReplayGain tags.
      o --export-cuesheet-to now properly specifies the FLAC file name (SF #1272825).
      o Importing of non-CDDA-compliant cuesheets now issues a warning.
      o Removed the following deprecated tag editing options; you should use the new option names shown instead:
            + Removed --show-vc-vendor; use --show-vendor-tag
            + Removed --show-vc-field; use --show-tag
            + Removed --remove-vc-all; use --remove-all-tags
            + Removed --remove-vc-field; use --remove-tag
            + Removed --remove-vc-firstfield; use --remove-first-tag
            + Removed --set-vc-field; use --set-tag
            + Removed --import-vc-from; use --import-tags-from
            + Removed --export-vc-to; use --export-tags-to
      o Disallow multiple input FLAC files when --import-tags-from=- is used (SF #1082577).
* plugins:
      o When ReplayGain is on, if tags for the preferred kind of gain (album/track) are not in a stream, the other kind will be used.
      o Added ReplayGain info to file info box in XMMS plugin
      o Fixed UTF-8 decoder to disallow non-shortest-form and surrogate sequences (see here).
* build system:
      o Added support for building on OS/2 with EMX (SF #1229495)
      o Added support for building with Borland C++ (SF #1599018)
      o Added a --disable-xmms-plugin option to configure to prevent building the XMMS plugin (SF #930494).
      o Added a --disable-doxygen-docs option to configure for disabling Doxygen-based API doc generation (SF #1365935).
      o Added a --disable-thorough-tests option to configure to do the basic library, stream, and tool tests in a reasonable time (SF #1077948).
      o Added large file support with AC_SYS_LARGEFILE; use --disable-largefile with configure to disable.
* libraries:
      o Merged libOggFLAC into libFLAC; both formats are now supporte through the same API.
      o Merged libOggFLAC++ into libFLAC++; both formats are now supporte through the same API.
      o libFLAC and libFLAC++: Simplified encoder setup with new FLAC__stream_encoder_set_compression_level() function.
      o libFLAC: Improved compression with no impact on FLAC format or decoding time by adding a windowing stage before LPC analysis.
      o libFLAC: Fixed a bug where missing STREAMINFO fields (min/max framesize, total samples, MD5 sum) and seek point offsets were not getting rewritten back to Ogg FLAC file (SF #1338969).
      o libFLAC: Fixed a bug in cuesheet parsing where it would return an error if the last line of the cuesheet did not end with a newline.
      o libFLAC: Fixed UTF-8 decoder to disallow non-shortest-form and surrogate sequences (see here).
      o libFLAC: Fixed a bug in the return value for FLAC__stream_decoder_set_metadata_respond_application() and FLAC__stream_decoder_set_metadata_ignore_application() when there was a memory allocation error (SF #1235005).
* Interface changes (see also the porting guide for specific instructions on porting to FLAC 1.1.3):
      o all libraries;
            + Merged libOggFLAC into libFLAC; both formats are now supporte through the same API.
            + Merged libOggFLAC++ into libFLAC++; both formats are now supporte through the same API.
            + Merged seekable stream decoder and file decoder into the stream decoder.
            + Merged seekable stream encoder and file encoder into the stream encoder.
            + Added #defines for the API version number to make porting easier; see include/lib*FLAC*/export.h.
      o libFLAC:
            + Added FLAC__stream_encoder_set_apodization()
            + Added FLAC__stream_encoder_set_compression_level()
            + Added FLAC__metadata_object_cuesheet_calculate_cddb_id()
            + Added FLAC__metadata_get_cuesheet()
            + Added FLAC__metadata_get_picture()
            + Added FLAC__metadata_chain_read_ogg() and FLAC__metadata_chain_read_ogg_with_callbacks()
            + Changed FLAC__stream_encoder_finish() now returns a FLAC__bool to signal a verify failure, or error processing last frame or updating metadata.
            + Changed FLAC__StreamDecoderState: removed state FLAC__STREAM_DECODER_UNPARSEABLE_STREAM
            + Changed FLAC__StreamDecoderErrorStatus: new error code FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM
            + The above two changes mean that when the decoder encounters what it thinks are unparseable frames from a future decoder, instead of returning a fatal error with the FLAC__STREAM_DECODER_UNPARSEABLE_STREAM state, it just calls the error callback with FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM and leaves the behavior up to the application.
      o libFLAC++:
            + Added FLAC::Metadata::Picture
            + Added FLAC::Encoder::Stream::set_apodization()
            + Added FLAC::Encoder::Stream::set_compression_level()
            + Added FLAC::Metadata::CueSheet::calculate_cddb_id()
            + Added FLAC::Metadata::get_cuesheet()
            + Added FLAC::Metadata::get_picture()
            + Changed FLAC::Metadata::Chain::read() to accept a flag denoting Ogg FLAC input
            + Changed FLAC::Decoder::Stream::finish() now returns a bool to signal an MD5 failure like FLAC__stream_decoder_finish() does.
            + Changed FLAC::Encoder::Stream::finish() now returns a bool to signal a verify failure, or error processing last frame or updating metadata.
      o libOggFLAC:
            + Merged into libFLAC.
      o libOggFLAC++:
            + Merged into libFLAC++.

Shlib major bump -> bump ABI depends.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jul 6 12:39:10 2006 UTC (5 years, 10 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
Fix build when using sunpro compiler.  "-KPIC" needs to be stripped out
of arguments to the assembler.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Nov 8 01:21:10 2005 UTC (6 years, 6 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Another Interix fix (don't include <inttypes.h>).

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Oct 31 15:10:54 2005 UTC (6 years, 6 months ago) by tv
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
Fix build on Interix (u_int64_t, not uint64_t).

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Feb 28 14:09:19 2005 UTC (7 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +8 -27 lines
Update to 1.1.2:
New in this release are small decoding speedups for all platforms,
small encoding speedups in fast (non-LPC) mode, streaming support
in the XMMS plugin, and several bug fixes. For developers there
are also a few additions and changes to the metadata API to make
working with tags easier. See the changelog entry for complete
details. This release actually wasn't supposed to happen so soon,
but needed to be made to fix library naming and build problems in
FLAC 1.1.1 that caused trouble for package maintainers, so unless
you are having trouble with one of the particular bugs that got
fixed in 1.1.2 then there is not much of a need to upgrade.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Feb 23 20:39:45 2005 UTC (7 years, 2 months ago) by agc
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Add RMD160 digests to the SHA1 ones.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Nov 16 12:05:54 2004 UTC (7 years, 6 months ago) by sketch
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +19 -1 lines
Various C++ tweaks/cleanups to get this package compiling with SunPro.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Oct 18 14:23:29 2004 UTC (7 years, 6 months ago) by ben
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
FLAC recently gained PPC optimizations that only work with Apple's
assembler.  Since they cause the FLAC build to fail on AIX and NetBSD,
only enable the optimizations if the OPSYS is Darwin.

There is also a misplaced #endif in lpc.h that causes the build to
fail on all platforms if assembler optimizations are disabled.  This
is fixed by patch-af.

Thanks to Michael <macallan18@earthlink.net> for troubleshooting!

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Oct 1 13:17:50 2004 UTC (7 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -8 lines
Changes 1.1.1:
* Almost 2x decoding speed-up on Macintosh
* Better Ogg FLAC support
* Several new options to flac and metaflac

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Feb 14 23:25:33 2003 UTC (9 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Update to 1.1.0:  This release adds ReplayGain and cue sheet support,
and improves 24-bit compression, tag editing in the plugins, and
decoding to AIFF.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Nov 10 23:55:14 2002 UTC (9 years, 6 months ago) by lukem
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -6 lines
Update to flac 1.0.4.  Notable changes:
flac:
- AIFF input support
- vorbis tag addition whilst encoding (-T)
- various speedups, reductions in memory use, and minor fixes

libraries:
- OggFLAC & OggFLAC++ libraries
- various speedups, reductions in memory use, and minor fixes

(see doc/html/news.html for more info)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Sep 4 19:31:44 2002 UTC (9 years, 8 months ago) by jlam
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -3 lines
Update audio/flac to 1.0.3.  Changes from version 1.0.2 include:

- Use buildlink2.
- Fix build with newer libtool with tagged configuration.
- Move HTML documention into the proper location under doc/html.

* Bug fixes.
* 24-bit input support restored in flac.
* Decoder speedup in libFLAC, which is directly passed on to the
  command-line decoder and plugins.
* New -F option to flac to continue decoding in spite of errors.
* New VORBIS_COMMENT metadata block for tagging with Vorbis-style comments.
* Vastly improved metaflac, now with many editing and tagging options.
* Note: new semantics for -P option in flac.
* Note: removed -R option in flac.
* New metadata interface to libFLAC for manipulating metadata in FLAC files.
* New libFLAC++ API, an object wrapper around libFLAC.
* Customizable metadata filtering by type in decoders.
* Stream encoder can take an arbitrary list of metadata blocks, instead
  of just one SEEKTABLE and/or PADDING block.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Apr 27 10:07:01 2002 UTC (10 years ago) by rh
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base, buildlink2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Update flac to 1.0.2.  Changes are general bugfixes and cleanups.
This closes PR 16469 by <collver@linuxfreemail.com>, thanks!

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Jul 23 13:28:26 2001 UTC (10 years, 9 months ago) by wiz
Branches: TNF
CVS tags: pkgsrc-base, netbsd-1-5-PATCH003
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of flac-1.0, the Free Lossless Audio Codec.
Provided by Ben Collver in pkg/13414, with slight changes by me.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jul 23 13:28:26 2001 UTC (10 years, 9 months ago) by wiz
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>