[Bug 440908] New: ripit doesn't work with latest lame version
https://bugzilla.novell.com/show_bug.cgi?id=440908 Summary: ripit doesn't work with latest lame version Product: openSUSE 11.0 Version: Final Platform: Other URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490082 OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: kssingvo@novell.com ReportedBy: lrupp@novell.com QAContact: qa@suse.de Found By: Development Created an attachment (id=249279) --> (https://bugzilla.novell.com/attachment.cgi?id=249279) Patch to get ripit 3.6.0 work with lame 3.98.2 Using ripit 3.6.0-55.1 and lame 3.98.2-0.pm.3 here - ripit fails to start (Error: message: "Choose a valid genre") because lame has changed it's output format with the new version. Solving this with the attached patch (from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490082 ) solves the problem. The patch fixes the problem by redirecting the output of "lame --genre-list": - $genre = `lame --genre-list | grep -i \'$genre\'`; + $genre = `lame --genre-list 2>&1 | grep -i \'$genre\'`; I think we should at least have this patch in the next distribution (11.1). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=440908 User kssingvo@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440908#c1 Klaus Singvogel <kssingvo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Klaus Singvogel <kssingvo@novell.com> 2008-11-03 01:56:04 MDT --- Lars, we do not support mp3/lame, due to legal reasons. Ogg is the only supported format for ripit, if mp3 works with lame its only by chance, but it's not in the scope of our (bugzilla) support. Lars, as you might know, we only support the program versions of external programs, which were present at feature freeze of product (usually at beta1). If you update your lame version at your openSUSE 11.0, and ripit fails afterwards, we don't support this neither. Please go back with your lame version, and don't expect an update which forces other customers to update their version either. Lars, please check bugzilla next time for duplicates. It would help us a lot in saving business time. This is duplicate of bugzilla#419873 *** This bug has been marked as a duplicate of bug 419873 *** https://bugzilla.novell.com/show_bug.cgi?id=419873 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com