summaryrefslogtreecommitdiff
path: root/audio/tremor
AgeCommit message (Collapse)AuthorFilesLines
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam1-7/+5
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
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-3/+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-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-11/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-19Unused.wiz1-19/+0
2004-02-19Add buildlink3.mk.wiz1-0/+22
2004-02-19Convert to buildlink3. Update autoconf dependency,wiz1-1/+3
since currently-in-pkgsrc-libtool needs autoconf-2.50+.
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-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-29Update tremor library to latest version (is a few months old, I've had thechris2-6/+6
update for a while) Changes are mostly optisations, also changes in how memory is managed with a view to using the minimum amount necessary.
2002-12-05Update Tremor to latest snapshot. One file has changed, seems to bechris2-6/+6
shrinking a buffer and removes a couple of tables.
2002-10-16Update tremor library to a newer snapshot, mostly more optimisation,chris3-19/+6
a few bug fixes, removes the need for patches.
2002-10-02make use of new automake.mkdillo1-5/+8
2002-09-24Fix version number, this release is 1.0.2, the libary version is 1.2.0.chris2-4/+4
2002-09-24Initial import of tremor, the fixed point ogg vorbis decoder lib.chris6-0/+80