From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 21 01:40:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D1CC1065672 for ; Sat, 21 Jun 2008 01:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 05C448FC22 for ; Sat, 21 Jun 2008 01:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5L1e27E092892 for ; Sat, 21 Jun 2008 01:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5L1e2wP092891; Sat, 21 Jun 2008 01:40:02 GMT (envelope-from gnats) Resent-Date: Sat, 21 Jun 2008 01:40:02 GMT Resent-Message-Id: <200806210140.m5L1e2wP092891@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Denise H. G." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 184501065671 for ; Sat, 21 Jun 2008 01:37:37 +0000 (UTC) (envelope-from darcsis@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id AD0F18FC0A for ; Sat, 21 Jun 2008 01:37:36 +0000 (UTC) (envelope-from darcsis@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1144848wfg.7 for ; Fri, 20 Jun 2008 18:37:36 -0700 (PDT) Received: by 10.142.133.8 with SMTP id g8mr2036684wfd.312.1214012256398; Fri, 20 Jun 2008 18:37:36 -0700 (PDT) Received: from gmail.com ( [125.34.68.195]) by mx.google.com with ESMTPS id 32sm3669463wfc.12.2008.06.20.18.37.34 (version=SSLv3 cipher=RC4-MD5); Fri, 20 Jun 2008 18:37:35 -0700 (PDT) Received: by gmail.com (sSMTP sendmail emulation); Sat, 21 Jun 2008 09:37:32 +0800 Message-Id: <485c5b5f.20038e0a.6432.4980@mx.google.com> Date: Sat, 21 Jun 2008 09:37:32 +0800 From: "Denise H. G." To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/124808: [Maintainter] audio/gnormalize: enable wavegain support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Denise H. G." List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2008 01:40:03 -0000 >Number: 124808 >Category: ports >Synopsis: [Maintainter] audio/gnormalize: enable wavegain support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jun 21 01:40:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Denise H. G. >Release: FreeBSD 7.0-STABLE amd64 >Organization: >Environment: System: FreeBSD pluton.xbsd.name 7.0-STABLE FreeBSD 7.0-STABLE #0: Wed Jun 18 16:06:16 CST 2008 dhg@pluton.xbsd.name:/opt/obj/usr/src/sys/pluton-SMP-ULE amd64 >Description: Enable wavegain support. Bump PORTREVISION. >How-To-Repeat: >Fix: --- gnormalize-Makefile.diff begins here --- --- gnormalize/Makefile.orig 2008-06-21 09:33:03.000000000 +0800 +++ gnormalize/Makefile 2008-06-21 09:22:38.000000000 +0800 @@ -7,7 +7,7 @@ PORTNAME= gnormalize PORTVERSION= 0.61 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF @@ -15,7 +15,8 @@ COMMENT= An alternative for replaygain BUILD_DEPENDS= lzma:${PORTSDIR}/archivers/lzmautils -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ + wavegain:${PORTSDIR}/audio/wavegain USE_PERL5_RUN= yes INSTALLS_ICONS= yes @@ -33,8 +34,7 @@ GNORMALIZE_CDPLAY "CD Playback" off \ GNORMALIZE_FLAC "FLAC Encoding and Playback" off \ GNORMALIZE_MAC "Monkey's Audio Encoding and Playback" off \ - GNORMALIZE_MPC "MPC (musepack) Audio" off \ - GNORMALIZE_WAVEGAIN "WaveGain support (BROKEN)" off + GNORMALIZE_MPC "MPC (musepack) Audio" off .include --- gnormalize-Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: