# $Id: Portfile 50971 2009-05-14 16:06:23Z and.damore@macports.org $

PortSystem 1.0

name                    drc-fir
version                 3.0.0
categories              science multimedia math
platforms               darwin
maintainers             and.damore
description             DRC is a program used to generate correction filters for acoustic compensation
long_description		"DRC is a program used to generate correction filters for acoustic compensation of HiFi and audio systems in general, including listening room compensation. DRC generates just the FIR correction filters, which can be used with a real time or offline convolver to provide real time or offline correction. DRC doesn't provide convolution features, and provides only some simplified, although really accurate, measuring tools."

homepage			http://drc-fir.sourceforge.net/
master_sites		sourceforge

distname			drc-${version}
worksrcdir			${distname}/source

checksums			md5  b2b48bdcc4fb236d9388ef0d70b91373 \
					sha1  173f74de26d596f2052e26147e9552d3aa31f6f6 \
					rmd160  ae9bcfd1ad12edf74b06a17ed43e74f4640629d9

patchfiles			patch-drc.diff

patch.pre_args		-p2

use_configure		no

build.target		ALL
