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/mpg321 | |
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/mpg321')
-rw-r--r-- | audio/mpg321/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/mpg321/Makefile b/audio/mpg321/Makefile index d72f60696c93..df3d737a82d5 100644 --- a/audio/mpg321/Makefile +++ b/audio/mpg321/Makefile @@ -16,6 +16,8 @@ MAINTAINER= naddy@mips.inka.de LIB_DEPENDS= ao.1:${PORTSDIR}/audio/libao BUILD_DEPENDS= ${LOCALBASE}/lib/libmad.a:${PORTSDIR}/audio/mad +BROKEN= "not yet updated for libao.so.2" + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-mpg123-symlink CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |