The NetBSD Project

CVS log for pkgsrc/audio/libaudiofile/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / audio / libaudiofile

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.22 / (download) - annotate - [select for diffs], Sun May 20 13:38:20 2012 UTC (2 days, 18 hours ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +4 -4 lines
Diff to previous 1.21 (colored)

Update to 0.3.4:

Changes for Audio File Library version 0.3.4:

* Use hidden visibility for internal symbols.
* Add support for Sample Vision format.
* Update license for extended-precision floating-point conversion routines.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Jan 13 11:38:44 2012 UTC (4 months, 1 week ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.20: +1 -3 lines
Diff to previous 1.20 (colored)

remove unnecessary patches

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jan 12 16:34:28 2012 UTC (4 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.19: +5 -5 lines
Diff to previous 1.19 (colored)

Changes 0.3.3:
* Update library's soname version.
* Link against libm.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Dec 29 16:19:25 2011 UTC (4 months, 3 weeks ago) by rumko
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.18: +3 -2 lines
Diff to previous 1.18 (colored)

Add configure check for libm

Fixes build for DragonFly BSD.

Provided by Matthias Rampke through PR pkg/45757

Revision 1.18 / (download) - annotate - [select for diffs], Wed Nov 30 20:52:46 2011 UTC (5 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -4 lines
Diff to previous 1.17 (colored)

Remove two patches; upstream says that extending precision is not
the right approach and that he changed the calculation for 0.3.2 in a
more robust way.
Note that patch-configure will be integrated in next release.

Bump PKGREVISION for patch removal.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Nov 30 14:30:57 2011 UTC (5 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.16: +5 -6 lines
Diff to previous 1.16 (colored)

Update to 0.3.2:

Changes for Audio File Library version 0.3.2:

* Fix initialization of byte order in Creative Voice File format.
* Fix calculation of frame count in NIST SPHERE sound files.
* Remove duplicate definition of AFvirtualfile.
* Don't treat compiler warnings as errors by default.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Nov 30 11:59:39 2011 UTC (5 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

Remove:
        typedef struct _AFvirtualfile AFvirtualfile;
from af_vfs.h, the same line is in audiofile.h (which it includes),
and this breaks the build of musicpd.
Bump PGKREVISION.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Nov 29 19:39:30 2011 UTC (5 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.14: +7 -7 lines
Diff to previous 1.14 (colored)

Update to 0.3.1:

Changes for Audio File Library version 0.3.1:

* Fix installation of man pages.
* Add support for Creative Voice File format.
* Support u-law and A-law compression in Core Audio Format files.

Changes for Audio File Library version 0.3.0:

* Define AFframecount and AFfileoffset as 64-bit integers regardless of
  whether system specifies off_t as 64 bits.
* Added support for Core Audio Format.
* Added support for extensible WAVE format files.
* Fixed leak of miscellaneous data buffers. (Thanks to Stefano Magni
  for finding and fixing this problem.)
* Fixed default mapping between integer and floating-point audio data.
* Fix handling of NeXT sound files with unspecified or inconsistent length.
* Added support for miscellaneous data in IFF/8SVX files.
* Added support for byte-swapped IRCAM sound files.
* Refactored file parsing and writing.
* Refactored audio conversion.
* Updated and expanded documentation.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Apr 12 19:04:58 2010 UTC (2 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.13: +6 -7 lines
Diff to previous 1.13 (colored)

update to 0.2.7
changes:
-Fix decoding of multi-channel ADPCM WAVE files (was patched in pkgsrc)
-Reduce unshared data in library
-Fix handling of audio files with more than 2^24 frames
-Add support for writing double-precision floating-point WAVE files
-Add support for reading certain uncompressed AIFF-C files created
 by Mac OS X
-Write fact chunk in floating-point WAVE files

Revision 1.13 / (download) - annotate - [select for diffs], Tue Dec 1 10:44:02 2009 UTC (2 years, 5 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

Debian has integrated a fix for ADPCM decoding problems which is
similar to our one, and added additional sanity checks
(see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510205#59)
use their version to ease further maintainance, bump PKGREVISION

Revision 1.11.34.1 / (download) - annotate - [select for diffs], Thu Jan 22 20:21:28 2009 UTC (3 years, 3 months ago) by tron
Branch: pkgsrc-2008Q4
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored) next main 1.12 (colored)

Pullup ticket #2652 - requested by drochner
libaudiofile: security patch

Revisions pulled up:
audio/libaudiofile/Makefile			1.43
audio/libaudiofile/distinfo			1.12
audio/libaudiofile/patches/patch-ac		1.1
audio/libaudiofile/patches/patch-ad		1.1
---
Module Name:	pkgsrc
Committed By:	drochner
Date:		Wed Jan 21 15:19:27 UTC 2009

Modified Files:
	pkgsrc/audio/libaudiofile: Makefile distinfo
Added Files:
	pkgsrc/audio/libaudiofile/patches: patch-ac patch-ad

Log Message:
(attempt to) fix CVE-2008-5824 (buffer overflow in msadpcm.c),
see Debian bug #510205, just done correctly.
The IMA code might have similar problems. The code appearently can't
handle stereo files correctly anyway, so bail out if >1 channel
which should avoid the problem.
bump PKGREVISION

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jan 21 15:19:27 2009 UTC (3 years, 4 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored)

(attempt to) fix CVE-2008-5824 (buffer overflow in msadpcm.c),
see Debian bug #510205, just done correctly.
The IMA code might have similar problems. The code appearently can't
handle stereo files correctly anyway, so bail out if >1 channel
which should avoid the problem.
bump PKGREVISION

Revision 1.11 / (download) - annotate - [select for diffs], Wed Apr 27 08:59:41 2005 UTC (7 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Branch point for: pkgsrc-2008Q4
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresses
part of PR 30053.  No PKGREVISION bump because most people won't
care.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Feb 23 20:39:47 2005 UTC (7 years, 2 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Add RMD160 digests to the SHA1 ones.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Mar 9 13:29:28 2004 UTC (8 years, 2 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

update to 0.2.6
ok'd by tron@

What's new in version 0.2.6:
* Added support for AVR, IFF/8SVX, and NIST SPHERE file formats.
* Added example program demonstrating audio file playback on Mac OS X.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Feb 6 17:09:29 2004 UTC (8 years, 3 months ago) by jmmv
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

Update to 0.2.5:
- Fix bugs related to processing 24-bit audio data.
- Made AIFF/AIFF-C parsing more robust.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Oct 5 10:17:15 2003 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Update to 0.2.4:
Added support for large files.  This option is disabled by default; to
enable large file support, run configure with the flag --enable-largefile.

Improved support for markers in WAVE files.

Added support for miscellaneous data in WAVE files.

Cleaned up code in many places.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Oct 30 03:09:26 2002 UTC (9 years, 6 months ago) by rh
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Aug 25 18:38:13 2002 UTC (9 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.

Revision 1.3.2.1 / (download) - annotate - [select for diffs], Thu Aug 22 11:09:45 2002 UTC (9 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

Merge changes from pkgsrc-current into the buildlink2 branch for the
packages that have buildlink2.mk files.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 18 02:19:27 2002 UTC (9 years, 10 months ago) by rh
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION

Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 24 21:38:26 2002 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

Update to 0.2.3.
Changes since 0.2.1:
Fixed a bug involving the processing of 24-bit audio data on
little-endian systems.
Added support for IMA and MS ADPCM.
Added support for the IRCAM file format.
Added support for AF_QUERYTYPE_COMPRESSION.
Added support for floating-point data in the AIFF-C and WAVE file
formats.
Improved support for compressed data formats in AIFF-C, WAVE, and NeXT
.snd file formats.
Cleaned up code for 64-bit systems.
Cleaned up some compiler warnings.
Added many new tests.
Fixed several small bugs.
Cleaned up code in many places.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 18 12:14:32 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

Move to sha1 digests, and add distfile sizes.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 17 10:23:09 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN

+ move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>