Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61435 - dir2ogg-0.7.ebuild (New Package)
Summary: dir2ogg-0.7.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Patrick Dawson (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-08-23 14:32 UTC by Darren Kirby
Modified: 2004-10-11 16:52 UTC (History)
1 user (show)

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


Attachments
dir2ogg-0.7.ebuild (dir2ogg-0.7.ebuild,585 bytes, text/plain)
2004-08-23 14:34 UTC, Darren Kirby
Details
An update to dir2ogg (dir2ogg-0.8.ebuild,585 bytes, text/plain)
2004-10-05 16:29 UTC, Darren Kirby
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Darren Kirby 2004-08-23 14:32:05 UTC
dir2ogg is a python script which converts MP3, M4A, and WAV files into Ogg Vorbis format. It was inspired by the perl script mp32ogg, but I believe it improves upon it by transparently converting an entire directory of MP3, M4A, and Wav files with a single command.

More information about dir2ogg can be found at http://badcomputer.no-ip.com/linux/dir2ogg/
Comment 1 Darren Kirby 2004-08-23 14:34:11 UTC
Created attachment 38051 [details]
dir2ogg-0.7.ebuild
Comment 2 Darren Kirby 2004-10-05 16:29:51 UTC
Created attachment 41185 [details]
An update to dir2ogg

Well, I'm not sure if the inactivity on this is because you have no intention
of adding this to portage, or if it is simply at the bottom of someone's giant
todo list, but I have written an update to the program (well, actually I pretty
much rewrote it from scratch) and it is vastly superior to the older version.
Here it is for your consideration.
Comment 3 Patrick Dawson (RETIRED) gentoo-dev 2004-10-07 16:10:46 UTC
Well now it's on the bottom of _my_ giant to-do list ;-)
I'll commit this sometime this weekend.

One comment on the ebuild - it should be:
S=${WORKDIR}/${PN}

No quotes, and this makes "cd ${PN}" in src_install() unnecessary. Otherwise it's fine.
Comment 4 Patrick Dawson (RETIRED) gentoo-dev 2004-10-11 16:14:07 UTC
In portage. Thanks!
Comment 5 Darren Kirby 2004-10-11 16:52:03 UTC
Thanks a lot guys :)