diff options
author | lukem <lukem@pkgsrc.org> | 2001-08-16 09:06:18 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2001-08-16 09:06:18 +0000 |
commit | 8e864d35a6b4f2829a51d1812f3461d1b53e0eff (patch) | |
tree | 30e87b6abd45389d2b9762c9465f9426610b46c2 /audio | |
parent | 0094e230c644e79c0d91fe9de3b33cd1c9738cd3 (diff) | |
download | pkgsrc-8e864d35a6b4f2829a51d1812f3461d1b53e0eff.tar.gz |
normalize - Wave (.wav) file volume normalizer
Diffstat (limited to 'audio')
-rw-r--r-- | audio/normalize/Makefile | 14 | ||||
-rw-r--r-- | audio/normalize/distinfo | 5 | ||||
-rw-r--r-- | audio/normalize/patches/patch-aa | 13 | ||||
-rw-r--r-- | audio/normalize/pkg/DESCR | 4 | ||||
-rw-r--r-- | audio/normalize/pkg/PLIST | 7 |
5 files changed, 43 insertions, 0 deletions
diff --git a/audio/normalize/Makefile b/audio/normalize/Makefile new file mode 100644 index 00000000000..06d795d5cda --- /dev/null +++ b/audio/normalize/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/08/16 09:10:15 lukem Exp $ +# + +DISTNAME= normalize-0.6.1 +CATEGORIES= audio +MASTER_SITES= http://www.cs.columbia.edu/~cvaill/normalize/ + +MAINTAINER= lukem@netbsd.org +HOMEPAGE= http://www.cs.columbia.edu/~cvaill/normalize/ +COMMENT= Wave (.wav) file volume normalizer + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/normalize/distinfo b/audio/normalize/distinfo new file mode 100644 index 00000000000..76e223784a3 --- /dev/null +++ b/audio/normalize/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/08/16 09:09:15 lukem Exp $ + +SHA1 (normalize-0.6.1.tar.gz) = 8093204dd4f8a74f0e9bac2c53b8d347edc1c672 +Size (normalize-0.6.1.tar.gz) = 204236 bytes +SHA1 (patch-aa) = 04b2c5639a485fafdaa79138813dfac3bc39b7e8 diff --git a/audio/normalize/patches/patch-aa b/audio/normalize/patches/patch-aa new file mode 100644 index 00000000000..35299a804cd --- /dev/null +++ b/audio/normalize/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/08/16 09:09:11 lukem Exp $ + +--- doc/normalize.1.orig Mon Jul 9 05:58:46 2001 ++++ doc/normalize.1 Thu Aug 16 19:08:22 2001 +@@ -82,7 +82,7 @@ + level to \fILEV\fR. Setting \fILEV\fR to 1 (or 0dBFS) does no limiting + (clipping is done instead); setting \fILEV\fR to 0 does limiting on + all samples. The default value is recommended unless you know what +-you're doing.\n\ ++you're doing.\n + + .TP + .B -m\fR, \fB--mix\fR diff --git a/audio/normalize/pkg/DESCR b/audio/normalize/pkg/DESCR new file mode 100644 index 00000000000..bef7ad61c70 --- /dev/null +++ b/audio/normalize/pkg/DESCR @@ -0,0 +1,4 @@ +normalize is a tool for adjusting the volume of WAV files to a +standard level. This is useful for things like creating mixed CD's +and mp3 collections, where different recording levels on different +albums can cause the volume to vary greatly from song to song. diff --git a/audio/normalize/pkg/PLIST b/audio/normalize/pkg/PLIST new file mode 100644 index 00000000000..860e51724fb --- /dev/null +++ b/audio/normalize/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/16 09:06:18 lukem Exp $ +bin/normalize +bin/normalize-mp3 +bin/normalize-ogg +man/man1/normalize.1 +share/locale/en_GB/LC_MESSAGES/normalize.mo +share/locale/fr/LC_MESSAGES/normalize.mo |