1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name darkice |
---|
6 | version 1.0 |
---|
7 | categories audio |
---|
8 | maintainers syndicat.com:nd |
---|
9 | description live audio encoder and streamer |
---|
10 | long_description DarkIce is a live audio streamer. It records audio from an audio interface \ |
---|
11 | (e.g. sound card), encodes it and sends it to a streaming server (i.e. IceCast, ShoutCast...). \ |
---|
12 | (depending from your encoding needs you may need to preinstall lame, twolame, vorbis and/or faac/faad) |
---|
13 | |
---|
14 | homepage http://www.darkice.org/ |
---|
15 | platforms darwin freebsd |
---|
16 | master_sites http://darkice.google.com/files/ \ |
---|
17 | http://darkice.org/download/ |
---|
18 | |
---|
19 | checksums md5 1804e63d42a9703d01fe378c9a77c473 \ |
---|
20 | sha1 dcf9b16f9421c57d5c4afdc601a5a482aa815028 \ |
---|
21 | rmd160 644fa78893ff566f6967265212f151dc658bca34 |
---|
22 | |
---|
23 | |
---|
24 | configure.args --with-vorbis-prefix=${prefix} \ |
---|
25 | --with-lame-prefix=${prefix} \ |
---|
26 | --with-twolame-prefix=${prefix} \ |
---|
27 | --with-faac-prefix=${prefix} \ |
---|
28 | --mandir=${prefix}/share/man |
---|
29 | |
---|