Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91698 - Mythtv 0.16 and QT 3.3.4 cause Daylight Savings problem
Summary: Mythtv 0.16 and QT 3.3.4 cause Daylight Savings problem
Status: RESOLVED DUPLICATE of bug 87947
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-06 07:41 UTC by Robert Forsman
Modified: 2005-07-17 13:06 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 Robert Forsman 2005-05-06 07:41:39 UTC
bug 87947 references a problem between MythTV 0.17 and QT 3.3.4.  This same problem afflicts MythTV 0.16.

Can the ebuilds for 0.16 be adjusted to say "I don't work with QT >=3.3.4" ?  When I first encountered this problem I masked qt-3.3.4-r2, but then a recent update installed qt-3.3.4-r3.

Using PORTDIR_OVERLAY I have determined that altering mythtv-0.16.ebuild to say

  DEPEND=">=media-libs/freetype-2.0
          >=media-sound/lame-3.93.1
!         X? ( >=x11-libs/qt-3.1 <x11-libs/qt-3.3.4 )
          directfb? ( dev-libs/DirectFB >=x11-libs/qt-embedded-3.1 )
...

is sufficient to express mythtv's requirements.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-05-06 08:37:50 UTC
Please add your comment to the other bug, we don't need two bugs for a single problem and this is not a critical issue anyways.

*** This bug has been marked as a duplicate of 87947 ***