Update mythtv to release 0.20
Before upgrading shut down the backend on the server.
Backup the database
Download the packages from mythtv.org download page. Make sure that you have your system prepared for building myth.
Unpack the tar archive
tar xjf mythplugins-0.20.tar.bz2
Change to mythtv directory, configure and build the version.
qmake mythtv.pro
make
sudo make instrall
(re)Make a link to the new directory.
sudo ln -s /usr/local/mythtv-0.20 /usr/local/mythtv
sudo ln -s /usr/local/mythtv-0.20/share /usr/local/share/mythtv
Make sure that you have /usr/local/mythtv/lib in /etc/ld.so.conf, if not add the path and execute ldconfig
Change to mythplugins directory, check the configuration with configure --help command, check what's enable/disable and select your configuration.
Here is my configuration options.
Check the output, sometimes some parts will not build because of missing library dependences.
When satisfied, build mythplugins.
make
sudo make install
And finally install the themes.
qmake myththemes.pro
make
sudo make install
Run mythtv-setup and check your myth setup. When satisfied, start the backend.
Start your frontend, and checkout all new functions.