Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 443972 - media-video/mjpegtools missing RDEPEND
Summary: media-video/mjpegtools missing RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Daniel Pielmeier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-19 23:43 UTC by Vicente Olivert Riera (RETIRED)
Modified: 2012-11-20 18:14 UTC (History)
1 user (show)

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 Vicente Olivert Riera (RETIRED) gentoo-dev 2012-11-19 23:43:52 UTC
/usr/bin/anytovcd.sh installed by media-video/mjpegtools needs ffmpeg to work.

# /usr/bin/anytovcd.sh
which: no ffmpeg in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.5.4:/opt/gwydion-dylan/:/opt/gwydion-dylan/bin)
**ERROR: [anytovcd.sh] ffmpeg binary not present.
Comment 1 Daniel Pielmeier gentoo-dev 2012-11-20 09:24:19 UTC
mjpegtools installs a bunch contributed of scripts which have external dependencies (e.g. ffmpeg, sox, transcode, vcdimager, mencoder, toolame, python). It does not make sense to add them all to RDEPEND. I will add an elog message which informs the user about the aditional dependendies.
Comment 2 Vicente Olivert Riera (RETIRED) gentoo-dev 2012-11-20 09:56:54 UTC
(In reply to comment #1)
> mjpegtools installs a bunch contributed of scripts which have external
> dependencies (e.g. ffmpeg, sox, transcode, vcdimager, mencoder, toolame,
> python). It does not make sense to add them all to RDEPEND. I will add an
> elog message which informs the user about the aditional dependendies.


Ok, perfect :-)
Thanks Daniel.
Comment 3 Daniel Pielmeier gentoo-dev 2012-11-20 18:14:57 UTC
+  20 Nov 2012; Daniel Pielmeier <billie@gentoo.org> mjpegtools-2.0.0-r3.ebuild:
+  Mention extra dependencies needed by user contributed scripts in elog
+  message. Thanks to Vicente Olivert Riera in bug #443972.