Ticket #3266: libvorbis-Portfile

File libvorbis-Portfile, 744 bytes (added by namely_void@…, 19 years ago)

New aoTuV b3 portfile for libvorbis

Line 
1# $Id: Portfile,v 1.10 2004/12/28 20:07:58 toby Exp $
2
3PortSystem 1.0
4name             libvorbis
5version          1.1.0
6categories       audio
7maintainers      toby@opendarwin.org
8description      The Vorbis General Audio Compression Codec
9long_description \
10    Ogg Vorbis is a fully open, non-proprietary, \
11    patent-and-royalty-free, general-purpose compressed audio format for \
12    audio and music at fixed and variable bitrates from 16 to 128 \
13    kbps/channel.
14homepage         http://www.vorbis.com/
15platforms        darwin
16master_sites     http://downloads.xiph.org/releases/vorbis/
17checksums        md5 bb764aeabde613d1a424a29b1f15e7e6
18depends_lib      lib:libogg.0:libogg
19
20variant aoTuVb3 {
21        patchfiles-append aoTuV-beta3.patch
22}