diff options
author | jmmv <jmmv> | 2005-05-20 19:20:55 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-05-20 19:20:55 +0000 |
commit | f8c8fd2d62667beb8b5a58c908195925f64157e3 (patch) | |
tree | 87572bce79bb98cb7ba53788eacbc021da3a3707 /audio/libao/DESCR | |
parent | 326f6a96b3293f1bb9bed1ba20544f83a9236685 (diff) | |
download | pkgsrc-f8c8fd2d62667beb8b5a58c908195925f64157e3.tar.gz |
- 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.
Diffstat (limited to 'audio/libao/DESCR')
-rw-r--r-- | audio/libao/DESCR | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/libao/DESCR b/audio/libao/DESCR index 3d33135215f..982cb34bb40 100644 --- a/audio/libao/DESCR +++ b/audio/libao/DESCR @@ -9,5 +9,6 @@ libao currently supports: * Solaris (untested) * IRIX (untested) -This NetBSD package uses /dev/sound (instead of /dev/sound/dsp) -for the OSS support. +This package provides the libao's core library but no output plugins +by itself. You will have to install some of the libao-* packages in +order to get audio working. |