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/vorbis | |
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/vorbis')
-rw-r--r-- | audio/vorbis/Makefile | 4 | ||||
-rw-r--r-- | audio/vorbis/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/vorbis/Makefile b/audio/vorbis/Makefile index 673d9516cd7d..b7f82cf987f9 100644 --- a/audio/vorbis/Makefile +++ b/audio/vorbis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vorbis -PORTVERSION= 1.0.r1 +PORTVERSION= 1.0.r2 PORTEPOCH= 2 CATEGORIES= audio MASTER_SITES= # empty @@ -15,7 +15,7 @@ EXTRACT_ONLY= # empty MAINTAINER= naddy@mips.inka.de -LIB_DEPENDS= ao.1:${PORTSDIR}/audio/libao \ +LIB_DEPENDS= ao.2:${PORTSDIR}/audio/libao \ ogg.2:${PORTSDIR}/audio/libogg \ vorbis.0:${PORTSDIR}/audio/libvorbis RUN_DEPENDS= ogg123:${PORTSDIR}/audio/vorbis-tools diff --git a/audio/vorbis/pkg-descr b/audio/vorbis/pkg-descr index 013e83ea57c5..71576dbcfe97 100644 --- a/audio/vorbis/pkg-descr +++ b/audio/vorbis/pkg-descr @@ -9,4 +9,4 @@ patent concerns. This is a meta-port for all the vorbis-related ports. -WWW: http://www.vorbis.com +WWW: http://www.vorbis.com/ |