Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 294492 - media-video/tovid: todisc does not work with >=transcode-1.1.0
Summary: media-video/tovid: todisc does not work with >=transcode-1.1.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-24 21:53 UTC by Christopher Byrne
Modified: 2009-12-22 11:32 UTC (History)
0 users

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


Attachments
fixes the trasncode command line to use the new options (tovid-0.31-progress_meter.patch,1.21 KB, patch)
2009-11-24 21:55 UTC, Christopher Byrne
Details | Diff
add patch to ebuild, RDEPEND >=media-video/transcode-1.1.0 (tovid-0.31-r2.ebuild.patch,587 bytes, patch)
2009-11-24 21:56 UTC, Christopher Byrne
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Byrne 2009-11-24 21:53:45 UTC
transcode 1.1.0 and above removed the --print_status switch and instead replaced it with --progress_meter and --progress_rate. This causes todisc to choke. This be fixed by either RDEPEND <media-video/transcode-1.1.0 or by adding a patch and RDEPEND >=media-video/transcode-1.1.0
Comment 1 Christopher Byrne 2009-11-24 21:55:17 UTC
Created attachment 211109 [details, diff]
fixes the trasncode command line to use the new options
Comment 2 Christopher Byrne 2009-11-24 21:56:39 UTC
Created attachment 211111 [details, diff]
add patch to ebuild, RDEPEND >=media-video/transcode-1.1.0
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2009-12-22 11:32:25 UTC
+*tovid-0.31-r2 (22 Dec 2009)
+
+  22 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> +tovid-0.31-r2.ebuild,
+  +files/tovid-0.31-transcode-1.1.5.patch:
+  Fix compability with Transcode 1.1.5 wrt #294492 by Salah Coronya.