<br><br><div class="gmail_quote">On Fri, Feb 26, 2010 at 12:44 PM, Ken Smith <span dir="ltr">&lt;<a href="mailto:kens@kensnet.org">kens@kensnet.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Folks,<br>
<br>
I&#39;m in the process of setting up a Centos 5.4 based .22 system to replace my aged FC6 one. I can&#39;t see the version of qt4 that used to be on the atrpms site. An earlier post led me to a version of it at <a href="http://www.pramberger.at/peter/services/repository/rhel5/" target="_blank">http://www.pramberger.at/peter/services/repository/rhel5/</a> but that version calls itself qt45. Sadly the dependency checking does not find qt4 that its looking for, despite the fact that qt45 is on the system. I&#39;m sure it will fine if I force it with --nodeps but I value yum&#39;s dependency checking.<br>

<br>
So besides rebuildingthe source rpm of qt45 and making it call itself qt4, is there another/better work around?<br>
<br>
Thanks<br>
<br>
Ken<br>
<br>
-- <br>
This message has been scanned for viruses and<br>
dangerous content by MailScanner, and is<br>
believed to be clean.<br>
<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br><br>I used to be in the same boat. I have enabled the atrpms-testing repo, but only using it for the qt4* packages. To do that I edited the [atrpms-testing] section of the file /etc/yum.repos.d/atrpms.repo like so:<br>
<br>[atrpms-testing]<br>name=Red Hat Enterprise Linux 5 - i386 - ATrpms testing<br>baseurl=<a href="http://dl.atrpms.net/el5-i386/atrpms/testing">http://dl.atrpms.net/el5-i386/atrpms/testing</a><br>includepkgs=qt4 qt4*<br>
failovermethod=priority<br>enabled=1<br><br>In the file /etc/yum.repos.d/CentOS-Base.repo I added:<br><br>exclude=kernel* qt4 qt4*<br><br>to the [base] and [updates] section. The kernel packages are excluded there as I use centos.plus kernels (for DVB support). Not sure if I had to exclude the qt4 packages here, but I add it just to be complete.<br>
<br><br>