Commit graph

32 commits

Author SHA1 Message Date
wiz
1a9512aabe Update to 0.8.8:
0.8.8 - Thu May 24
 - New win32 driver
 - Few fixes and changes in autotools and configuration files.

0.8.7 - unreleased snapshot
- obsolete alsa device renamed to alsa05
- the 'alsa' device now uses the 0.9/1.0 API
- ALSA driver fixes
2007-11-30 17:50:30 +00:00
joerg
7f279c69f3 DESTDIR support. 2006-11-02 17:59:37 +00:00
reed
ec34a0d8c3 Add a MESSAGE.common to tell user to install a libao plugin.
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-04-13 21:26:17 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
minskim
003f933331 Fix the previous PKGREVISION bump by setting PKGREVISION in Makefile,
instead of Makefile.common.
2005-06-06 01:52:39 +00:00
jmmv
3d5351f8df - Change libao to not build OSS, Sun, MacOS X nor several other plugins even
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.
2005-05-20 19:20:55 +00:00
adam
3e7106a6e4 Changes 0.8.5:
* 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-16 14:49:13 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
wiz
8fcc6f2165 Clean up traces of buildlink2->buildlink3 conversion; remove unused
bl2 file.
2004-04-22 12:29:35 +00:00
jlam
1c7713648c Mark this package as not ready for pkgviews. It needs to be fixed with
respect to its plugin directory.
2004-01-07 18:07:46 +00:00
jlam
1de906e2e6 Only libao has been bl3ified. Fix building of libao-{arts,esound} until
they have been, too.
2004-01-07 18:00:16 +00:00
jlam
a39c6cf9fa bl3ify 2004-01-05 20:48:01 +00:00
wiz
534d110ac4 Update to 0.8.4:
* 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-12-08 14:33:47 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jmmv
566e050976 Split Makefile for plugin support. 2003-04-11 19:11:09 +00:00
jmmv
164dbcd350 Prepend audio to CATEGORIES. 2003-04-11 17:26:17 +00:00
jlam
f449913d0a Bump the PKGREVISION as a result of changing the dsp device search order. 2002-10-04 08:14:14 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
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-25 18:38:05 +00:00
lukem
d48f3565dc Update libao from 0.8.2 to 0.8.3 (for ogg vorbis 1.0 release).
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-08-05 13:08:38 +00:00
skrll
a8f1c94026 This pkg doesn't need automake to build. 2002-03-05 17:38:49 +00:00
lukem
aca9cc2330 Update from 0.8.0 to 0.8.2. Visible changes:
- alsa09 plugin updated
2002-01-02 12:23:48 +00:00
jlam
04d88431f1 Explicitly disable esd, alsa, and arts plugins since we may not have those
installed.  We only support the OSS and Sun (native) audio plugins.
2001-10-04 04:01:00 +00:00
skrll
2e712f08ed autoconf is not needed to build this pkg. 2001-08-29 12:22:38 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
skrll
ec3aee670c Update automake to 1.4-p5 (1.5 is available)
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-26 10:32:18 +00:00
jlam
81ff426431 Use ossaudio.buildlink.mk and enable the build of the OSS plugin. Also
force ESD to not be detected (not sure if this is what we want, but it was
a hidden dependency).
2001-08-23 16:42:31 +00:00
lukem
bf17e8a1ef update from libao 0.7.0 to libao 0.8.0
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-14 14:33:29 +00:00
lukem
5fefcf266b update to version 0.7.0 2001-08-08 09:18:28 +00:00
wiz
563ebb80a1 Fix PLIST, noted in recent i386 bulk build. 2001-03-28 10:21:55 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
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-27 03:19:43 +00:00
wiz
a01bce148a Add native Open/NetBSD audio support, supplied by Christian Weisgerber
<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-20 09:57:36 +00:00
wiz
9f48ba25e0 Initial import of libao, a platform independent audio library.
Package by Jeremy C. Reed, submitted in pkg/12412.
2001-03-15 20:35:58 +00:00