Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 105521

Summary: Enter and space key on MythTV doesn't work with QT 3.3.4
Product: Gentoo Linux Reporter: Siuchung Cheung (Clement) <clement.cc>
Component: New packagesAssignee: Television related Applications in Gentoo's Portage <media-tv>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: mythtv-0.18.1-qt334-enterkey.patch

Description Siuchung Cheung (Clement) 2005-09-10 12:31:16 UTC
Enter and space key on MythTV doesn't with QT 3.3.4. This made the entire
program essentially useless.

This post on mythtv-dev
<http://mythtv.org/pipermail/mythtv-dev/2005-June/037462.html> says that we need
latest CVS version of mythwidgets.cpp
<http://cvs.mythtv.org/cgi-bin/viewcvs.cgi/mythtv/libs/libmyth/mythwidgets.cpp?rev=1.93&view=log>
from release-0-18-fixes branch (newer than even the latest 0.18.1 release)
Comment 1 Siuchung Cheung (Clement) 2005-09-10 12:36:59 UTC
Created attachment 68134 [details, diff]
mythtv-0.18.1-qt334-enterkey.patch

This patch works for me. I just edited the ebuild to epatch it unconditionally.
You may want to do something like if qt >= 3.3.4; then epatch; fi in the actual
update to the ebuild. Not sure if the patch breaks mythtv on qt < 3.3.4.
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2006-03-09 08:38:17 UTC
This stuff was fixed up by future qt versions as well as mythtv versions. I just forgot to close it.