diff options
author | rpaulo <rpaulo@pkgsrc.org> | 2005-08-22 13:48:43 +0000 |
---|---|---|
committer | rpaulo <rpaulo@pkgsrc.org> | 2005-08-22 13:48:43 +0000 |
commit | 46019f5ba4b9ef0916bf8b74b248e5082ba05b1b (patch) | |
tree | 23834210012cf4247102d3bbb870049b5c193711 /audio/vorbisgain/Makefile | |
parent | 3149cca96ec921a686059e0a52064870c056369a (diff) | |
download | pkgsrc-46019f5ba4b9ef0916bf8b74b248e5082ba05b1b.tar.gz |
Import vorbisgain-0.37. vorbisgain-0.34 was in pkgsrc-wip.
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.
Diffstat (limited to 'audio/vorbisgain/Makefile')
-rw-r--r-- | audio/vorbisgain/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/vorbisgain/Makefile b/audio/vorbisgain/Makefile new file mode 100644 index 00000000000..57c177cc6d4 --- /dev/null +++ b/audio/vorbisgain/Makefile @@ -0,0 +1,15 @@ +# $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" |