diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-07-06 11:29:13 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-07-06 11:29:13 +0000 |
commit | 84641a60c1c4940d3bd4764affb8f35747cbb82b (patch) | |
tree | 50f6387f47f85f38d76e23b313f79f0a71bc4c6c /audio/wavpack | |
parent | 61ac4e1db187d8bf477b7c94fea9e6f35bbc8c93 (diff) | |
download | ports-84641a60c1c4940d3bd4764affb8f35747cbb82b.tar.gz ports-84641a60c1c4940d3bd4764affb8f35747cbb82b.zip |
Notes
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 000000000000..afe1a8a45156 --- /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 000000000000..06efb442bf55 --- /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 000000000000..3723cb0c7890 --- /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 000000000000..bd0d35a9e50c --- /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 |