From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 29 21:10:02 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA9CF16A420 for ; Sun, 29 Jan 2006 21:10:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E84943D48 for ; Sun, 29 Jan 2006 21:10:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0TLA1g0039911 for ; Sun, 29 Jan 2006 21:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0TLA1kt039910; Sun, 29 Jan 2006 21:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 29 Jan 2006 21:10:01 GMT Resent-Message-Id: <200601292110.k0TLA1kt039910@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, Aleksander Fafula Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB90016A420 for ; Sun, 29 Jan 2006 21:04:53 +0000 (GMT) (envelope-from alex@fafula.com) Received: from fafula.com (wj118.internetdsl.tpnet.pl [80.55.191.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE64043D46 for ; Sun, 29 Jan 2006 21:04:52 +0000 (GMT) (envelope-from alex@fafula.com) Received: by fafula.com (Postfix, from userid 1001) id 755F831CD; Sun, 29 Jan 2006 22:04:51 +0100 (CET) Message-Id: <20060129210451.755F831CD@fafula.com> Date: Sun, 29 Jan 2006 22:04:51 +0100 (CET) From: Aleksander Fafula To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/92514: [port update] non maintainer's: audio/normalize X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aleksander Fafula List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 21:10:02 -0000 >Number: 92514 >Category: ports >Synopsis: [port update] non maintainer's: audio/normalize >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jan 29 21:10:01 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Aleksander Fafula >Release: FreeBSD 7.0-CURRENT i386 >Organization: BSDGuru, Fafula >Environment: System: FreeBSD 7.0 CURRENT >Description: Update of audio/normalize port. Seems that patch file is not needed anymore. MASTER_SITE changed, no BZIP2. LIB_DEPENDS should be enough from audio/libmad instead of audio/mad (metaport). >How-To-Repeat: >Fix: diff -ruN normalize.orig/Makefile normalize/Makefile --- normalize.orig/Makefile Sat Nov 12 22:17:58 2005 +++ normalize/Makefile Sun Jan 29 21:57:01 2006 @@ -6,17 +6,15 @@ # PORTNAME= normalize -PORTVERSION= 0.7.6 -PORTREVISION= 3 +PORTVERSION= 0.7.7 CATEGORIES= audio -MASTER_SITES= http://www1.cs.columbia.edu/~cvaill/normalize/ +MASTER_SITES= http://savannah.nongnu.org/download/normalize/ MAINTAINER= itetcu@people.tecnik93.com COMMENT= A tool for adjusting the volume of wave/MP3 files to a standard level -LIB_DEPENDS= mad.2:${PORTSDIR}/audio/mad +LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad -USE_BZIP2= yes # XXX set before OPTIONS OPTIONS= XMMS "Build XMMS plugin" off .include .if defined(WITH_XMMS) @@ -24,9 +22,10 @@ .endif USE_GETOPT_LONG= yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + .if defined(WITH_XMMS) PLIST_SUB+= XMMS="" PLIST_SUB+= X11BASE="${X11BASE}" diff -ruN normalize.orig/distinfo normalize/distinfo --- normalize.orig/distinfo Sun Jan 22 09:12:55 2006 +++ normalize/distinfo Sun Jan 29 21:28:22 2006 @@ -1,3 +1,3 @@ -MD5 (normalize-0.7.6.tar.bz2) = 7476f028304791595e91610bb0cd4e97 -SHA256 (normalize-0.7.6.tar.bz2) = 3af7278715095a07d4fa377fb43b0b1095662337d16c932a33b29fac88080279 -SIZE (normalize-0.7.6.tar.bz2) = 299091 +MD5 (normalize-0.7.7.tar.gz) = db5b18bf661a5317fbc507b020b8c643 +SHA256 (normalize-0.7.7.tar.gz) = 6055a2abccc64296e1c38f9652f2056d3a3c096538e164b8b9526e10b486b3d8 +SIZE (normalize-0.7.7.tar.gz) = 520887 diff -ruN normalize.orig/files/patch-src::Makefile.in normalize/files/patch-src::Makefile.in --- normalize.orig/files/patch-src::Makefile.in Sun Nov 16 15:22:18 2003 +++ normalize/files/patch-src::Makefile.in Thu Jan 1 01:00:00 1970 @@ -1,55 +0,0 @@ ---- src/Makefile.in.orig Mon Sep 9 06:33:08 2002 -+++ src/Makefile.in Sun Nov 16 02:33:16 2003 -@@ -146,7 +146,7 @@ - @MAD_FALSE@MADSOURCES = - - normalize_SOURCES = normalize.c volume.c adjust.c mpegadjust.c \ -- common.h version.c getopt.c getopt1.c getopt.h \ -+ common.h version.c \ - $(AUDIOFILESOURCES) $(MADSOURCES) - - -@@ -184,7 +184,6 @@ - am_normalize_OBJECTS = normalize-normalize.$(OBJEXT) \ - normalize-volume.$(OBJEXT) normalize-adjust.$(OBJEXT) \ - normalize-mpegadjust.$(OBJEXT) normalize-version.$(OBJEXT) \ -- normalize-getopt.$(OBJEXT) normalize-getopt1.$(OBJEXT) \ - $(am__objects_1) $(am__objects_2) - normalize_OBJECTS = $(am_normalize_OBJECTS) - normalize_LDFLAGS = -@@ -199,8 +198,6 @@ - depcomp = $(SHELL) $(top_srcdir)/config/depcomp - am__depfiles_maybe = depfiles - @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/normalize-adjust.Po \ --@AMDEP_TRUE@ ./$(DEPDIR)/normalize-getopt.Po \ --@AMDEP_TRUE@ ./$(DEPDIR)/normalize-getopt1.Po \ - @AMDEP_TRUE@ ./$(DEPDIR)/normalize-mpegadjust.Po \ - @AMDEP_TRUE@ ./$(DEPDIR)/normalize-mpegvolume.Po \ - @AMDEP_TRUE@ ./$(DEPDIR)/normalize-normalize.Po \ -@@ -265,8 +262,6 @@ - normalize-adjust.$(OBJEXT): adjust.c - normalize-mpegadjust.$(OBJEXT): mpegadjust.c - normalize-version.$(OBJEXT): version.c --normalize-getopt.$(OBJEXT): getopt.c --normalize-getopt1.$(OBJEXT): getopt1.c - normalize-wiener_af.$(OBJEXT): wiener_af.c - normalize-riff.$(OBJEXT): riff.c - normalize-mpegvolume.$(OBJEXT): mpegvolume.c -@@ -301,8 +296,6 @@ - -rm -f *.tab.c - - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normalize-adjust.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normalize-getopt.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normalize-getopt1.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normalize-mpegadjust.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normalize-mpegvolume.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normalize-normalize.Po@am__quote@ -@@ -678,7 +635,7 @@ - - # test program targets follow - --mktestwav: mktestwav.o riff.o version.o getopt.o getopt1.o -+mktestwav: mktestwav.o riff.o version.o - $(LINK) $^ -lm - - mktestwav.o: mktestwav.c riff.h diff -ruN normalize.orig/pkg-plist normalize/pkg-plist --- normalize.orig/pkg-plist Sat Nov 12 20:09:45 2005 +++ normalize/pkg-plist Sun Jan 29 21:48:40 2006 @@ -4,4 +4,5 @@ %%NLS%%share/locale/en_GB/LC_MESSAGES/normalize.mo %%NLS%%share/locale/fr/LC_MESSAGES/normalize.mo @cwd %%X11BASE%% +%%XMMS%%lib/xmms/Effect/librva.la %%XMMS%%lib/xmms/Effect/librva.so >Release-Note: >Audit-Trail: >Unformatted: