1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -* |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name amrnb |
---|
7 | version 7.0.0.2 |
---|
8 | revision 0 |
---|
9 | categories audio |
---|
10 | maintainers jmpoure |
---|
11 | description Adaptive Multi-Rate Floating-point (AMR) Speech Codec |
---|
12 | long_description Adaptive Multi-Rate Floating-point (AMR) Speech Codec |
---|
13 | homepage http://www.penguin.cz/~utx/amr |
---|
14 | platforms darwin |
---|
15 | master_sites http://ftp.penguin.cz/pub/users/utx/amr/ |
---|
16 | |
---|
17 | checksums md5 ab3476a0a058c8f2bf026d484fc8a597 \ |
---|
18 | sha1 e431206b64caca8ed47d876d602ef97f36ca2f20 \ |
---|
19 | rmd160 c69c6cfc69a554500520ab578bd08af2f43af61e |
---|
20 | |
---|
21 | use_bzip2 yes |
---|
22 | |
---|