diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-05-20 19:20:55 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-05-20 19:20:55 +0000 |
commit | d8a67cf6190946024088340cd2235105c8019834 (patch) | |
tree | 87572bce79bb98cb7ba53788eacbc021da3a3707 /audio/libao/distinfo | |
parent | d85c1d7dd3e205b1511a866e8b7201d5979cbc70 (diff) | |
download | pkgsrc-d8a67cf6190946024088340cd2235105c8019834.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/distinfo')
-rw-r--r-- | audio/libao/distinfo | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/libao/distinfo b/audio/libao/distinfo index f911cfedcf5..6d5884e7747 100644 --- a/audio/libao/distinfo +++ b/audio/libao/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.16 2005/02/23 20:39:47 agc Exp $ +$NetBSD: distinfo,v 1.17 2005/05/20 19:20:55 jmmv Exp $ SHA1 (libao-0.8.6.tar.gz) = 2050e008ffcfd6803e2c2c03c7d5f469b6d8379e RMD160 (libao-0.8.6.tar.gz) = 650258240295f221e95d39cf2380ada73f3cb4e1 Size (libao-0.8.6.tar.gz) = 387583 bytes -SHA1 (patch-aa) = 09434b7552954e4dcef0a7d544f7576de6189785 SHA1 (patch-ab) = 9d6902cf3532d858e9c3d2cce75c5b5869634028 SHA1 (patch-ac) = b857f4cc3aa195230ce32f6b466d461016400f65 SHA1 (patch-ad) = ed97b52cee1ea5652da233cdd4cf92320d56934d -SHA1 (patch-ae) = 3b7c1e94ae0b8fe5124fd28780994a6ee3758428 +SHA1 (patch-ae) = 06e4d61d6465009e509d58a4eec6bd8c6f09b62f |