Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40106 - mp32ogg requires mpg123 to successfully convert mp3's to oggs
Summary: mp32ogg requires mpg123 to successfully convert mp3's to oggs
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-01 11:40 UTC by Douglas Breault
Modified: 2004-02-02 03:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.