summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-05-20 19:20:55 +0000
committerjmmv <jmmv>2005-05-20 19:20:55 +0000
commitc8ab7122bcdc7e5233b2e5f3cb227e3e91ec724c (patch)
tree87572bce79bb98cb7ba53788eacbc021da3a3707 /doc
parenta73fcd80581ec26f4bbfd213f4d251c217138a95 (diff)
downloadpkgsrc-c8ab7122bcdc7e5233b2e5f3cb227e3e91ec724c.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 'doc')
-rw-r--r--doc/CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 0d37c0b9071..37e05269ba3 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.10142 2005/05/20 18:12:16 augustss Exp $
+$NetBSD: CHANGES,v 1.10143 2005/05/20 19:20:55 jmmv Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -2550,3 +2550,7 @@ Changes to the packages collection and infrastructure in 2005:
Updated html to 4.01nb2 [wiz 2005-05-20]
Updated xephem to 3.6.4 [drochner 2005-05-20]
Added py-mcrypt-1.1 [augustss 2005-05-20]
+ Updated libao to 0.8.6nb1 [jmmv 2005-05-20]
+ Added libao-macosx-0.8.6 [jmmv 2005-05-20]
+ Added libao-oss-0.8.6 [jmmv 2005-05-20]
+ Added libao-sun-0.8.6 [jmmv 2005-05-20]