summaryrefslogtreecommitdiff
path: root/audio/libao/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-04-13Add a MESSAGE.common to tell user to install a libao plugin.reed1-2/+2
I used MESSAGE.common so a MESSAGE.${OPSYS} could also be added. Bump PKGREVISION. Clarify DESCR and do not mention all the outputs it supports as this may make it appear it is works without installing another plugin. TODO: What about NULL, WAV, IRIX, and ALSA?
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-06-06Fix the previous PKGREVISION bump by setting PKGREVISION in Makefile,minskim1-2/+2
instead of Makefile.common.
2005-05-20- Change libao to not build OSS, Sun, MacOS X nor several other plugins evenjmmv1-1/+6
when the header files are found. Bump its revision to 1 due to this. This makes the libao package completely audio-output agnostic. - Add a libao-macosx package containing the MacOS X plugin (sorry, untested). - Add a libao-oss package containing the OSS plugin. While here, use ossaudio.buildlink3.mk to determine the audio device instead of hardcoding it in a patch. - Add a libao-macosx package containing the Sun audio plugin (sorry, untested). Change approved by silence on tech-pkg@ for quite a long time since my proposal. I'm doing these changes to cleanup the base libao package. Before these, it contained a huge conditional to determine when the OSS and/or Sun plugins were built, which often failed in untested platforms (PLIST inconsistencies, for example). Having these plugins in independent packages makes debugging easier, keeps the dependency tree clean and also lets us use {ONLY,NOT}_FOR_PLATFORM directives to easily say where they work or don't.
2004-11-16Changes 0.8.5:adam1-4/+1
* Support now for the ALSA 1.0 API * ALSA mmap() mode can be enabled/disabled at runtime using "use_mmap" option. * Patch to OSS plugin to fix skipping issues with some drivers (like emu10k1). * Can build with --disable-esd option again * Minor build fixes
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-04-22Clean up traces of buildlink2->buildlink3 conversion; remove unusedwiz1-3/+1
bl2 file.
2004-01-07Mark this package as not ready for pkgviews. It needs to be fixed withjlam1-2/+2
respect to its plugin directory.
2004-01-07Only libao has been bl3ified. Fix building of libao-{arts,esound} untiljlam1-1/+3
they have been, too.
2004-01-05bl3ifyjlam1-1/+3
2003-12-08Update to 0.8.4:wiz1-3/+1
* Incorporated OS X patches from the Fink team. * AIX output plugin by Stefan Tibus. * Improvements in plugin detection code by David Walser, especially when ESD or aRts are present. * NAS plugin from Antoine Mathys. * Portability fixes for various platforms (including dlopen() bugs) including HP-UX and *BSD. * Memory/resource leak fixes * Significant fixes to ALSA 0.9.x plugin by Kevin Cody, Jr. This should fix stuttering audio for mpg321 users. The --enable-alsa09-mmap option to ./configure turns on memory-mapped I/O. Note this is an experimental feature and causes some problems with some sound card drivers and also users of the dmix software mixer.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-04-11Split Makefile for plugin support.jmmv1-18/+3
2003-04-11Prepend audio to CATEGORIES.jmmv1-2/+2
2002-10-04Bump the PKGREVISION as a result of changing the dsp device search order.jlam1-1/+2
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-3/+3
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).lukem1-4/+4
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-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:lukem1-3/+3
- alsa09 plugin updated
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. Alsojlam1-1/+4
force ESD to not be detected (not sure if this is what we want, but it was a hidden dependency).
2001-08-14update from libao 0.7.0 to libao 0.8.0lukem1-4/+4
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.0lukem1-4/+3
2001-03-28Fix PLIST, noted in recent i386 bulk build.wiz1-1/+2
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 Weisgerberwiz1-3/+6
<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-15Initial import of libao, a platform independent audio library.wiz1-0/+16
Package by Jeremy C. Reed, submitted in pkg/12412.