Commit graph

29 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
rillig
8dec96ea13 Fixed PKGMANDIR. 2006-12-19 01:18:18 +00:00
joerg
7f279c69f3 DESTDIR support. 2006-11-02 17:59:37 +00:00
lukem
eb5046567d Reset MAINTAINER; I don't have the time nor inclination to maintain
these any more.
2006-04-22 07:32:24 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +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
minskim
b93dee1440 Replace patches that remove -ldl with those that use BUILDLINK_LDADD.dl.
Bump PKGREVISION.
2005-06-06 01:37:13 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +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
xtraeme
d64123d4f9 Do not install the sun plugin on DragonFlyBSD, patch from
Joerg Sonnenberger in PR pkg/30120.
2005-05-03 14:50:28 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
662fd1a6b6 Update to 0.8.6:
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
2005-02-18 17:22:07 +00:00
grant
c979d5aea4 Darwin doesn't build liboss or libsun, but does use dlopen.
no PKGREVISION bump because it didn't build before.
2004-12-18 17:12:00 +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
49a12818c2 Make work on Interix. (Its base libao has no direct audio drivers; a
plugin such as libao-esound is required.)
2004-10-12 14:33:58 +00:00
wiz
8fcc6f2165 Clean up traces of buildlink2->buildlink3 conversion; remove unused
bl2 file.
2004-04-22 12:29:35 +00:00
minskim
c59a20a8c3 Fix PLIST on Linux; libsun.* are not installed except on Linux/sparc.
Closes PR pkg/24577.  OK'ed by reed@.
2004-03-15 19:10:21 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
grant
816f94091e Solaris has no OSS, tweak the PLIST appropriately. 2004-01-22 22:52:10 +00:00
grant
4567e3bf3b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:26:08 +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
reed
aa42f1c5ce Capitalize first letter of COMMENT. 2003-12-09 00:54:29 +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
xtraeme
b9d4304224 FreeBSD will not build the libsun audio plugin, so use PLIST_SUBST to
disable it. (Thanks wiz! :)
2003-10-03 18:31:18 +00:00
jmmv
566e050976 Split Makefile for plugin support. 2003-04-11 19:11:09 +00:00