Re: Mythtv 0.26
Collier Family <[email protected]>
| Newsgroups | gmane.linux.redhat.rpm.atrpms.general |
|---|---|
| Message-ID | <[email protected]> |
Files are http://dl.dropbox.com/u/98547397/mythtv.spec http://dl.dropbox.com/u/98547397/mythweb-0.26.0-276.src.rpm http://dl.dropbox.com/u/98547397/mythweb.spec http://dl.dropbox.com/u/98547397/mythtv-0.26.0-291.el6.src.rpm these should work on any rpm based system My system is Scientific Linux 6.3 x86_64 and it si working fine. gitfixes patch files were made as follows git clone -b fixes/0.26 git://github.com/MythTV/mythtv.git mythtv cd mythtv git diff --no-prefix v0.26.0 mythtv >~/rpmbuild/SOURCES/mythtv-0.26.0-gitfixes.patch git diff --no-prefix v0.26.0 mythplugins >~/rpmbuild/SOURCES/mythplugins-0.26.0-gitfixes.patch cd ../ git clone -b fixes/0.26 git://github.com/MythTV/mythweb.git mythweb cd mythweb git diff --no-prefix v0.26.0 >~/rpmbuild/SOURCES/mythweb-0.26.0-gitfixes.patch after the first time the clones need to be replaced by pulls. I had to replace patch -p1 with patch -p0 in mythweb.spec as I couldn't seem to make a p1 patch I hope these are of help. Cheers Stephen