2012-01-12 17:34:28 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Changes 0.3.3:
* Update library's soname version.
* Link against libm.
|
2011-12-29 17:19:25 by Rumko | Files touched by this commit (4) |
Log message:
Add configure check for libm
Fixes build for DragonFly BSD.
Provided by Matthias Rampke through PR pkg/45757
|
2011-12-22 08:47:43 by Steven Drake | Files touched by this commit (2) |
Log message:
Include audio/alsa-lib/buildlink3.mk on Linux.
|
2011-11-30 21:52:46 by Thomas Klausner | Files touched by this commit (5) |
Log message:
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.
|
2011-11-30 19:46:47 by Matthias Scheler | Files touched by this commit (1) | |
Log message:
Remove GCC 4.1.* build fix which is no longer necessary after the
update to version 0.3.2.
|
2011-11-30 15:30:57 by Thomas Klausner | Files touched by this commit (4) |
Log message:
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.
|
2011-11-30 12:59:39 by Thomas Klausner | Files touched by this commit (3) |
Log message:
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.
|
2011-11-30 09:52:02 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Add comment for last change.
|
2011-11-30 09:29:36 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Ignore compiler warnings if GCC 4.1.* is used. This fixes the build
under NetBSD/amd64 5.1_STABLE.
|
2011-11-29 20:39:31 by Thomas Klausner | Files touched by this commit (9) |
Log message:
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.
|