Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 2008 09:37:32 +0800
From:      "Denise H. G." <darcsis@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/124808: [Maintainter] audio/gnormalize: enable wavegain support
Message-ID:  <485c5b5f.20038e0a.6432.4980@mx.google.com>
Resent-Message-ID: <200806210140.m5L1e2wP092891@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.pre.mk>
 
--- gnormalize-Makefile.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?485c5b5f.20038e0a.6432.4980>