1 | # $Id: Portfile 47851 2009-03-08 16:01:17Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name mpg123 |
---|
5 | version 1.7.0 |
---|
6 | categories audio |
---|
7 | maintainers gmx.at:astifter openmaintainer |
---|
8 | description fast mp3 player for linux and unix systems |
---|
9 | long_description \ |
---|
10 | Mpg123 is a fast, free and portable MPEG audio player for Unix. It \ |
---|
11 | supports MPEG 1.0/2.0 layers 1, 2 and 3. For full CD quality \ |
---|
12 | playback (44 kHz, 16 bit, stereo) a Pentium, SPARCstation10, DEC \ |
---|
13 | Alpha or similar CPU is required. Mono and/or reduced quality \ |
---|
14 | playback (22 kHz or 11 kHz) is even possible on 486 CPUs. \ |
---|
15 | \ |
---|
16 | This version uses EsounD on a pure Darwin install and CoreAudio \ |
---|
17 | on Mac OS X. |
---|
18 | |
---|
19 | homepage http://www.mpg123.de/ |
---|
20 | platforms darwin |
---|
21 | master_sites http://www.mpg123.de/download/ |
---|
22 | checksums md5 e25bad2e41598453293a1f9d823f5767 |
---|
23 | |
---|
24 | depends_lib port:libtool |
---|
25 | |
---|
26 | platform darwin powerpc { |
---|
27 | configure.args-append --with-cpu=altivec |
---|
28 | } |
---|