# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name darkice version 1.1 categories audio platforms darwin freebsd maintainers syndicat.com:nd description live audio encoder and streamer long_description DarkIce is a live audio streamer. It records audio from \ an audio interface (e.g. sound card), encodes it and \ sends it to a streaming server (i.e. IceCast, ShoutCast...). homepage http://www.darkice.org/ master_sites googlecode \ ${homepage}download/ checksums sha1 8379670b477ce72beabd3a2d920ee880f69d7a30 \ rmd160 cdb94d8822dad426a2b1726f1912205417852738 default_variants +jack +lame variant jack description {Add JACK Audio connectivity} { depends_lib-append \ port:jack configure.args-append \ --with-jack-prefix=${prefix} \ --with-jack } variant lame description {Add LAME encoding} { depends_lib-append \ port:lame configure.args-append \ --with-lame-prefix=${prefix} \ --with-lame } variant twolame description {Add TWOLAME encoding} { depends_lib-append \ port:twolame configure.args-append \ --with-twolame-prefix=${prefix} \ --with-twolame } variant faac description {Add FAAC encoding} { depends_lib-append \ port:faac configure.args-append \ --with-faac-prefix=${prefix} \ --with-faac } variant vorbis description {Add OGG-VORBIS encoding} { depends_lib-append \ port:libvorbis configure.args-append \ --with-vorbis-prefix=${prefix} \ --with-vorbis } variant samplerate description {Add Samplerate encoding} { depends_lib-append \ port:libsamplerate configure.args-append \ --with-samplerate-prefix=${prefix} \ --with-samplerate }