diff options
author | drochner <drochner@pkgsrc.org> | 2012-01-12 16:18:23 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-01-12 16:18:23 +0000 |
commit | 8b60affb70e40371b93eb44f3c5349e9cca74d38 (patch) | |
tree | 323220ed566c636a3ccbe27dda08a583f99dc5f8 /audio/mp3gain | |
parent | 256f082e963ccb770cc240d9fdad7a80a561347e (diff) | |
download | pkgsrc-8b60affb70e40371b93eb44f3c5349e9cca74d38.tar.gz |
add mp3gain-1.5.2, a Loudness normalizer for MP3 files, from Simon Schubert
per pkgsrc-wip
Diffstat (limited to 'audio/mp3gain')
-rw-r--r-- | audio/mp3gain/DESCR | 8 | ||||
-rw-r--r-- | audio/mp3gain/Makefile | 22 | ||||
-rw-r--r-- | audio/mp3gain/PLIST | 2 | ||||
-rw-r--r-- | audio/mp3gain/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/audio/mp3gain/DESCR b/audio/mp3gain/DESCR new file mode 100644 index 00000000000..137a07a94f3 --- /dev/null +++ b/audio/mp3gain/DESCR @@ -0,0 +1,8 @@ +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/Makefile b/audio/mp3gain/Makefile new file mode 100644 index 00000000000..dd34129e682 --- /dev/null +++ b/audio/mp3gain/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/01/12 16:18:23 drochner Exp $ + +PKGNAME= mp3gain-1.5.2 +DISTNAME= ${PKGNAME:S/./_/g}-src +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3gain/} +EXTRACT_SUFX= .zip + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://mp3gain.sourceforge.net/ +COMMENT= Loudness normalizer for MP3 files + +WRKSRC= ${WRKDIR} +USE_TOOLS+= gmake +PKG_DESTDIR_SUPPORT= user-destdir +LICENSE= gnu-lgpl-v2 + +do-install: + ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/mp3gain ${DESTDIR}${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/mp3gain/PLIST b/audio/mp3gain/PLIST new file mode 100644 index 00000000000..7c99eecf990 --- /dev/null +++ b/audio/mp3gain/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/01/12 16:18:23 drochner Exp $ +bin/mp3gain diff --git a/audio/mp3gain/distinfo b/audio/mp3gain/distinfo new file mode 100644 index 00000000000..476ffd0a5fa --- /dev/null +++ b/audio/mp3gain/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/01/12 16:18:23 drochner Exp $ + +SHA1 (mp3gain-1_5_2-src.zip) = b4593dc0873728b8b6745c8dec0560f338368aab +RMD160 (mp3gain-1_5_2-src.zip) = 60fcff364ab3a71a40f9ff89001afe02e2bdb5de +Size (mp3gain-1_5_2-src.zip) = 129435 bytes |