Ticket #19450: Portfile

File Portfile, 906 bytes (added by astifter@…, 15 years ago)

Portfile for version 1.7.3 of mpg123

Line 
1# $Id: Portfile 48820 2009-03-29 20:49:30Z blb@macports.org $
2
3PortSystem 1.0
4name            mpg123
5version         1.7.3
6categories      audio
7maintainers     gmx.at:astifter openmaintainer
8description     fast mp3 player for linux and unix systems
9long_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
19homepage        http://www.mpg123.de/
20platforms       darwin
21master_sites    http://www.mpg123.de/download/
22use_bzip2       yes
23checksums       md5 2123db16c22a1fe3c5517c1551aa9d8b
24
25depends_lib     port:libtool
26
27platform darwin powerpc {
28    configure.args-append --with-cpu=altivec
29}