Ticket #14875: Portfile.2

File Portfile.2, 1.6 KB (added by milosh@…, 16 years ago)

Modified Portfile (removed dep on ffmpeg and various other things)

Line 
1# $Id$
2
3PortSystem          1.0
4
5name                moc
6version             2.4.3
7categories          multimedia
8maintainers         martinvazquez.net:eu
9description         MOC (music on console) is a console audio player for LINUX/UNIX
10long_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
18homepage            http://moc.daper.net
19platforms           darwin
20master_sites        ftp://ftp.daper.net/pub/soft/moc/stable/
21
22checksums           md5 8808082848e90eeec5415baaec7e98ad \
23                    sha1 d9b54636f51f5366e94b684ddff3e869b1c634ac \
24                    rmd160 34470535b16ab329a9055b05550028ceb0a860f7
25
26use_bzip2           yes
27
28depends_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
38patchfiles          patch-configure.diff \
39                    options.c.diff
40
41configure.args      --with-jack
42
43default_variants    +autojack
44
45
46variant autojack description {Autostart jack on mocp init and close it on server stop} {
47        patchfiles-append       autojack.diff
48}