Date: Wed, 31 Jan 2001 16:53:32 +0000 (GMT) From: George Reid <greid@dogma.freebsd-uk.eu.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/24754: New port: normalize: A tool for adjusting the volume of wave/MP3 files to a standard level Message-ID: <Pine.BSF.4.21.0101311652480.48276-100000@sobek.openirc.co.uk>
next in thread | raw e-mail | index | archive | help
>Number: 24754 >Category: ports >Synopsis: New port: normalize: A tool for adjusting the volume of wave/MP3 files to a standard level >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 31 08:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: George Reid >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD UKUG >Environment: n/a >Description: Normalize is an overly complicated tool for adjusting the volume of wave files to a standard volume level. This is useful for things like creating mp3 mixes, where different recording levels on different albums can cause the volume to vary greatly from song to song. - George Reid greid@ukug.uk.freebsd.org >How-To-Repeat: n/a >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # normalize # normalize/Makefile # normalize/distinfo # normalize/pkg-plist # normalize/pkg-descr # normalize/pkg-comment # echo c - normalize mkdir -p normalize > /dev/null 2>&1 echo x - normalize/Makefile sed 's/^X//' >normalize/Makefile << 'END-of-normalize/Makefile' X# New ports collection makefile for: normalize X# Date created: 31 January 2001 X# Whom: George Reid <greid@ukug.uk.freebsd.org> X# X# $FreeBSD$ X# X XPORTNAME= normalize XPORTVERSION= 0.4 XCATEGORIES= audio XMASTER_SITES= http://www.cs.columbia.edu/~cvaill/normalize/ X XMAINTAINER= greid@ukug.uk.freebsd.org X XLIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ X gnugetopt.1:${PORTSDIR}/devel/libgnugetopt X XGNU_CONFIGURE= yes X XMAN1= normalize.1 X X.include <bsd.port.mk> END-of-normalize/Makefile echo x - normalize/distinfo sed 's/^X//' >normalize/distinfo << 'END-of-normalize/distinfo' XMD5 (normalize-0.4.tar.gz) = 13c24bad646aef28778e414b59fee290 END-of-normalize/distinfo echo x - normalize/pkg-plist sed 's/^X//' >normalize/pkg-plist << 'END-of-normalize/pkg-plist' Xbin/normalize Xbin/normalize-mp3 Xshare/locale/fr/LC_MESSAGES/normalize.mo END-of-normalize/pkg-plist echo x - normalize/pkg-descr sed 's/^X//' >normalize/pkg-descr << 'END-of-normalize/pkg-descr' XNormalize is an overly complicated tool for adjusting the volume of Xwave files to a standard volume level. This is useful for things like Xcreating mp3 mixes, where different recording levels on different Xalbums can cause the volume to vary greatly from song to song. X X- George Reid Xgreid@ukug.uk.freebsd.org END-of-normalize/pkg-descr echo x - normalize/pkg-comment sed 's/^X//' >normalize/pkg-comment << 'END-of-normalize/pkg-comment' XA tool for adjusting the volume of wave/MP3 files to a standard level END-of-normalize/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0101311652480.48276-100000>