1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name audacious |
---|
6 | version 2.3 |
---|
7 | categories media |
---|
8 | platforms darwin |
---|
9 | maintainers nodetwo.com:jdunn |
---|
10 | |
---|
11 | description \ |
---|
12 | Audacious is an advanced audio player. |
---|
13 | |
---|
14 | long_description \ |
---|
15 | Audacious is an advanced audio player. It is free, lightweight, based on GTK2, runs on Linux and many other *nix platforms and is focused on audio quality and supporting a wide range of audio codecs. \ |
---|
16 | \ |
---|
17 | Its advanced audio playback engine is considerably more powerful than GStreamer. Audacious is a fork of Beep Media Player (BMP), which itself forked from XMMS. |
---|
18 | |
---|
19 | homepage http://www.audacious-media-player.org/ |
---|
20 | master_sites http://distfiles.atheme.org/ |
---|
21 | |
---|
22 | extract.suffix .tgz |
---|
23 | |
---|
24 | checksums \ |
---|
25 | md5 b65753880c6762cdad6423df48590304 \ |
---|
26 | sha1 a7041650c54b6db68d0f3b3cf68f61fc7f841f34 \ |
---|
27 | rmd160 b86e28795e0fb959feade6714a103e431b5c51e0 |
---|
28 | |
---|
29 | depends_lib \ |
---|
30 | port:libmcs \ |
---|
31 | port:gtk2 \ |
---|
32 | port:dbus |
---|
33 | |
---|
34 | post-patch { |
---|
35 | # Remove terminal color sequences so the log is readable. |
---|
36 | reinplace {s|\\033[^m]*m||g} ${worksrcpath}/buildsys.mk.in |
---|
37 | } |
---|