diff options
author | trevor <trevor@FreeBSD.org> | 2001-08-27 09:26:34 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-08-27 09:26:34 +0800 |
commit | 9b53abcf9538c55f306468c2bce9d6125f689be2 (patch) | |
tree | d6bfbf6ac0db0e5dfd747bbc44005ef95ece3aca /audio/libogg/Makefile | |
parent | 777aa4b998be277f5ae49783d0850e50ea69379f (diff) | |
download | freebsd-ports-gnome-9b53abcf9538c55f306468c2bce9d6125f689be2.tar.gz freebsd-ports-gnome-9b53abcf9538c55f306468c2bce9d6125f689be2.tar.zst freebsd-ports-gnome-9b53abcf9538c55f306468c2bce9d6125f689be2.zip |
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)
Diffstat (limited to 'audio/libogg/Makefile')
-rw-r--r-- | audio/libogg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index cea06884bf04..c93dce2958d9 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -6,10 +6,10 @@ # PORTNAME= libogg -PORTVERSION= 1.0.r1 +PORTVERSION= 1.0.r2 PORTEPOCH= 2 CATEGORIES= audio -MASTER_SITES= http://www.vorbis.com/files/rc1/unix/ +MASTER_SITES= http://www.vorbis.com/files/rc2/unix/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} MAINTAINER= naddy@mips.inka.de |