diff options
author | kwm <kwm@FreeBSD.org> | 2005-07-06 11:29:13 +0000 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-07-06 11:29:13 +0000 |
commit | 60825e09e7112f837a9028dfefc482bf5d914ee7 (patch) | |
tree | ff763a4e27cd11be2de9fd80b68f50bf6c1e9bd6 /audio/wavpack | |
parent | 9a8894dd82a86e15ded0f24d7826998446667497 (diff) | |
download | FreeBSD-ports-60825e09e7112f837a9028dfefc482bf5d914ee7.zip FreeBSD-ports-60825e09e7112f837a9028dfefc482bf5d914ee7.tar.gz |
Add wavpack.
Wavepack is a completely open audio compression format providing lossless,
high-quality lossy, and a unique hybrid compression mode.
In the default lossless mode no original information is lost, so there is no
change of degradation. Compression in this mode is between 30% an 70%.
For more info see the website http://www.wavpack.com
Diffstat (limited to 'audio/wavpack')
-rw-r--r-- | audio/wavpack/Makefile | 29 | ||||
-rw-r--r-- | audio/wavpack/distinfo | 2 | ||||
-rw-r--r-- | audio/wavpack/pkg-descr | 15 | ||||
-rw-r--r-- | audio/wavpack/pkg-plist | 11 |
4 files changed, 57 insertions, 0 deletions
diff --git a/audio/wavpack/Makefile b/audio/wavpack/Makefile new file mode 100644 index 0000000..afe1a8a --- /dev/null +++ b/audio/wavpack/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: wavpack +# Date created: Fri Jun 24 20:30:04 CEST 2005 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= wavpack +PORTVERSION= 4.2 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= kwm + +MAINTAINER= kwm@FreeBSD.org +COMMENT= Compress (and restore) both 16 and 24-bit audio files in .wav format + +USE_LIBTOOL_VER=15 +USE_BZIP2= yes +USE_REINPLACE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +INSTALLS_SHLIB= yes + +post-patch: + @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \ + ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> diff --git a/audio/wavpack/distinfo b/audio/wavpack/distinfo new file mode 100644 index 0000000..06efb44 --- /dev/null +++ b/audio/wavpack/distinfo @@ -0,0 +1,2 @@ +MD5 (wavpack-4.2.tar.bz2) = 702cf0492f97c83e35973944ec083ab8 +SIZE (wavpack-4.2.tar.bz2) = 278576 diff --git a/audio/wavpack/pkg-descr b/audio/wavpack/pkg-descr new file mode 100644 index 0000000..3723cb0 --- /dev/null +++ b/audio/wavpack/pkg-descr @@ -0,0 +1,15 @@ +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 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. + +WWW: http://www.wavpack.com/ diff --git a/audio/wavpack/pkg-plist b/audio/wavpack/pkg-plist new file mode 100644 index 0000000..bd0d35a --- /dev/null +++ b/audio/wavpack/pkg-plist @@ -0,0 +1,11 @@ +bin/wavpack +bin/wvunpack +include/wavpack/md5.h +include/wavpack/unpack3.h +include/wavpack/wavpack.h +include/wavpack/wputils.h +lib/libwavpack.a +lib/libwavpack.so +lib/libwavpack.so.0 +libdata/pkgconfig/wavpack.pc +@dirrm include/wavpack |