46019f5ba4
Vorbisgain calculates a percieved sound level of an Ogg Vorbis file using the ReplayGain algorithm. VorbisGain then stores in the comments (tags) in the file a suggestion on how the volume should be changed during playback, to get a uniform sound level.
15 lines
384 B
Makefile
15 lines
384 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/08/22 13:48:43 rpaulo Exp $
|
|
|
|
DISTNAME= vorbisgain-0.37
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://sjeng.org/ftp/vorbis/
|
|
|
|
MAINTAINER= rpaulo@NetBSD.org
|
|
HOMEPAGE= http://sjeng.org/vorbisgain.html
|
|
COMMENT= ReplayGain technology for Vorbis
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../audio/libvorbis/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|