Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2006 22:04:51 +0100 (CET)
From:      Aleksander Fafula <alex@fafula.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92514: [port update] non maintainer's: audio/normalize 
Message-ID:  <20060129210451.755F831CD@fafula.com>
Resent-Message-ID: <200601292110.k0TLA1kt039910@freefall.freebsd.org>

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

>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 <bsd.port.pre.mk>
 .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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060129210451.755F831CD>