here's quickie little ebuild for pymad. this module is a lot like pyvorbis; it uses libmad to do mp3 decoding in python. i use pymad in a little jukebox app to do mp3 and ogg decoding in python. it's a great tool. i've left the src_install bit commented out, but the distutils eclass does not install all the docs that come in the package... not too familiar with that eclass so i am looking forward to see how you would change this ebuild to suit the extra docfiles :) cheers... mike Reproducible: Always Steps to Reproduce:
Created attachment 9235 [details] pymad-0.4.1.ebuild file here is the ebuild. suggested category: media-libs/pymad
Thanks for the ebuild, Mike. I've decided to put this in dev-python because this is where python bindings go. I know that pyvorbis and pyogg are in media-sound, which is not actually what I would like. I'll have to move them later.