svn commit: r483902 - head/audio/aacgain
Alexey Dokuchaev
danfe at FreeBSD.org
Sat Nov 3 16:45:38 UTC 2018
Author: danfe
Date: Sat Nov 3 16:45:37 2018
New Revision: 483902
URL: https://svnweb.freebsd.org/changeset/ports/483902
Log:
- Correct the spelling of audio formats
- Define LICENSE (GPLv2)
- Add WWW: line and augment port description
Modified:
head/audio/aacgain/Makefile
head/audio/aacgain/pkg-descr
Modified: head/audio/aacgain/Makefile
==============================================================================
--- head/audio/aacgain/Makefile Sat Nov 3 16:42:52 2018 (r483901)
+++ head/audio/aacgain/Makefile Sat Nov 3 16:45:37 2018 (r483902)
@@ -8,7 +8,9 @@ CATEGORIES= audio
MASTER_SITES= http://aacgain.altosdesign.com/alvarez/
MAINTAINER= multimedia at FreeBSD.org
-COMMENT= Normalizes the volume of mp3 and AAC (mp4/m4a/QuickTime) media files
+COMMENT= Normalizes the volume of MP3 and AAC (MP4/M4A/QuickTime) media files
+
+LICENSE= GPLv2
GNU_CONFIGURE= yes
USES= gmake libtool tar:bzip2
Modified: head/audio/aacgain/pkg-descr
==============================================================================
--- head/audio/aacgain/pkg-descr Sat Nov 3 16:42:52 2018 (r483901)
+++ head/audio/aacgain/pkg-descr Sat Nov 3 16:45:37 2018 (r483902)
@@ -1 +1,9 @@
-Normalizes the volume of mp3 and AAC (mp4/m4a/QuickTime) media files
+aacgain is a modification to Glen Sawyer's excellent mp3gain program, and
+supports AAC (MP4/M4A/QuickTime) audio files in addition to MP3 files.
+
+aacgain normalizes the volume of digital music files using the Replay Gain
+algorithm, by modifying the global_gain fields in the AAC samples. Free-
+form metadata tags are added to the file to save undo information, making
+the normalization process reversible.
+
+WWW: http://aacgain.altosdesign.com/
More information about the svn-ports-all
mailing list