Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175165 - media-video/dvdrip-0.98.4 cannot open subtitles preview
Summary: media-video/dvdrip-0.98.4 cannot open subtitles preview
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Steve Dibb (RETIRED)
URL: http://lists.freshrpms.net/pipermail/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-18 22:28 UTC by FRLinux
Modified: 2007-04-26 18:21 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 FRLinux 2007-04-18 22:28:03 UTC
A bug made it in dvdrip 0.98.4 which causes subtitles preview to fail, this has been fixed upstream, meanwhile, the following fix can be applied : 

diff -u -r1.21.2.1 Preview.pm
--- lib/Video/DVDRip/GUI/Preview.pm	24 Mar 2007 10:42:11 -0000	1.21.2.1
+++ lib/Video/DVDRip/GUI/Preview.pm	30 Mar 2007 08:29:16 -0000
@@ -65,7 +65,7 @@
 sub open {
     my $self = shift;
 
-    return if $self->get_transcode_pipe;
+    return if $self->transcode_pipe;
 
     my $socket_file
         = "/tmp/tc.$$." . time . ( int( rand(100000) ) ) . ".sock";

Reproducible: Always

Steps to Reproduce:
1. emerge dvdrip
2. rip a title from dvd with subtitles
3. go to subtitles, grab, then click on for rendering and click open

Actual Results:  
throws an exception

Expected Results:  
displaying of preview with subtitles working

fixed upstream, more details here : http://lists.freshrpms.net/pipermail/freshrpms-list/2007-March/014595.html
Comment 1 Steve Dibb (RETIRED) gentoo-dev 2007-04-26 16:07:20 UTC
Can you check with 0.98.6 to see if its still an issue?  I'd rather take this one out of the tree.
Comment 2 FRLinux 2007-04-26 18:21:36 UTC
Yup, 0.98.6 fixes it, thanks :) Closing this bug report.