| 1 | # $Id: Portfile 20409 2006-11-03 02:14:18Z jberry@macports.org $ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | name wavpack |
|---|
| 5 | version 4.41.0 |
|---|
| 6 | categories audio |
|---|
| 7 | maintainers nomaintainer@macports.org |
|---|
| 8 | description Hybrid lossless audio compression |
|---|
| 9 | long_description WavPack is a completely open audio compression format \ |
|---|
| 10 | providing lossless, high-quality lossy, and a unique \ |
|---|
| 11 | hybrid compression mode. Although the technology is \ |
|---|
| 12 | loosely based on previous versions of WavPack, the new \ |
|---|
| 13 | version 4 format has been designed from the ground up \ |
|---|
| 14 | to offer unparalleled performance and functionality. |
|---|
| 15 | homepage http://www.wavpack.com/ |
|---|
| 16 | platforms darwin |
|---|
| 17 | master_sites ${homepage} |
|---|
| 18 | checksums sha1 ddc19302d934bf48ebb8f185441d19e5d3c5bdec |
|---|
| 19 | use_bzip2 yes |
|---|
| 20 | |
|---|
| 21 | platform darwin 8 { |
|---|
| 22 | configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 |
|---|
| 23 | } |
|---|