summaryrefslogtreecommitdiff
path: root/audio/libao
AgeCommit message (Collapse)AuthorFilesLines
2005-05-06Pullup ticket 483 - requested by Juan Romero Pardinessnj1-2/+2
portability fix for libao Revision pulled up: - pkgsrc/audio/libao/Makefile.common 1.18 Module Name: pkgsrc Committed By: xtraeme Date: Tue May 3 14:50:28 UTC 2005 Modified Files: pkgsrc/audio/libao: Makefile.common Log Message: Do not install the sun plugin on DragonFlyBSD, patch from Joerg Sonnenberger in PR pkg/30120.
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-02-18Update to 0.8.6:wiz5-31/+31
0.8.6 - January 11, 2005 - Added Polypaudio driver(libao-polyp 0.4) from Lennart Poettering - Use esd_close() in the esd driver - Broaden sample rate tolerance in the OSS driver for nForce compatibility
2004-12-18add libmacosx for Darwin.grant1-0/+2
2004-12-18Darwin doesn't build liboss or libsun, but does use dlopen.grant1-1/+5
no PKGREVISION bump because it didn't build before.
2004-11-16Changes 0.8.5:adam7-30/+31
* 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-11-12Give this a chance to build on MacOS X.hubertf2-12/+23
Tested by Holger Amann [keeney at fehu dot org]
2004-10-12Make work on Interix. (Its base libao has no direct audio drivers; atv1-1/+4
plugin such as libao-esound is required.)
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-9/+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-04-22Clean up traces of buildlink2->buildlink3 conversion; remove unusedwiz3-32/+5
bl2 file.
2004-03-15Fix PLIST on Linux; libsun.* are not installed except on Linux/sparc.minskim1-1/+4
Closes PR pkg/24577. OK'ed by reed@.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-3/+4
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-19buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk.wiz2-5/+2
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
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-22Solaris has no OSS, tweak the PLIST appropriately.grant2-5/+10
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-11Add a buildlink3.mk file for libao.jlam1-0/+18
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} untiljlam2-5/+11
they have been, too.
2004-01-07Minor fix; add _DEFAULT to prefix variable.jmmv1-2/+2
2004-01-05bl3ifyjlam2-5/+7
2003-12-09Capitalize first letter of COMMENT.reed1-2/+2
2003-12-08Update to 0.8.4:wiz10-44/+68
* 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-10-03FreeBSD will not build the libsun audio plugin, so use PLIST_SUBST toxtraeme2-5/+13
disable it. (Thanks wiz! :)
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-04-11Split Makefile for plugin support.jmmv2-18/+27
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-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