Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17270 - new ebuild: pymad (python wrapper for libmad, similar to pyvorbis)
Summary: new ebuild: pymad (python wrapper for libmad, similar to pyvorbis)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement
Assignee: Alastair Tse (RETIRED)
URL: http://www.spacepants.org/src/pymad/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-10 20:08 UTC by mike wakerly
Modified: 2003-03-13 17:57 UTC (History)
0 users

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


Attachments
pymad-0.4.1.ebuild file (pymad-0.4.1.ebuild,672 bytes, text/plain)
2003-03-10 20:11 UTC, mike wakerly
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mike wakerly 2003-03-10 20:08:33 UTC
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:
Comment 1 mike wakerly 2003-03-10 20:11:15 UTC
Created attachment 9235 [details]
pymad-0.4.1.ebuild file

here is the ebuild.

suggested category: media-libs/pymad
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2003-03-13 17:57:30 UTC
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.