ports/59328: Update port: audio/normalize to 0.7.6

KATO Tsuguru tkato at prontomail.com
Sun Nov 16 13:50:26 UTC 2003


>Number:         59328
>Category:       ports
>Synopsis:       Update port: audio/normalize to 0.7.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 16 05:50:14 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.7.6

New file:
files/patch-src::Makefile.in

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/normalize/Makefile audio/normalize/Makefile
--- /usr/ports/audio/normalize/Makefile	Mon Nov  3 20:11:05 2003
+++ audio/normalize/Makefile	Sun Nov 16 02:34:25 2003
@@ -6,18 +6,26 @@
 #
 
 PORTNAME=	normalize
-PORTVERSION=	0.7.5
-PORTREVISION=	2
+PORTVERSION=	0.7.6
 CATEGORIES=	audio
-MASTER_SITES=	http://www.cs.columbia.edu/~cvaill/normalize/
+MASTER_SITES=	http://www1.cs.columbia.edu/~cvaill/normalize/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A tool for adjusting the volume of wave/MP3 files to a standard level
 
-LIB_DEPENDS=	intl.5:${PORTSDIR}/devel/gettext
+LIB_DEPENDS=	mad.1:${PORTSDIR}/audio/mad \
+		intl.5:${PORTSDIR}/devel/gettext
+
+USE_BZIP2=	yes
+USE_GETOPT_LONG=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS=	--disable-xmms
 
 MAN1=		normalize.1 normalize-mp3.1
 
-GNU_CONFIGURE=	yes
+CPPFLAGS=	-I${LOCALBASE}/include
+LDFLAGS=	-L${LOCALBASE}/lib
 
 .include <bsd.port.mk>
diff -urN /usr/ports/audio/normalize/distinfo audio/normalize/distinfo
--- /usr/ports/audio/normalize/distinfo	Sat Apr 12 22:36:00 2003
+++ audio/normalize/distinfo	Sun Nov 16 02:30:18 2003
@@ -1 +1 @@
-MD5 (normalize-0.7.5.tar.gz) = 8416433fa2213d0879de79a6c589babe
+MD5 (normalize-0.7.6.tar.bz2) = 7476f028304791595e91610bb0cd4e97
diff -urN /usr/ports/audio/normalize/files/patch-src::Makefile.in audio/normalize/files/patch-src::Makefile.in
--- /usr/ports/audio/normalize/files/patch-src::Makefile.in	Thu Jan  1 09:00:00 1970
+++ audio/normalize/files/patch-src::Makefile.in	Sun Nov 16 02:42:07 2003
@@ -0,0 +1,55 @@
+--- 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 at 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 at DEP_FILES = ./$(DEPDIR)/normalize-adjust.Po \
+- at AMDEP_TRUE@	./$(DEPDIR)/normalize-getopt.Po \
+- at 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 at ./$(DEPDIR)/normalize-adjust.Po at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/normalize-getopt.Po at am__quote@
+- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/normalize-getopt1.Po at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/normalize-mpegadjust.Po at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/normalize-mpegvolume.Po at am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/normalize-normalize.Po at 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 -urN /usr/ports/audio/normalize/pkg-descr audio/normalize/pkg-descr
--- /usr/ports/audio/normalize/pkg-descr	Sun Feb  4 03:16:34 2001
+++ audio/normalize/pkg-descr	Sun Nov 16 02:30:18 2003
@@ -3,5 +3,7 @@
 creating mp3 mixes, where different recording levels on different
 albums can cause the volume to vary greatly from song to song.
 
+WWW: http://www1.cs.columbia.edu/~cvaill/normalize/
+
 - George Reid
 greid at ukug.uk.freebsd.org
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list