# $Id: Portfile,v 1.8 2003/08/05 21:02:02 jkh Exp $ PortSystem 1.0 name vorbis-tools version 1.0 revision 0 categories audio maintainers jpm@opendarwin.org description The Ogg Vorbis CODEC tools long_description \ Ogg Vorbis is a fully Open, non-proprietary, \ patent-and-royalty-free, general-purpose compressed audio format for \ mid to high quality (8kHz-48.0kHz, 16+ bit, polyphonic) audio and \ music at fixed and variable bitrates from 16 to 128 kbps/channel. \ This places Vorbis in the same competetive class as audio \ representations such as MPEG-4 (AAC), and similar to, but higher \ performance than MPEG-1/2 audio layer 3, MPEG-4 audio (TwinVQ), WMA \ and PAC. homepage http://www.xiph.org/ogg/vorbis/ platforms darwin master_sites \ http://www.vorbis.com/files/1.0/unix/ \ http://www.xiph.org/ogg/vorbis/download/ checksums md5 c0a9fee54835e9c5b32d1f42c02964c9 depends_lib \ lib:libcurl.2:curl lib:libexpat.0:expat lib:libintl.1:gettext \ lib:libiconv.2:libiconv lib:libao.2:libao lib:libogg.0:libogg \ lib:libvorbis.0:libvorbis # lib:libvorbis.0:libvorbis lib:libpth:pth #patchfiles patches configure.env \ LDFLAGS="-L${prefix}/lib" \ CPPFLAGS="-I${prefix}/include -no-cpp-precomp" #build.env LDFLAGS="-lpth" configure.args --disable-ogg123 destroot.destdir prefix=${destroot}${prefix}