<br><br><div class="gmail_quote">On 23 June 2012 14:18, Michelle Dupuis <span dir="ltr"><<a href="mailto:mdupuis@ocg.ca" target="_blank">mdupuis@ocg.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div dir="ltr"><font color="#000000" face="Tahoma">I'm experiencing the joys of Fedora's short life span...F12 is already unsupported on ATRPMS ! Next time I'll use CentOS, but for now:</font></div>
<div dir="ltr"><font face="tahoma"></font> </div>
<div dir="ltr"><font face="tahoma">Are the 0.25 RPM's for F12? If so, where / how do I get them?</font></div>
<div dir="ltr"><font face="tahoma"></font> </div>
<div dir="ltr"><font face="tahoma">If not, can I compile Myth 0.25 from source? Or would QT versions etc bite me as I fight for prerequisite packages?</font></div>
<div dir="ltr"><font face="tahoma"></font> </div>
<div dir="ltr"><font face="tahoma">If no to both...them I'm off to Centos 6</font></div>
</div>
<br><br></blockquote><div><br>Mythdora has 0.25 rpms<br><br>You can add this into your /etc/yum.repos.d/mythdora.repo<br><br>[mythdora]<br>name=MythDora $releasever - $basearch<br>#baseurl=<a href="http://devel.mythdora.com/mirrors/mythdora/$releasever/$basearch/os/">http://devel.mythdora.com/mirrors/mythdora/$releasever/$basearch/os/</a><br>
mirrorlist=<a href="http://mythdora.com/mirrorlist/$releasever/release-$basearch">http://mythdora.com/mirrorlist/$releasever/release-$basearch</a><br>enabled=0<br>gpgcheck=0<br><br>[mythdora-updates]<br>name=MythDora $releasever Updates - $basearch<br>
#baseurl=<a href="http://devel.mythdora.com/mirrors/mythdora/updates/$releasever/$basearch/os/">http://devel.mythdora.com/mirrors/mythdora/updates/$releasever/$basearch/os/</a><br>mirrorlist=<a href="http://mythdora.com/mirrorlist/$releasever/updates-$basearch">http://mythdora.com/mirrorlist/$releasever/updates-$basearch</a><br>
enabled=0<br>gpgcheck=0<br><br>[mythdora-testing]<br>name=MythDora $releasever Testing - $basearch<br>#baseurl=<a href="http://devel.mythdora.com/mirrors/mythdora/updates/testing/$releasever/$basearch/">http://devel.mythdora.com/mirrors/mythdora/updates/testing/$releasever/$basearch/</a><br>
mirrorlist=<a href="http://mythdora.com/mirrorlist/$releasever/updates-testing-$basearch">http://mythdora.com/mirrorlist/$releasever/updates-testing-$basearch</a><br>enabled=0<br>gpgcheck=0<br><br>#EOF<br><br></div></div>
Then run <br><br>1) Backup your database<br>
2) Reset your theme to the Stock Terra Theme (only the base-themes package is available right now)<br>
2) Remove all myth rpms with this command , it's major upgrade and some
packages no longer exist (don't blow away the mythdora rpm)<br>
- rpm -qa | grep -i myth | grep -v mythdora | xargs rpm -e --nodeps<br>
3) Run the following yum command:<br>
- yum --enablerepo=mythdora-testing clean all<br>
4) Run the install command for mythtv<br>
- yum --enablerepo=mythdora-testing install mythtv <br><br>also some fixes for nuvexport here<br><br><a href="http://www.mythdora.com/?q=node/5924#comment-22932">http://www.mythdora.com/?q=node/5924#comment-22932</a><br>
<br>Cheers,<br><br>Anthony<br>