summaryrefslogtreecommitdiff
path: root/audio/libaudiofile
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
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-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-17Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymoreseb1-2/+1
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-09Unused.wiz1-22/+0
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam1-1/+2
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-16If the ${PKGBASE} of a package doesn't match the token passed tojlam1-1/+2
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-09update to 0.2.6recht2-5/+5
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-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-2/+4
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
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:jmmv2-5/+5
- Fix bugs related to processing 24-bit audio data. - Made AIFF/AIFF-C parsing more robust.
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-10Whitespace fixescjep1-3/+3
2004-01-05bl3ifyjlam1-2/+4
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
recommended by seb :)
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-9/+6
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam1-0/+19
buildlink3 framework.
2003-10-05Update to 0.2.4:wiz2-7/+7
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.rh3-14/+3
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-10-08Unused.wiz1-51/+0
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam4-4/+25
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.rh3-2/+15
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.wiz3-7/+8
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-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-03Substitute the real config script for the config wrapper script injlam1-1/+3
installed files. We don't want buildlink references to escape into the install directory.
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam1-2/+3
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum).
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-4/+5
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-02Allow overriding of *_CONFIG variables in a package Makefile when usingjlam1-2/+3
USE_BUILDLINK_ONLY.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-4/+5
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-19The libraries are libaudiofile.*, not audiofile.*.jlam1-2/+2
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-16Add buildlink.mk files for use by other packages.jlam1-0/+44
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-02Update to 0.2.1, provided by Nathan Ahlstrom in pkg/12315.wiz3-7/+6
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.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
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:rh2-7/+7
* 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:jlam3-10/+18
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.