[mythtv-users] Centos 5.4 QT4 and .22

Jelte Veldstra jelte.veldstra at gmail.com
Fri Feb 26 12:57:04 UTC 2010


On Fri, Feb 26, 2010 at 12:44 PM, Ken Smith <kens at kensnet.org> wrote:

> Hi Folks,
>
> I'm in the process of setting up a Centos 5.4 based .22 system to replace
> my aged FC6 one. I can'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
> http://www.pramberger.at/peter/services/repository/rhel5/ 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'm sure it will
> fine if I force it with --nodeps but I value yum's dependency checking.
>
> So besides rebuildingthe source rpm of qt45 and making it call itself qt4,
> is there another/better work around?
>
> Thanks
>
> Ken
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>


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:

[atrpms-testing]
name=Red Hat Enterprise Linux 5 - i386 - ATrpms testing
baseurl=http://dl.atrpms.net/el5-i386/atrpms/testing
includepkgs=qt4 qt4*
failovermethod=priority
enabled=1

In the file /etc/yum.repos.d/CentOS-Base.repo I added:

exclude=kernel* qt4 qt4*

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20100226/c423e7eb/attachment.htm>


More information about the mythtv-users mailing list