Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 209779 - sys-block/seekwatcher won't make a movie unless mplayer is installed
Summary: sys-block/seekwatcher won't make a movie unless mplayer is installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Robin Johnson
URL: http://oss.oracle.com/~mason/seekwatc...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-12 07:25 UTC by M. Edward Borasky
Modified: 2008-02-12 17:33 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 M. Edward Borasky 2008-02-12 07:25:20 UTC
I installed seekwatcher and attempted to make a movie with it. The program croaked, saying that "--movie" was an unknown option. So I went to the web site and tried to play the movies there. They wouldn't play, so I installed "mplayer" (and its dependencies). Apparently one of those dependencies is also used by seekwatcher to make movies. So I'm thinking there's a missing dependency in the seekwatcher ebuild. But I don't know which one it is -- I might try to dig into that later.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-02-12 07:56:16 UTC
(In reply to comment #0)
> So I'm thinking there's a missing dependency in the seekwatcher ebuild. But I 
> don't know which one it is -- I might try to dig into that later.
> 

That doesn't take too much digging... ;) http://oss.oracle.com/~mason/seekwatcher/

<snip>
seekwatcher --movie uses mencoder or png2theora to create movie files.
</snip>

The first one is provided by media-video/mplayer with USE=encode, the second by media-libs/libtheora with USE=examples.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-02-12 17:33:58 UTC
I added a postinst note about this. I did not put it as a dependency as they are not actually required, and they pull in a lot of stuff when you are using seekwatcher on a server.