No subject


Thu May 17 19:07:19 UTC 2012


turn was based on Axel Thimm's), some notes to myself:

# AJB20110112 - summary of pulling 0.24-fixes using GIT
# cd /usr/src/redhat/SOURCES/mythtv-0.24-fixes-GIT20110112
# mv mythtv/mythtv-0.24 mythtv/mythtv
# mv mythtv/mythplugins-0.24 mythtv/mythplugins
# git clone git://github.com/MythTV/mythtv.git mythtv
# git checkout fixes/0.24
# git pull
# cd mythplugins
# git clone git://github.com/MythTV/mythweb.git
# git checkout fixes/0.24
# git pull
# cd ../..
# mv mythtv/mythtv mythtv/mythtv-0.24
# mv mythtv/mythplugins mythtv/mythplugins-0.24
# 
# to update tree:
# cd /usr/src/redhat/SOURCES/mythtv-0.24-fixes-GIT20110112
# mv mythtv/mythtv-0.24 mythtv/mythtv
# mv mythtv/mythplugins-0.24 mythtv/mythplugins
# cd mythtv
# git pull
# cd mythplugins/mythweb
# git pull
# mv mythtv/mythtv mythtv/mythtv-0.24
# mv mythtv/mythplugins mythtv/mythplugins-0.24

Then tar those two directories up as:

Source0: http://www.mythtv.org/mc/mythtv-%{version}-gitfixes-20110212.tar.bz2
Source1: http://www.mythtv.org/mc/mythplugins-%{version}-gitfixes-20110212.tar.bz2

Then comment out the application of patches that don't apply because they're
obsoleted by the current version from GIT (0, 1, 101, 102, 103 in the last
build I did, about 18 months ago).

> John P

HTH,
Alex


More information about the mythtv-users mailing list