a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20409 2006-11-03 02:14:18Z jberry@macports.org $
PortSystem 1.0
name wavpack
version 4.31
categories audio
maintainers nomaintainer@macports.org
description Hybrid lossless audio compression
long_description WavPack is a completely open audio compression format \
providing lossless, high-quality lossy, and a unique \
hybrid compression mode. Although the technology is \
loosely based on previous versions of WavPack, the new \
version 4 format has been designed from the ground up \
to offer unparalleled performance and functionality.
homepage http://www.wavpack.com/
platforms darwin
master_sites ${homepage}
checksums sha1 ea5456266ef8fe372e6050db0101cfc67bf8e8ad
use_bzip2 yes
platform darwin 8 {
configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}