ports/107368: [ports] [normalize] [patch] - normalize-mp3 and normalize-ogg don't work

Jonathan Liu Net147 at hotmail.com
Sun Dec 31 07:30:12 UTC 2006


>Number:         107368
>Category:       ports
>Synopsis:       [ports] [normalize] [patch] - normalize-mp3 and normalize-ogg don't work
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 31 07:30:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Liu
>Release:        6.1-SECURITY
>Organization:
>Environment:
FreeBSD freebsd 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Mon Aug 28 05:36:36 UTC 2006     root at builder.daemonology.net:/usr/obj/usr/src/sys/SMP  i386
>Description:
normalize-mp3 and normalize-ogg don't seem to work properly.

This has been fixed in the latest version of normalize (0.7.7) but the fix wasn't reflected in the FreeBSD port of normalize.

The attached patch updates normalize-mp3 to the latest version (and normalize-ogg as well as it is just a symbolic link to normalize-mp3) which fixes the problem.
>How-To-Repeat:
Use normalize-mp3 to normalize an mp3 or normalize-ogg to normalize an ogg file.
>Fix:
--- /usr/local/bin/normalize-mp3.orig	Tue Dec 12 18:12:21 2006
+++ /usr/local/bin/normalize-mp3	Tue Dec 12 18:12:46 2006
@@ -26,9 +26,9 @@
 # %b becomes bitrate of re-encoded file, as specified by the -b option
 # Example: $OGGENCODE="oggenc -Q -b %b -o %m %w"
 
-$MP3DECODE  = " -q -o %w %m";
-$MP3ENCODE  = " -quiet %w %m";
-$OGGDECODE  = " -q -d wav -f %w %m";
+$MP3DECODE  = "";
+$MP3ENCODE  = "";
+$OGGDECODE  = "";
 $OGGENCODE  = "";
 $FLACDECODE = "";
 $FLACENCODE = "";

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



More information about the freebsd-ports-bugs mailing list