summaryrefslogtreecommitdiff
path: root/audio/libao
AgeCommit message (Collapse)AuthorFilesLines
2002-10-04Bump the PKGREVISION as a result of changing the dsp device search order.jlam1-1/+2
2002-10-04Use a smarter sequence for finding a OSS dsp device: first try /dev/dsp,jlam2-7/+23
then try /dev/sound.
2002-09-22Update PLIST.mycroft1-1/+2
2002-08-31Not needed any longer.wiz1-36/+0
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam6-7/+28
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-08-05Update libao from 0.8.2 to 0.8.3 (for ogg vorbis 1.0 release).lukem5-10/+38
Notable changes: - fix to ao.m4 macro - minor alsa09 plugin updates - fixes to irix plugin Note: patch-ac added to remove unconditional use of -ldl in libao.la.
2002-06-06s/LIGAO/LIBAO/kei1-4/+4
2002-03-05This pkg doesn't need automake to build.skrll1-3/+1
2002-01-02Update from 0.8.0 to 0.8.2. Visible changes:lukem6-26/+26
- alsa09 plugin updated
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-04Explicitly disable esd, alsa, and arts plugins since we may not have thosejlam1-2/+6
installed. We only support the OSS and Sun (native) audio plugins.
2001-08-29autoconf is not needed to build this pkg.skrll1-2/+1
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-23Use ossaudio.buildlink.mk and enable the build of the OSS plugin. Alsojlam4-3/+23
force ESD to not be detected (not sure if this is what we want, but it was a hidden dependency).
2001-08-17RCS police.wiz2-2/+4
2001-08-14update from libao 0.7.0 to libao 0.8.0lukem7-55/+63
NOTE: api has changed (different major number on library). all other libao packages need updating as well changes: * New API is not compatible with programs that used the old API. * Default driver detection works correctly. * Compilation fixes for the BSDs and Solaris. * OSS driver no longer freezes on systems using the OSS emulation layer of ALSA when the dsp device is in use by another device. * Configuration file support has been added. See the libao.conf(5) man page for details.
2001-08-08update to version 0.7.0lukem11-774/+51
2001-05-12Use /dev/sound.mycroft3-7/+7
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-28Fix PLIST, noted in recent i386 bulk build.wiz2-7/+8
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-3/+3
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-20Add native Open/NetBSD audio support, supplied by Christian Weisgerberwiz10-25/+754
<naddy@openbsd.org> in private communication; a patch against a memory leak in the wav file writer, forwarded from the vorbis-dev list by Jeremy C. Reed; also use pkgsrc libtool instead of included one, and don't depend on esd anymore. Bump version to 0.6.0nb1.
2001-03-16Fix wave-file output on big-endian machines.wiz2-1/+15
2001-03-15Initial import of libao, a platform independent audio library.wiz8-0/+108
Package by Jeremy C. Reed, submitted in pkg/12412.