You are not logged in.
# Contributor: Michel Brabants <michel.linux@tiscali.be>
pkgname="wavpack"
pkgver="4.2"
pkgrel=1
pkgdesc="WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode."
url="http://www.wavpack.com/index.html"
source=(http://www.wavpack.com/$pkgname-$pkgver.tar.bz2)
md5sums=('2e740b2e36833e78a227913cf0efc3b6')
build() {
cd $startdir/src/$pkgname-$pkgver
/bin/sh ./autogen.sh
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}Offline
Xmms input plug-in for wavpack is available here:
http://www.caddr.com/xmms-wavpack-test.tar.gz
As the file's name suggests, this is still a test/pre-release version. But my experience is that the playback is ok.
Offline