media-video/mplay-0.73 ebuild request homepage: http://mplay.sourceforge.net/ desc: mplay is a console based frontend for MPlayer written in Perl. Reproducible: Always Steps to Reproduce: 1. 2. 3.
I've tried to do something, it now depends on dev-perl/Video-Info and dev-perl/Video-OpenQuicktime for witch I have found some ebuilds here: http://bor.org.ua/projects/portage/dev-perl/ Note that mplay seems to support oss-type mixer (I'm not sure about that, but it seems so)
Created attachment 46342 [details, diff] patch against mplay-0.68 It depens on Video-Info, there's a link above. Note that in the source package there the Video-Info source, but I think it is bettere to leave things separated.
mplay 0.80 is out: http://prdownloads.sourceforge.net/mplay/mplay-0.80.tar.gz?download Any change to get a more recent version than 0.6x into portage soon (with the needed perl modules)? mlay looks very gentooish to me ;-)
could you guys do us a favour? would be nice if you could add Video-Info into dev-perl, that is needed as a dependency for the bump. thanks in advance!
OK, just so there aren't any gripes about why don't the perl devs work fast enough ;) You'll want to fix the mplay ebuild for the following. First set are the modules it actually needs (about 1/2 in the tree currently), second set (ok, so there's only one in that set) is a module you dep on that isn't needed by this package. From the mplay package... Audio-Mixer-0.7 - Needs to be added to the tree Class-MakeMethods-1.01 - needs to be bumped in the tree MP3-Info-1.11 - needs to be bumped in the tree Ogg-Vorbis-Header-PurePerl-0.07 - Needs to be added to the tree TermReadKey-2.21 - need to mark version in mplay ebuild (>=) Time-HiRes-1.56 - need to mark version in mplay ebuild (>=) Video-Info-0.991 - need to add to the tree and from the mplay ebuild: Term-ANSIScreen - why? Not a required module for this package...and never invoked... I'll start work on this in a few unless something crops up in r/l.
OK, updates done.
Created attachment 56666 [details] Proposed ebuild for 0.80 This version of the mplay ebuild is much slimmer, places the brunt of bug reports on perl@g's shoulders (perl module deps),a nd will hopefully make everyone happy.
fixed in cvs, thanks a lot to mcummings and thanks for reporting.