From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add bs1770gain. Date: Sat, 6 Aug 2016 22:50:38 -0400 Message-ID: <20160807025038.GA30300@jasmine> References: <1470263926.2786226.685358969.59FB39EA@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWEAu-0003Lh-Kz for guix-devel@gnu.org; Sat, 06 Aug 2016 22:50:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWEAq-0002Wg-Ed for guix-devel@gnu.org; Sat, 06 Aug 2016 22:50:51 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:51944) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWEAp-0002VQ-81 for guix-devel@gnu.org; Sat, 06 Aug 2016 22:50:48 -0400 Content-Disposition: inline In-Reply-To: <1470263926.2786226.685358969.59FB39EA@webmail.messagingengine.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Alex Griffin Cc: guix-devel@gnu.org On Wed, Aug 03, 2016 at 05:38:46PM -0500, Alex Griffin wrote: > This patch adds bs1770gain, a tool for adjusting and normalizing the > loudness of audio and video files. > > * gnu/packages/video.scm (bs1770gain): New variable. Thanks! The license headers say GPL version 2 or later, so I changed it to gpl2+. And, since it operates on audio, I moved it to the audio package module. Pushed as e87c7ec2