Difference between revisions of "Wavpack"

From CBLFS
Jump to navigationJump to search
 
(4 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://wavpack.com/wavpack-{{Wavpack-Version}}.tar.bz2
+
|http://wavpack.com/wavpack-{{Wavpack-Version}}.tar.bz2
 
|}
 
|}
  
 
----
 
----
  
 
+
{{Package-Introduction|WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode.|http://www.wavpack.com/}}
 
 
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.
 
 
 
== Dependencies ==
 
 
 
=== Required ===
 
  
 
== Non-Multilib ==
 
== Non-Multilib ==
Line 25: Line 19:
  
 
  make install
 
  make install
 +
 +
[[Category:Media Libraries]]

Latest revision as of 16:33, 19 March 2009

Download Source: http://wavpack.com/wavpack-4.50.1.tar.bz2

Introduction to Wavpack

WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode.

Project Homepage: http://www.wavpack.com/

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install