Date: Sat, 3 Nov 2018 16:45:37 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483902 - head/audio/aacgain Message-ID: <201811031645.wA3Gjb1j068863@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811031645.wA3Gjb1j068863>