From owner-svn-ports-head@freebsd.org Sat Nov 3 16:45:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAF6A10DD86C; Sat, 3 Nov 2018 16:45:38 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 56C1889A70; Sat, 3 Nov 2018 16:45:38 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2BA121C64F; Sat, 3 Nov 2018 16:45:38 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA3GjbFt068865; Sat, 3 Nov 2018 16:45:37 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA3Gjb1j068863; Sat, 3 Nov 2018 16:45:37 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201811031645.wA3Gjb1j068863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 3 Nov 2018 16:45:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483902 - head/audio/aacgain X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/audio/aacgain X-SVN-Commit-Revision: 483902 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Nov 2018 16:45:38 -0000 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/