- Update port description to be more accurate with upstream and better

formatted for standard terminal width
- Define LICENSE knob (BSD)
This commit is contained in:
Alexey Dokuchaev 2012-01-31 03:35:38 +00:00
parent 85abe25cbb
commit e7dff988d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290145
2 changed files with 22 additions and 12 deletions

View file

@ -13,6 +13,8 @@ MASTER_SITES= http://www.wavpack.com/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Audio codec for lossless, lossy, and hybrid compression
LICENSE= BSD
USE_BZIP2= yes
USE_GNOME= gnomehack pkgconfig
USE_ICONV= yes

View file

@ -1,15 +1,23 @@
WavPack allows users to compress (and restore) both 16 and 24-bit audio files
in the .WAV format. It also supports multichannel streams and high frequency
sampling rates. Like other lossless compression schemes the data reduction
varies with the source, but it is generally between 25% and 50% for typical
popular music and somewhat better than that for classical music and other
sources with greater dynamic range.
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.
WavPack also incorporates a unique "hybrid" mode that 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. For some
users, this means never having to choose between lossless and lossy compression.
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. This makes lossless mode ideal for archiving audio
material or any other situation where quality is paramount. The compression
ratio depends on the source material, but generally is between 30% and 70%
(generally lower for typical popular music and somewhat better for classical
music and other sources with greater dynamic range).
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. For some users this means never having to choose
between lossless and lossy compression!
WWW: http://www.wavpack.com/