diff options
author | danfe <danfe@FreeBSD.org> | 2005-10-31 13:27:55 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-10-31 13:27:55 +0000 |
commit | de38ffb796c1bf16467fb3cde06f0888c91b4951 (patch) | |
tree | 340fc1762f3b655dbb354ef1a0f7a22b0946cc96 /audio | |
parent | 59b57fd6bea14f9e36091d4303a8b484d6d16ddf (diff) | |
download | FreeBSD-ports-de38ffb796c1bf16467fb3cde06f0888c91b4951.zip FreeBSD-ports-de38ffb796c1bf16467fb3cde06f0888c91b4951.tar.gz |
- Spell "MP3" canonically in COMMENT and pkg-descr
- Consistently use double space after sentence periods
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3gain/Makefile | 2 | ||||
-rw-r--r-- | audio/mp3gain/pkg-descr | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/mp3gain/Makefile b/audio/mp3gain/Makefile index 68e5ad4..ddeec81 100644 --- a/audio/mp3gain/Makefile +++ b/audio/mp3gain/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR=${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:C/\./_/g}-src MAINTAINER= ports@FreeBSD.org -COMMENT= A tool to normalize the gain of mp3 files +COMMENT= A tool to normalize the gain of MP3 files PLIST_FILES= bin/mp3gain USE_REINPLACE= yes diff --git a/audio/mp3gain/pkg-descr b/audio/mp3gain/pkg-descr index 70f5a80..4a4c925 100644 --- a/audio/mp3gain/pkg-descr +++ b/audio/mp3gain/pkg-descr @@ -1,12 +1,12 @@ -Tired of reaching for your volume knob every time your mp3 player changes to a -new song? MP3Gain analyzes and adjusts mp3 files so that they have the same +Tired of reaching for your volume knob every time your MP3 player changes to a +new song? 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, +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. +lossless. There is no quality lost in the change because the program adjusts +the MP3 file directly, without decoding and re-encoding. WWW: http://mp3gain.sourceforge.net/ |