Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 40106

Summary: mp32ogg requires mpg123 to successfully convert mp3's to oggs
Product: Gentoo Linux Reporter: Douglas Breault <GenKreton>
Component: New packagesAssignee: Gentoo Sound Team <sound>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Douglas Breault 2004-02-01 11:40:48 UTC
The mp32ogg ebuild should require mpg123 as a dependency becuase it is required to actually make .ogg's that aren't empty. It will run without it but all ogg's created will be empty and 4 kb.

Reproducible: Always
Steps to Reproduce:
1. emerge mp32ogg on a system without mpg123
2. use mp32ogg
Actual Results:  
It produced empty .ogg files

Expected Results:  
Succesfully converted mp3 files
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-02-01 13:16:16 UTC
Yep, the perl script relies on /usr/bin/mpg123.  The fix is now in portage.
Comment 2 Douglas Breault 2004-02-02 03:49:48 UTC
It appears to be fine now. Thanks for the swift resolution.