diff --git a/audio/mp3gain/Makefile b/audio/mp3gain/Makefile new file mode 100644 index 00000000000..6be26f0015f --- /dev/null +++ b/audio/mp3gain/Makefile @@ -0,0 +1,34 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2006/03/04 09:16:03 mbalmer Exp $ + +COMMENT= "audio file volume normalizer" + +DISTNAME= mp3gain-1_4_6-src +PKGNAME= mp3gain-1.4.6 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3gain/} + +HOMEPAGE= http://mp3gain.sourceforge.net/ +EXTRACT_SUFX= .zip + +MAINTAINER= Chris Kuethe + +# LGPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes +WANTLIB= c m + +ALL_TARGET= all +USE_GMAKE= Yes +NO_REGRESS= Yes + +WRKSRC=$(WRKDIR) + +do-configure: + @true + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/mp3gain ${PREFIX}/bin + +.include diff --git a/audio/mp3gain/distinfo b/audio/mp3gain/distinfo new file mode 100644 index 00000000000..c2eba014b2d --- /dev/null +++ b/audio/mp3gain/distinfo @@ -0,0 +1,4 @@ +MD5 (mp3gain-1_4_6-src.zip) = 4327167375dce5bce97625729a95fdb9 +RMD160 (mp3gain-1_4_6-src.zip) = e9e340afee84706f434b24be2299c11e641666e3 +SHA1 (mp3gain-1_4_6-src.zip) = 733ec64172087181c749c7434d774b804ce2e448 +SIZE (mp3gain-1_4_6-src.zip) = 111408 diff --git a/audio/mp3gain/pkg/DESCR b/audio/mp3gain/pkg/DESCR new file mode 100644 index 00000000000..0c7d7199453 --- /dev/null +++ b/audio/mp3gain/pkg/DESCR @@ -0,0 +1,6 @@ +MP3Gain analyzes and adjusts mp3 files so that they have the same volume. +MP3Gain does not just do peak normalization, as many normalizers do. +Instead, it does some statistical analysis to determine how loud the file +actually sounds to the human ear. Also, the changes MP3Gain makes are +completely lossless. There is no quality lost in the change because the +program adjusts the mp3 file directly, without decoding and re-encoding. diff --git a/audio/mp3gain/pkg/PLIST b/audio/mp3gain/pkg/PLIST new file mode 100644 index 00000000000..6451b8bbf66 --- /dev/null +++ b/audio/mp3gain/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2006/03/04 09:16:03 mbalmer Exp $ +bin/mp3gain