[Lunar-commits] wavpack: initial import.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Fri Jan 18 23:18:39 CET 2008


commit 1aa2c32826a169583a3cd5526c84829918757250
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Fri Jan 18 17:18:39 2008 -0500

    wavpack: initial import.
---
 audio/wavpack/BUILD   |    7 +++++++
 audio/wavpack/DETAILS |   29 +++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/audio/wavpack/BUILD b/audio/wavpack/BUILD
new file mode 100644
index 0000000..952090b
--- /dev/null
+++ b/audio/wavpack/BUILD
@@ -0,0 +1,7 @@
+(
+
+  egrep '\<mmx\>' /proc/cpuinfo &> /dev/null && OPTS="$OPTS --enable-mmx"
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/audio/wavpack/DETAILS b/audio/wavpack/DETAILS
new file mode 100644
index 0000000..05aef2c
--- /dev/null
+++ b/audio/wavpack/DETAILS
@@ -0,0 +1,29 @@
+          MODULE=wavpack
+         VERSION=4.41.0
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://www.wavpack.com/
+      SOURCE_VFY=sha1:ddc19302d934bf48ebb8f185441d19e5d3c5bdec
+        WEB_SITE=http://www.wavpack.com/index.html
+         ENTERED=20080118
+         UPDATED=20080118
+           SHORT="audio compression formats"
+cat << EOF
+WavPack is a completely open audio compression format providing lossless,
+high-quality lossy, and a unique hybrid compression mode.
+
+In the default lossless mode WavPack acts just like a WinZip compressor for
+audio files. However, unlike MP3 or WMA encoding which can affect the sound
+quality, not a single bit of the original information is lost, so there's no
+chance of degradation.
+
+The hybrid mode provides all the advantages of lossless compression with an
+additional bonus. Instead of creating a single file, this mode creates both a
+relatively small, high-quality lossy file that can be used all by itself, and a
+"correction" file that (when combined with the lossy file) provides full
+lossless restoration.
+
+WavPack employs only well known, public domain techniques (i.e., linear
+prediction with LMS adaptation, Elias and Golomb codes) in its implementation.
+Methods and algorithms that have ever been patented (e.g., arithmetic coding,
+LZW compression) are specifically avoided.
+EOF


More information about the Lunar-commits mailing list