audio/mp3gain: Updated for version 1.6.1.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2018-01-26 13:57:39 -05:00 committed by Willy Sudiarto Raharjo
parent 6a32333372
commit c1d680b926
3 changed files with 18 additions and 6 deletions

View file

@ -1,4 +1,4 @@
.TH MP3GAIN "1" "April 2009" "mp3gain version 1.4.6" "User Commands"
.TH MP3GAIN "1" "Jan 2018" "mp3gain version 1.6.1" "SlackBuilds.org"
.SH NAME
mp3gain \- analyzes and adjusts mp3 files so that they have the same volume
.SH SYNOPSIS
@ -27,6 +27,9 @@ not Joint Stereo mp3s)
\fB\-l\fR 1 <i>
apply gain i to channel 1 (right channel) of mp3
.TP
\fB\-e\fR 1 <i>
skip Album analysis, even if multiple files listed
.TP
\fB\-r\fR
apply Track gain automatically (all files set to equal loudness)
.TP
@ -55,6 +58,9 @@ output is a database\-friendly tab\-delimited list
mp3gain writes modified mp3 to temp file, then deletes original
instead of modifying bytes in original file
.TP
\fB\-T\fR
Assume input file is an MPEG 2 Layer III file (i.e. don't check for mis-named Layer I or Layer II files)
.TP
\fB\-q\fR
Quiet mode: no status messages
.TP
@ -69,7 +75,7 @@ Force mp3gain to assume input file is an MPEG 2 Layer III file
(i.e. don't check for mis\-named Layer I or Layer II files)
.TP
\-? or \fB\-h\fR
show this message
show built-in help message
.TP
\fB\-s\fR c
only check stored tag info (no other processing)
@ -83,6 +89,12 @@ skip (ignore) stored tag info (do not read or write tags)
\fB\-s\fR r
force re\-calculation (do not read tag info)
.TP
\fB\-s\fR i
use ID3v2 tag for MP3 gain info
.TP
\fB\-s\fR a
use APE tag for MP3 gain info (default)
.TP
\fB\-u\fR
undo changes made by mp3gain (based on stored tag info)
.TP

View file

@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=mp3gain
VERSION=${VERSION:-1.5.2.r2}
VERSION=${VERSION:-1.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="mp3gain"
VERSION="1.5.2.r2"
VERSION="1.6.1"
HOMEPAGE="http://mp3gain.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/mp3gain/mp3gain-1_5_2_r2-src.zip"
MD5SUM="b8e429f3225cc298c5d13d31afd050b6"
DOWNLOAD="http://downloads.sourceforge.net/mp3gain/mp3gain-1_6_1-src.zip"
MD5SUM="0df5c6849353de212e8c36a0353d716c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""