From 8b60affb70e40371b93eb44f3c5349e9cca74d38 Mon Sep 17 00:00:00 2001 From: drochner Date: Thu, 12 Jan 2012 16:18:23 +0000 Subject: add mp3gain-1.5.2, a Loudness normalizer for MP3 files, from Simon Schubert per pkgsrc-wip --- audio/mp3gain/DESCR | 8 ++++++++ audio/mp3gain/Makefile | 22 ++++++++++++++++++++++ audio/mp3gain/PLIST | 2 ++ audio/mp3gain/distinfo | 5 +++++ 4 files changed, 37 insertions(+) create mode 100644 audio/mp3gain/DESCR create mode 100644 audio/mp3gain/Makefile create mode 100644 audio/mp3gain/PLIST create mode 100644 audio/mp3gain/distinfo (limited to 'audio/mp3gain') 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 -- cgit v1.2.3