diff options
author | drochner <drochner> | 2010-05-19 18:17:27 +0000 |
---|---|---|
committer | drochner <drochner> | 2010-05-19 18:17:27 +0000 |
commit | 896f40dab145242c78db66a8269ed5919651feff (patch) | |
tree | d63a1e9b51531365041dd3bdadbaff7bb9f777cf /audio/libao/Makefile.common | |
parent | 549a36c6b4bf268fc3ce682b4738c839c4c586d5 (diff) | |
download | pkgsrc-896f40dab145242c78db66a8269ed5919651feff.tar.gz |
update to 1.0.0
changes:
-Added surround channel mapping API and capability
-New config file options
-misc updates and fixes
pkgsrc note: The format structure passed to ao_open_*() has grown a new
member ("matrix", for channel mapping). All client pkgs need to be
checked that it is at least zero-initialized.
Diffstat (limited to 'audio/libao/Makefile.common')
-rw-r--r-- | audio/libao/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libao/Makefile.common b/audio/libao/Makefile.common index aeb2487f32c..881d87e6f7b 100644 --- a/audio/libao/Makefile.common +++ b/audio/libao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.31 2008/12/18 16:36:11 jmcneill Exp $ +# $NetBSD: Makefile.common,v 1.32 2010/05/19 18:17:27 drochner Exp $ # used by audio/libao-arts/Makefile # used by audio/libao-esound/Makefile # used by audio/libao-macosx/Makefile @@ -6,7 +6,7 @@ # used by audio/libao-oss/Makefile # used by audio/libao-sun/Makefile -DISTNAME= libao-0.8.8 +DISTNAME= libao-1.0.0 CATEGORIES= audio devel MASTER_SITES= http://downloads.xiph.org/releases/ao/ |