[mythtv] [mythtv-commits] mythtv commit: r16790 - in trunk by janne

Isaac Richards ijr at case.edu
Tue Mar 25 21:11:36 UTC 2008


On Tuesday 25 March 2008 4:23:59 pm Janne Grunau wrote:
> On Tuesday 25 March 2008 20:48:39 mythtv at cvs.mythtv.org wrote:
> >       Author: janne
> >         Date: 2008-03-25 19:48:37 +0000 (Tue, 25 Mar 2008)
> > New Revision: 16790
> >    Changeset: http://cvs.mythtv.org/trac/changeset/16790
> >
> > Log:
> >
> > merges qt4 branches back to trunk
>
> The qt4 branches are merged to trunk. Any further porting to qt4 will
> happen in trunk.

A few tips for those updating:

- make sure you have the qt4 mysql library installed.

- do a distclean first, then remove any stray Makefiles that didn't get 
removed by the distclean.  It may use the wrong qmake (ie, qt3's qmake) 
otherwise.  I just did a 'find . -name "Makefile" -exec rm -f {} \;' from the 
top level checkout dirs to fix this.

- The database updates will take a couple minutes to churn through and convert 
the DB over to the new format.

Any remaining issues should be pretty easy to fix, so I'm not anticipating any 
huge amounts of breakage for people.

Isaac


More information about the mythtv-dev mailing list