diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-08-27 01:26:34 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-08-27 01:26:34 +0000 |
commit | 9f49d35673785ccc2c8af01b936097cffd49686b (patch) | |
tree | 4e78682eac0541a9134129a1ed96f6eb0d3517c2 /audio/libao/Makefile | |
parent | Update to 1.4 Build 127 (diff) |
Update libao to 0.8.0, which breaks mpg321. Update libogg, libvorbis,
vorbis-tools and the vorbis meta-port to 1.0rc2. This version
supports "channel coupling" for more efficient compression of stereo
material.
Submitted by: Christian Weisgerber (maintainer)
Notes
Notes:
svn path=/head/; revision=46948
Diffstat (limited to 'audio/libao/Makefile')
-rw-r--r-- | audio/libao/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 84fa2ddc3008..b1c6f5ff3216 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -6,9 +6,9 @@ # PORTNAME= libao -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= audio -MASTER_SITES= http://www.vorbis.com/files/rc1/unix/ +MASTER_SITES= http://www.vorbis.com/files/rc2/unix/ MAINTAINER= naddy@mips.inka.de @@ -23,6 +23,8 @@ MAKE_ENV= DOC="" MAKE_ENV= DOC=doc .endif +MAN5= libao.conf.5 + .include <bsd.port.pre.mk> .if defined(HAVE_ESOUND) |