Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105521 - Enter and space key on MythTV doesn't work with QT 3.3.4
Summary: Enter and space key on MythTV doesn't work with QT 3.3.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-10 12:31 UTC by Siuchung Cheung (Clement)
Modified: 2006-03-09 08:38 UTC (History)
0 users

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


Attachments
mythtv-0.18.1-qt334-enterkey.patch (mythtv-0.18.1-qt334-enterkey.patch,1.38 KB, patch)
2005-09-10 12:36 UTC, Siuchung Cheung (Clement)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.