summaryrefslogtreecommitdiff
path: root/audio/libaudiofile/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-05-20Update to 0.3.4:wiz1-2/+2
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.
2012-01-12Changes 0.3.3:adam1-13/+12
* Update library's soname version. * Link against libm.
2011-12-29Add configure check for libmrumko1-2/+2
Fixes build for DragonFly BSD. Provided by Matthias Rampke through PR pkg/45757
2011-12-22Include audio/alsa-lib/buildlink3.mk on Linux.sbd1-1/+5
2011-11-30Remove two patches; upstream says that extending precision is notwiz1-1/+2
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-30Remove GCC 4.1.* build fix which is no longer necessary after thetron1-9/+1
update to version 0.3.2.
2011-11-30Update to 0.3.2:wiz1-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-30Remove:wiz1-1/+2
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-30Add comment for last change.tron1-2/+4
2011-11-30Ignore compiler warnings if GCC 4.1.* is used. This fixes the buildtron1-1/+7
under NetBSD/amd64 5.1_STABLE.
2011-11-29Update to 0.3.1:wiz1-4/+5
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.
2010-04-12update to 0.2.7drochner1-3/+2
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
2009-12-01Debian has integrated a fix for ADPCM decoding problems which isdrochner1-2/+2
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
2009-01-21(attempt to) fix CVE-2008-5824 (buffer overflow in msadpcm.c),drochner1-2/+2
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
2008-05-25Remove me as maintainer of some package, clame ownership of a few packages.tron1-2/+2
2007-06-08Remove dead MASTER_SITES. From Zafer Aydogan.wiz1-2/+1
2006-11-05DESTDIR support.joerg1-3/+5
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-03-09update to 0.2.6recht1-2/+2
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.
2004-02-15revert last; my mk/ was not uptodate.grant1-2/+1
2004-02-15libaudiofile no longer needs libucb on Solaris. set LIBTOOL_OVERRIDEgrant1-3/+2
to create the right shared library names.
2004-02-15Use LDFLAGS.SunOS instead of conditional addition to LDFLAGS.jlam1-7/+3
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-06Update to 0.2.5:jmmv1-2/+2
- Fix bugs related to processing 24-bit audio data. - Made AIFF/AIFF-C parsing more robust.
2004-01-05bl3ifyjlam1-2/+4
2003-10-05Update to 0.2.4:wiz1-4/+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.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-04-10allow this to find libucb on Solaris.grant1-1/+7
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh1-1/+2
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-2/+2
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.
2002-07-18Patch the various pkgconfig files to include proper -Wl,-R options.rh1-1/+2
Bump PKGREVISION
2002-05-06Use "LIBTOOL_OVERRIDE" instead of "LTCONFIG_OVERRIDE" because the latertron1-3/+2
one is not effective for this package. This fixes package list problems under Solaris.
2002-03-24Update to 0.2.3.wiz1-2/+2
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.
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-03-02Update to 0.2.1, provided by Nathan Ahlstrom in pkg/12315.wiz1-3/+2
Changes: Virtual format support by a new module system, file reading and writing speed increased, more robust error handling, compiler warning cleanup.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-12-13Fix typo in MASTER_SITES. Closes pkg/11723 by zuntum@eik.pl.jlam1-2/+2
2000-11-25Update libaudiofile to 0.1.11. Changes include:rh1-5/+5
* Error handling has been vastly improved. * Querying is much more robust. Querying on loops, markers, instruments, and intsrument parameters is now implemented. * Some small bugs have been fixed.
2000-10-15Update libaudiofile to 0.1.10. Changes from version 0.1.9:jlam1-7/+9
GNOME VFS operations have been incorporated into the Audio File Library. G.711 mu-law and a-law encoding is now available for all sound file formats. Documentation has been greatly improved but still needs work.
2000-06-091) Fix HOMEPAGEjlam1-9/+10
2) USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patching configure.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-01-15Update for yet another directory structure change on the GNOME FTP sites.tron1-2/+2
2000-01-02Adapt to new directory structure on GNOME ftp sites.tron1-2/+2
1999-10-25* Move HOMEPAGE from pkg/DESCR to top-level Makefilejlam1-1/+7
* Install library documentation.
1999-10-22Update "libaudiofile" package to version 0.1.9 included in GNOME 1.0.53tron1-5/+5
release.
1999-10-07Remove me as maintainer of those packages.tron1-2/+2