1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name moc |
---|
6 | version 2.4.3 |
---|
7 | categories multimedia |
---|
8 | maintainers martinvazquez.net:eu |
---|
9 | description MOC (music on console) is a console audio player for LINUX/UNIX |
---|
10 | long_description MOC (music on console) is a console audio player for LINUX/UNIX \ |
---|
11 | designed to be powerful and easy to use. \ |
---|
12 | Internet stream (Icecast, Shoutcast) are supported, \ |
---|
13 | key mapping can be fully customized. \ |
---|
14 | Supported file formats are: mp3, Ogg Vorbis, FLAC, Musepack, Speex, WAVE, \ |
---|
15 | AIFF, AU (and other less popular formats supported by libsndfile. New formats \ |
---|
16 | support is under development. |
---|
17 | |
---|
18 | homepage http://moc.daper.net |
---|
19 | platforms darwin |
---|
20 | master_sites ftp://ftp.daper.net/pub/soft/moc/stable/ |
---|
21 | |
---|
22 | checksums md5 8808082848e90eeec5415baaec7e98ad \ |
---|
23 | sha1 d9b54636f51f5366e94b684ddff3e869b1c634ac \ |
---|
24 | rmd160 34470535b16ab329a9055b05550028ceb0a860f7 |
---|
25 | |
---|
26 | use_bzip2 yes |
---|
27 | |
---|
28 | depends_lib port:libiconv \ |
---|
29 | port:ncurses \ |
---|
30 | port:libmad \ |
---|
31 | port:mpc \ |
---|
32 | port:libid3tag \ |
---|
33 | port:libsamplerate \ |
---|
34 | port:jack \ |
---|
35 | port:curl |
---|
36 | |
---|
37 | |
---|
38 | patchfiles patch-configure.diff \ |
---|
39 | options.c.diff |
---|
40 | |
---|
41 | configure.args --with-jack |
---|
42 | |
---|
43 | default_variants +autojack |
---|
44 | |
---|
45 | |
---|
46 | variant autojack description {Autostart jack on mocp init and close it on server stop} { |
---|
47 | patchfiles-append autojack.diff |
---|
48 | } |
---|