Mailing List Archive

EL7 mythtv 0.27 dependencies
I recently got CentOS 7 up and running to swap out my older CentOS
6 based mythtv 0.26 system. I was excited to see Stephen has RPMs built
as atrpms has always been my repo of choice in the past. Once I got
Stephen's repo configured in addition to the official atrpm's repo, I
did: "yum install mythtv" and got a few failed dependencies. I figured
I'd copy them to the list here in case they weren't already known.

Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
Requires: perl(HTTP::Cache::Transparent)
Error: Package: xmltv-gui-0.5.61-85.el7.noarch (atrpms)
Requires: perl(Tk::TableMatrix)
Error: Package: mytharchive-0.27.3-4.sl7.x86_64 (screpo)
Requires: PIL
Error: Package: mythtv-frontend-0.27.3-4.sl7.x86_64 (screpo)
Requires: mplayer

I'm guessing that these will eventually be remedied once EL7
matures a bit. In the meantime, if someone has already solved these
dependencies, can you give me some hints? I saw RPMFusion has a version
of mplayer for Fedora 19, but that opened up an additional can of
dependency worms. Thanks in advance!

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
On 15/07/2014 10:46 AM, NullDev wrote:
> I recently got CentOS 7 up and running to swap out my older CentOS
> 6 based mythtv 0.26 system. I was excited to see Stephen has RPMs
> built as atrpms has always been my repo of choice in the past. Once I
> got Stephen's repo configured in addition to the official atrpm's
> repo, I did: "yum install mythtv" and got a few failed dependencies.
> I figured I'd copy them to the list here in case they weren't already
> known.
>
> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(HTTP::Cache::Transparent)
> Error: Package: xmltv-gui-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(Tk::TableMatrix)
> Error: Package: mytharchive-0.27.3-4.sl7.x86_64 (screpo)
> Requires: PIL
> Error: Package: mythtv-frontend-0.27.3-4.sl7.x86_64 (screpo)
> Requires: mplayer
>
> I'm guessing that these will eventually be remedied once EL7
> matures a bit. In the meantime, if someone has already solved these
> dependencies, can you give me some hints? I saw RPMFusion has a
> version of mplayer for Fedora 19, but that opened up an additional can
> of dependency worms. Thanks in advance!
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>
I'm building the dependencies right now. They will be available in a few
hours all going well. There is now a scrpms-repo rpm which will help.
They can be installed as below.

yum install
http://scrpms.net/pub/RPMS/el7/x86_64/scrpms-repo-7-7.sl7.x86_64.rpm
yum install
http://scrpms.net/pub/RPMS/el6/x86_64/scrpms-repo-6-7.el6.x86_64.rpm
yum install http://scrpms.net/pub/RPMS/el6/i386/scrpms-repo-6-7.el6.i686.rpm
yum install
http://scrpms.net/pub/RPMS/f19/i386/scrpms-repo-19-7.fc19.i686.rpm
yum install
http://scrpms.net/pub/RPMS/f19/x86_64/scrpms-repo-19-7.fc19.x86_64.rpm
yum install
http://scrpms.net/pub/RPMS/f20/x86_64/scrpms-repo-20-7.fc20.x86_64.rpm
yum install
http://scrpms.net/pub/RPMS/f20/i386/scrpms-repo-20-7.fc20.i686.rpm

Cheers
Stephen



_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
Wow, that's service! I'll keep an eye out and let you know the
results. Thanks again for your efforts.

> Stephen Collier <mailto:judithc@bigpond.net.au>
> Monday, July 14, 2014 9:03 PM
>
> I'm building the dependencies right now. They will be available in a
> few hours all going well. There is now a scrpms-repo rpm which will
> help. They can be installed as below.
>
> yum install
> http://scrpms.net/pub/RPMS/el7/x86_64/scrpms-repo-7-7.sl7.x86_64.rpm
> yum install
> http://scrpms.net/pub/RPMS/el6/x86_64/scrpms-repo-6-7.el6.x86_64.rpm
> yum install
> http://scrpms.net/pub/RPMS/el6/i386/scrpms-repo-6-7.el6.i686.rpm
> yum install
> http://scrpms.net/pub/RPMS/f19/i386/scrpms-repo-19-7.fc19.i686.rpm
> yum install
> http://scrpms.net/pub/RPMS/f19/x86_64/scrpms-repo-19-7.fc19.x86_64.rpm
> yum install
> http://scrpms.net/pub/RPMS/f20/x86_64/scrpms-repo-20-7.fc20.x86_64.rpm
> yum install
> http://scrpms.net/pub/RPMS/f20/i386/scrpms-repo-20-7.fc20.i686.rpm
>
> Cheers
> Stephen
>
>
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> NullDev <mailto:nulldev42@gmail.com>
> Monday, July 14, 2014 8:46 PM
> I recently got CentOS 7 up and running to swap out my older CentOS
> 6 based mythtv 0.26 system. I was excited to see Stephen has RPMs
> built as atrpms has always been my repo of choice in the past. Once I
> got Stephen's repo configured in addition to the official atrpm's
> repo, I did: "yum install mythtv" and got a few failed dependencies.
> I figured I'd copy them to the list here in case they weren't already
> known.
>
> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(HTTP::Cache::Transparent)
> Error: Package: xmltv-gui-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(Tk::TableMatrix)
> Error: Package: mytharchive-0.27.3-4.sl7.x86_64 (screpo)
> Requires: PIL
> Error: Package: mythtv-frontend-0.27.3-4.sl7.x86_64 (screpo)
> Requires: mplayer
>
> I'm guessing that these will eventually be remedied once EL7
> matures a bit. In the meantime, if someone has already solved these
> dependencies, can you give me some hints? I saw RPMFusion has a
> version of mplayer for Fedora 19, but that opened up an additional can
> of dependency worms. Thanks in advance!
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
On 15/07/2014 11:07 am, NullDev wrote:
> Wow, that's service! I'll keep an eye out and let you know the
> results. Thanks again for your efforts.
>
>> Stephen Collier <mailto:judithc@bigpond.net.au>
>> Monday, July 14, 2014 9:03 PM
>>
>> I'm building the dependencies right now. They will be available in a
>> few hours all going well. There is now a scrpms-repo rpm which will
>> help. They can be installed as below.
>>
>> yum install
>> http://scrpms.net/pub/RPMS/el7/x86_64/scrpms-repo-7-7.sl7.x86_64.rpm
>> yum install
>> http://scrpms.net/pub/RPMS/el6/x86_64/scrpms-repo-6-7.el6.x86_64.rpm
>> yum install
>> http://scrpms.net/pub/RPMS/el6/i386/scrpms-repo-6-7.el6.i686.rpm
>> yum install
>> http://scrpms.net/pub/RPMS/f19/i386/scrpms-repo-19-7.fc19.i686.rpm
>> yum install
>> http://scrpms.net/pub/RPMS/f19/x86_64/scrpms-repo-19-7.fc19.x86_64.rpm
>> yum install
>> http://scrpms.net/pub/RPMS/f20/x86_64/scrpms-repo-20-7.fc20.x86_64.rpm
>> yum install
>> http://scrpms.net/pub/RPMS/f20/i386/scrpms-repo-20-7.fc20.i686.rpm
>>
>> Cheers
>> Stephen
>>
>>
>>
>> _______________________________________________
>> atrpms-users mailing list
>> atrpms-users@atrpms.net
>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>> NullDev <mailto:nulldev42@gmail.com>
>> Monday, July 14, 2014 8:46 PM
>> I recently got CentOS 7 up and running to swap out my older
>> CentOS 6 based mythtv 0.26 system. I was excited to see Stephen has
>> RPMs built as atrpms has always been my repo of choice in the past.
>> Once I got Stephen's repo configured in addition to the official
>> atrpm's repo, I did: "yum install mythtv" and got a few failed
>> dependencies. I figured I'd copy them to the list here in case they
>> weren't already known.
>>
>> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
>> Requires: perl(HTTP::Cache::Transparent)
>> Error: Package: xmltv-gui-0.5.61-85.el7.noarch (atrpms)
>> Requires: perl(Tk::TableMatrix)
>> Error: Package: mytharchive-0.27.3-4.sl7.x86_64 (screpo)
>> Requires: PIL
>> Error: Package: mythtv-frontend-0.27.3-4.sl7.x86_64 (screpo)
>> Requires: mplayer
>>
>> I'm guessing that these will eventually be remedied once EL7
>> matures a bit. In the meantime, if someone has already solved these
>> dependencies, can you give me some hints? I saw RPMFusion has a
>> version of mplayer for Fedora 19, but that opened up an additional
>> can of dependency worms. Thanks in advance!
>
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
EL7 should now install - have not tested it but it now installs

PIL will not be a mythtv dependency on the next release it has been
replaced by python-pillow

Cheers
Stephen
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
Can you let me know if the el7 repo works. 

Cheers
Stephen


Sent from my Samsung GALAXY S4 on the Telstra 4G network

<div>-------- Original message --------</div><div>From: NullDev <nulldev42@gmail.com> </div><div>Date:15/07/2014 10:46 AM (GMT+10:00) </div><div>To: atrpms-users@atrpms.net </div><div>Subject: [ATrpms-users] EL7 mythtv 0.27 dependencies </div><div>
</div>     I recently got CentOS 7 up and running to swap out my older CentOS
6 based mythtv 0.26 system.  I was excited to see Stephen has RPMs built
as atrpms has always been my repo of choice in the past.  Once I got
Stephen's repo configured in addition to the official atrpm's repo, I
did: "yum install mythtv" and got a few failed dependencies.  I figured
I'd copy them to the list here in case they weren't already known.

Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
            Requires: perl(HTTP::Cache::Transparent)
Error: Package: xmltv-gui-0.5.61-85.el7.noarch (atrpms)
            Requires: perl(Tk::TableMatrix)
Error: Package: mytharchive-0.27.3-4.sl7.x86_64 (screpo)
            Requires: PIL
Error: Package: mythtv-frontend-0.27.3-4.sl7.x86_64 (screpo)
            Requires: mplayer

     I'm guessing that these will eventually be remedied once EL7
matures a bit.  In the meantime, if someone has already solved these
dependencies, can you give me some hints?  I saw RPMFusion has a version
of mplayer for Fedora 19, but that opened up an additional can of
dependency worms.  Thanks in advance!

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
All the RPMs installed without issue. It did pull in some packages from
EPEL, but they seem to be working fine. I'm having an issue with VAAPI
acceleration, but I suspect that is a separate driver issue. Hopefully
I will have some time this evening to sort that out.

In short, so far so good. Thanks!
> Stephen Collier <mailto:judithc@bigpond.net.au>
> Thursday, July 17, 2014 4:35 AM
> Can you let me know if the el7 repo works.
>
> Cheers
> Stephen
>
>
> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>
>
> -------- Original message --------
> From: NullDev
> Date:15/07/2014 10:46 AM (GMT+10:00)
> To: atrpms-users@atrpms.net
> Subject: [ATrpms-users] EL7 mythtv 0.27 dependencies
>
> I recently got CentOS 7 up and running to swap out my older CentOS
> 6 based mythtv 0.26 system. I was excited to see Stephen has RPMs built
> as atrpms has always been my repo of choice in the past. Once I got
> Stephen's repo configured in addition to the official atrpm's repo, I
> did: "yum install mythtv" and got a few failed dependencies. I figured
> I'd copy them to the list here in case they weren't already known.
>
> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(HTTP::Cache::Transparent)
> Error: Package: xmltv-gui-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(Tk::TableMatrix)
> Error: Package: mytharchive-0.27.3-4.sl7.x86_64 (screpo)
> Requires: PIL
> Error: Package: mythtv-frontend-0.27.3-4.sl7.x86_64 (screpo)
> Requires: mplayer
>
> I'm guessing that these will eventually be remedied once EL7
> matures a bit. In the meantime, if someone has already solved these
> dependencies, can you give me some hints? I saw RPMFusion has a version
> of mplayer for Fedora 19, but that opened up an additional can of
> dependency worms. Thanks in advance!
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
VAAPI should work. I'll have a look later. 


Sent from my Samsung GALAXY S4 on the Telstra 4G network

<div>-------- Original message --------</div><div>From: NullDev <nulldev42@gmail.com> </div><div>Date:18/07/2014 4:02 AM (GMT+10:00) </div><div>To: "User discussion about ATrpms.net" <atrpms-users@atrpms.net> </div><div>Subject: Re: [ATrpms-users] EL7 mythtv 0.27 dependencies </div><div>
</div>All the RPMs installed without issue.  It did pull in some packages from EPEL, but they seem to be working fine.  I'm having an issue with VAAPI acceleration, but I suspect that is a separate driver issue.  Hopefully I will have some time this evening to sort that out.

In short, so far so good.  Thanks!
Stephen Collier Thursday, July 17, 2014 4:35 AM
Can you let me know if the el7 repo works. 

Cheers
Stephen


Sent from my Samsung GALAXY S4 on the Telstra 4G network


-------- Original message --------
From: NullDev
Date:15/07/2014 10:46 AM (GMT+10:00)
To: atrpms-users@atrpms.net
Subject: [ATrpms-users] EL7 mythtv 0.27 dependencies

     I recently got CentOS 7 up and running to swap out my older CentOS
6 based mythtv 0.26 system.  I was excited to see Stephen has RPMs built
as atrpms has always been my repo of choice in the past.  Once I got
Stephen's repo configured in addition to the official atrpm's repo, I
did: "yum install mythtv" and got a few failed dependencies.  I figured
I'd copy them to the list here in case they weren't already known.

Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
            Requires: perl(HTTP::Cache::Transparent)
Error: Package: xmltv-gui-0.5.61-85.el7.noarch (atrpms)
            Requires: perl(Tk::TableMatrix)
Error: Package: mytharchive-0.27.3-4.sl7.x86_64 (screpo)
            Requires: PIL
Error: Package: mythtv-frontend-0.27.3-4.sl7.x86_64 (screpo)
            Requires: mplayer

     I'm guessing that these will eventually be remedied once EL7
matures a bit.  In the meantime, if someone has already solved these
dependencies, can you give me some hints?  I saw RPMFusion has a version
of mplayer for Fedora 19, but that opened up an additional can of
dependency worms.  Thanks in advance!

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
On 18/07/2014 5:02 am, Stephen Collier wrote:
> VAAPI should work. I'll have a look later.
>
>
> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>
> <div>-------- Original message --------</div><div>From: NullDev<nulldev42@gmail.com> </div><div>Date:18/07/2014 4:02 AM (GMT+10:00)</div><div>To: "User discussion about ATrpms.net"<atrpms-users@atrpms.net> </div><div>Subject: Re: [ATrpms-users] EL7 mythtv 0.27 dependencies</div><div>
> </div>All the RPMs installed without issue. It did pull in some packages from EPEL, but they seem to be working fine. I'm having an issue with VAAPI acceleration, but I suspect that is a separate driver issue. Hopefully I will have some time this evening to sort that out.
>
> In short, so far so good. Thanks!
> Stephen Collier Thursday, July 17, 2014 4:35 AM
> Can you let me know if the el7 repo works.
>
> Cheers
> Stephen
>
>
> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>
>
> -------- Original message --------
> From: NullDev
> Date:15/07/2014 10:46 AM (GMT+10:00)
> To: atrpms-users@atrpms.net
> Subject: [ATrpms-users] EL7 mythtv 0.27 dependencies
>
> I recently got CentOS 7 up and running to swap out my older CentOS
> 6 based mythtv 0.26 system. I was excited to see Stephen has RPMs built
> as atrpms has always been my repo of choice in the past. Once I got
> Stephen's repo configured in addition to the official atrpm's repo, I
> did: "yum install mythtv" and got a few failed dependencies. I figured
> I'd copy them to the list here in case they weren't already known.
>
> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(HTTP::Cache::Transparent)
> Error: Package: xmltv-gui-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(Tk::TableMatrix)
> Error: Package: mytharchive-0.27.3-4.sl7.x86_64 (screpo)
> Requires: PIL
> Error: Package: mythtv-frontend-0.27.3-4.sl7.x86_64 (screpo)
> Requires: mplayer
>
> I'm guessing that these will eventually be remedied once EL7
> matures a bit. In the meantime, if someone has already solved these
> dependencies, can you give me some hints? I saw RPMFusion has a version
> of mplayer for Fedora 19, but that opened up an additional can of
> dependency worms. Thanks in advance!
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>
>
> VAAPI should work. I'll have a look later.
>
>
> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>
>
> -------- Original message --------
> From: NullDev
> Date:18/07/2014 4:02 AM (GMT+10:00)
> To: "User discussion about ATrpms.net"
> Subject: Re: [ATrpms-users] EL7 mythtv 0.27 dependencies
>
> All the RPMs installed without issue. It did pull in some packages
> from EPEL, but they seem to be working fine. I'm having an issue with
> VAAPI acceleration, but I suspect that is a separate driver issue.
> Hopefully I will have some time this evening to sort that out.
>
> In short, so far so good. Thanks!
>> Stephen Collier <mailto:judithc@bigpond.net.au>
>> Thursday, July 17, 2014 4:35 AM
>> Can you let me know if the el7 repo works.
>>
>> Cheers
>> Stephen
>>
>>
>> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>>
>>
>> -------- Original message --------
>> From: NullDev
>> Date:15/07/2014 10:46 AM (GMT+10:00)
>> To: atrpms-users@atrpms.net
>> Subject: [ATrpms-users] EL7 mythtv 0.27 dependencies
>>
>> I recently got CentOS 7 up and running to swap out my older CentOS
>> 6 based mythtv 0.26 system. I was excited to see Stephen has RPMs built
>> as atrpms has always been my repo of choice in the past. Once I got
>> Stephen's repo configured in addition to the official atrpm's repo, I
>> did: "yum install mythtv" and got a few failed dependencies. I figured
>> I'd copy them to the list here in case they weren't already known.
>>
>> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
>> Requires: perl(HTTP::Cache::Transparent)
>> Error: Package: xmltv-gui-0.5.61-85.el7.noarch (atrpms)
>> Requires: perl(Tk::TableMatrix)
>> Error: Package: mytharchive-0.27.3-4.sl7.x86_64 (screpo)
>> Requires: PIL
>> Error: Package: mythtv-frontend-0.27.3-4.sl7.x86_64 (screpo)
>> Requires: mplayer
>>
>> I'm guessing that these will eventually be remedied once EL7
>> matures a bit. In the meantime, if someone has already solved these
>> dependencies, can you give me some hints? I saw RPMFusion has a version
>> of mplayer for Fedora 19, but that opened up an additional can of
>> dependency worms. Thanks in advance!
>>
>> _______________________________________________
>> atrpms-users mailing list
>> atrpms-users@atrpms.net
>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>> _______________________________________________
>> atrpms-users mailing list
>> atrpms-users@atrpms.net
>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
what does vainfo show?

Do you have libva installed - it is not a dependency - maybe it should be.

Cheers
Stephen
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
The error that I get with mythavtest is: "VAAPI: Failed to create GLX
surface."

Here's the output of vainfo:

libva info: VA-API version 0.35.1
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib64/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_35
libva info: va_openDriver() returns 0
vainfo: VA-API version: 0.35 (libva 1.3.1)
vainfo: Driver version: Intel i965 driver - 1.3.1
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Simple : VAEntrypointEncSlice
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointEncSlice
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSlice
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSlice
VAProfileVC1Simple : VAEntrypointVLD
VAProfileVC1Main : VAEntrypointVLD
VAProfileVC1Advanced : VAEntrypointVLD
VAProfileNone : VAEntrypointVideoProc
VAProfileJPEGBaseline : VAEntrypointVLD

Here's a list of the pertinent packages:

cairo-1.12.14-6.el7
libva-1.3.1-11.el7
libva-intel-driver-1.3.1-1.fc21
libdrm-2.4.50-1.1.el7
mesa-libGL-9.2.5-5.20131218.el7
xorg-x11-drv-intel-2.21.15-13.el7

I had to pull in a library from FC21. I tried the FC19 version which
was older, but it had the same results. This same hardware works fine
under CentOS 6, but as I say I figure it's because drivers haven't
matured for the new OS. I'll spend some more quality time with Google
this evening and see if I can scare up more info. In the meantime, I'm
happy to try anything you have in mind.

> Collier Family <mailto:judithc@bigpond.net.au>
> Thursday, July 17, 2014 5:26 PM
> what does vainfo show?
>
> Do you have libva installed - it is not a dependency - maybe it should be.
>
> Cheers
> Stephen
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> Stephen Collier <mailto:judithc@bigpond.net.au>
> Thursday, July 17, 2014 3:02 PM
> VAAPI should work. I'll have a look later.
>
>
> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>
> <div>-------- Original message --------</div><div>From: NullDev
> <nulldev42@gmail.com> </div><div>Date:18/07/2014 4:02 AM (GMT+10:00)
> </div><div>To: "User discussion about ATrpms.net"
> <atrpms-users@atrpms.net> </div><div>Subject: Re: [ATrpms-users] EL7
> mythtv 0.27 dependencies </div><div>
> </div>All the RPMs installed without issue. It did pull in some
> packages from EPEL, but they seem to be working fine. I'm having an
> issue with VAAPI acceleration, but I suspect that is a separate driver
> issue. Hopefully I will have some time this evening to sort that out.
>
> In short, so far so good. Thanks!
> Stephen Collier Thursday, July 17, 2014 4:35 AM
> Can you let me know if the el7 repo works.
>
> Cheers
> Stephen
>
>
> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>
>
> -------- Original message --------
> From: NullDev
> Date:15/07/2014 10:46 AM (GMT+10:00)
> To: atrpms-users@atrpms.net
> Subject: [ATrpms-users] EL7 mythtv 0.27 dependencies
>
> I recently got CentOS 7 up and running to swap out my older CentOS
> 6 based mythtv 0.26 system. I was excited to see Stephen has RPMs built
> as atrpms has always been my repo of choice in the past. Once I got
> Stephen's repo configured in addition to the official atrpm's repo, I
> did: "yum install mythtv" and got a few failed dependencies. I figured
> I'd copy them to the list here in case they weren't already known.
>
> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(HTTP::Cache::Transparent)
> Error: Package: xmltv-gui-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(Tk::TableMatrix)
> Error: Package: mytharchive-0.27.3-4.sl7.x86_64 (screpo)
> Requires: PIL
> Error: Package: mythtv-frontend-0.27.3-4.sl7.x86_64 (screpo)
> Requires: mplayer
>
> I'm guessing that these will eventually be remedied once EL7
> matures a bit. In the meantime, if someone has already solved these
> dependencies, can you give me some hints? I saw RPMFusion has a version
> of mplayer for Fedora 19, but that opened up an additional can of
> dependency worms. Thanks in advance!
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
On 18/07/2014 8:31 AM, NullDev wrote:
> The error that I get with mythavtest is: "VAAPI: Failed to create GLX
> surface."
>
> Here's the output of vainfo:
>
> libva info: VA-API version 0.35.1
> libva info: va_getDriverName() returns 0
> libva info: Trying to open /usr/lib64/dri/i965_drv_video.so
> libva info: Found init function __vaDriverInit_0_35
> libva info: va_openDriver() returns 0
> vainfo: VA-API version: 0.35 (libva 1.3.1)
> vainfo: Driver version: Intel i965 driver - 1.3.1
> vainfo: Supported profile and entrypoints
> VAProfileMPEG2Simple : VAEntrypointVLD
> VAProfileMPEG2Simple : VAEntrypointEncSlice
> VAProfileMPEG2Main : VAEntrypointVLD
> VAProfileMPEG2Main : VAEntrypointEncSlice
> VAProfileH264ConstrainedBaseline: VAEntrypointVLD
> VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
> VAProfileH264Main : VAEntrypointVLD
> VAProfileH264Main : VAEntrypointEncSlice
> VAProfileH264High : VAEntrypointVLD
> VAProfileH264High : VAEntrypointEncSlice
> VAProfileVC1Simple : VAEntrypointVLD
> VAProfileVC1Main : VAEntrypointVLD
> VAProfileVC1Advanced : VAEntrypointVLD
> VAProfileNone : VAEntrypointVideoProc
> VAProfileJPEGBaseline : VAEntrypointVLD
>
> Here's a list of the pertinent packages:
>
> cairo-1.12.14-6.el7
> libva-1.3.1-11.el7
> libva-intel-driver-1.3.1-1.fc21
> libdrm-2.4.50-1.1.el7
> mesa-libGL-9.2.5-5.20131218.el7
> xorg-x11-drv-intel-2.21.15-13.el7
>
> I had to pull in a library from FC21. I tried the FC19 version which
> was older, but it had the same results. This same hardware works fine
> under CentOS 6, but as I say I figure it's because drivers haven't
> matured for the new OS. I'll spend some more quality time with Google
> this evening and see if I can scare up more info. In the meantime,
> I'm happy to try anything you have in mind.
>
>> Collier Family <mailto:judithc@bigpond.net.au>
>> Thursday, July 17, 2014 5:26 PM
>> what does vainfo show?
>>
>> Do you have libva installed - it is not a dependency - maybe it
>> should be.
>>
>> Cheers
>> Stephen
>> _______________________________________________
>> atrpms-users mailing list
>> atrpms-users@atrpms.net
>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>> Stephen Collier <mailto:judithc@bigpond.net.au>
>> Thursday, July 17, 2014 3:02 PM
>> VAAPI should work. I'll have a look later.
>>
>>
>> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>>
>> <div>-------- Original message --------</div><div>From: NullDev
>> <nulldev42@gmail.com> </div><div>Date:18/07/2014 4:02 AM (GMT+10:00)
>> </div><div>To: "User discussion about ATrpms.net"
>> <atrpms-users@atrpms.net> </div><div>Subject: Re: [ATrpms-users] EL7
>> mythtv 0.27 dependencies </div><div>
>> </div>All the RPMs installed without issue. It did pull in some
>> packages from EPEL, but they seem to be working fine. I'm having an
>> issue with VAAPI acceleration, but I suspect that is a separate
>> driver issue. Hopefully I will have some time this evening to sort
>> that out.
>>
>> In short, so far so good. Thanks!
>> Stephen Collier Thursday, July 17, 2014 4:35 AM
>> Can you let me know if the el7 repo works.
>>
>> Cheers
>> Stephen
>>
>>
>> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>>
>>
>> -------- Original message --------
>> From: NullDev
>> Date:15/07/2014 10:46 AM (GMT+10:00)
>> To: atrpms-users@atrpms.net
>> Subject: [ATrpms-users] EL7 mythtv 0.27 dependencies
>>
>> I recently got CentOS 7 up and running to swap out my older CentOS
>> 6 based mythtv 0.26 system. I was excited to see Stephen has RPMs built
>> as atrpms has always been my repo of choice in the past. Once I got
>> Stephen's repo configured in addition to the official atrpm's repo, I
>> did: "yum install mythtv" and got a few failed dependencies. I figured
>> I'd copy them to the list here in case they weren't already known.
>>
>> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
>> Requires: perl(HTTP::Cache::Transparent)
>> Error: Package: xmltv-gui-0.5.61-85.el7.noarch (atrpms)
>> Requires: perl(Tk::TableMatrix)
>> Error: Package: mytharchive-0.27.3-4.sl7.x86_64 (screpo)
>> Requires: PIL
>> Error: Package: mythtv-frontend-0.27.3-4.sl7.x86_64 (screpo)
>> Requires: mplayer
>>
>> I'm guessing that these will eventually be remedied once EL7
>> matures a bit. In the meantime, if someone has already solved these
>> dependencies, can you give me some hints? I saw RPMFusion has a version
>> of mplayer for Fedora 19, but that opened up an additional can of
>> dependency worms. Thanks in advance!
>>
>> _______________________________________________
>> atrpms-users mailing list
>> atrpms-users@atrpms.net
>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>> _______________________________________________
>> atrpms-users mailing list
>> atrpms-users@atrpms.net
>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>> _______________________________________________
>> atrpms-users mailing list
>> atrpms-users@atrpms.net
>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
did you recompile libva-intel-driver?
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
No, but I did try a FC19 driver, but it was an older rev. I couldn't find
the correct rev in a EL7 driver.
On Jul 17, 2014 8:00 PM, "Stephen Collier" <judithc@bigpond.net.au> wrote:

> On 18/07/2014 8:31 AM, NullDev wrote:
>
> The error that I get with mythavtest is: "VAAPI: Failed to create GLX
> surface."
>
> Here's the output of vainfo:
>
> libva info: VA-API version 0.35.1
> libva info: va_getDriverName() returns 0
> libva info: Trying to open /usr/lib64/dri/i965_drv_video.so
> libva info: Found init function __vaDriverInit_0_35
> libva info: va_openDriver() returns 0
> vainfo: VA-API version: 0.35 (libva 1.3.1)
> vainfo: Driver version: Intel i965 driver - 1.3.1
> vainfo: Supported profile and entrypoints
> VAProfileMPEG2Simple : VAEntrypointVLD
> VAProfileMPEG2Simple : VAEntrypointEncSlice
> VAProfileMPEG2Main : VAEntrypointVLD
> VAProfileMPEG2Main : VAEntrypointEncSlice
> VAProfileH264ConstrainedBaseline: VAEntrypointVLD
> VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
> VAProfileH264Main : VAEntrypointVLD
> VAProfileH264Main : VAEntrypointEncSlice
> VAProfileH264High : VAEntrypointVLD
> VAProfileH264High : VAEntrypointEncSlice
> VAProfileVC1Simple : VAEntrypointVLD
> VAProfileVC1Main : VAEntrypointVLD
> VAProfileVC1Advanced : VAEntrypointVLD
> VAProfileNone : VAEntrypointVideoProc
> VAProfileJPEGBaseline : VAEntrypointVLD
>
> Here's a list of the pertinent packages:
>
> cairo-1.12.14-6.el7
> libva-1.3.1-11.el7
> libva-intel-driver-1.3.1-1.fc21
> libdrm-2.4.50-1.1.el7
> mesa-libGL-9.2.5-5.20131218.el7
> xorg-x11-drv-intel-2.21.15-13.el7
>
> I had to pull in a library from FC21. I tried the FC19 version which was
> older, but it had the same results. This same hardware works fine under
> CentOS 6, but as I say I figure it's because drivers haven't matured for
> the new OS. I'll spend some more quality time with Google this evening and
> see if I can scare up more info. In the meantime, I'm happy to try
> anything you have in mind.
>
> Collier Family <judithc@bigpond.net.au>
> Thursday, July 17, 2014 5:26 PM
> what does vainfo show?
>
> Do you have libva installed - it is not a dependency - maybe it should be.
>
> Cheers
> Stephen
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> Stephen Collier <judithc@bigpond.net.au>
> Thursday, July 17, 2014 3:02 PM
> VAAPI should work. I'll have a look later.
>
>
> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>
> <div>-------- Original message --------</div><div>From: NullDev
> <nulldev42@gmail.com> <nulldev42@gmail.com> </div><div>Date:18/07/2014
> 4:02 AM (GMT+10:00) </div><div>To: "User discussion about ATrpms.net"
> <atrpms-users@atrpms.net> <atrpms-users@atrpms.net> </div><div>Subject:
> Re: [ATrpms-users] EL7 mythtv 0.27 dependencies </div><div>
> </div>All the RPMs installed without issue. It did pull in some packages
> from EPEL, but they seem to be working fine. I'm having an issue with
> VAAPI acceleration, but I suspect that is a separate driver issue.
> Hopefully I will have some time this evening to sort that out.
>
> In short, so far so good. Thanks!
> Stephen Collier Thursday, July 17, 2014 4:35 AM
> Can you let me know if the el7 repo works.
>
> Cheers
> Stephen
>
>
> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>
>
> -------- Original message --------
> From: NullDev
> Date:15/07/2014 10:46 AM (GMT+10:00)
> To: atrpms-users@atrpms.net
> Subject: [ATrpms-users] EL7 mythtv 0.27 dependencies
>
> I recently got CentOS 7 up and running to swap out my older CentOS
> 6 based mythtv 0.26 system. I was excited to see Stephen has RPMs built
> as atrpms has always been my repo of choice in the past. Once I got
> Stephen's repo configured in addition to the official atrpm's repo, I
> did: "yum install mythtv" and got a few failed dependencies. I figured
> I'd copy them to the list here in case they weren't already known.
>
> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(HTTP::Cache::Transparent)
> Error: Package: xmltv-gui-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(Tk::TableMatrix)
> Error: Package: mytharchive-0.27.3-4.sl7.x86_64 (screpo)
> Requires: PIL
> Error: Package: mythtv-frontend-0.27.3-4.sl7.x86_64 (screpo)
> Requires: mplayer
>
> I'm guessing that these will eventually be remedied once EL7
> matures a bit. In the meantime, if someone has already solved these
> dependencies, can you give me some hints? I saw RPMFusion has a version
> of mplayer for Fedora 19, but that opened up an additional can of
> dependency worms. Thanks in advance!
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>
>
>
> _______________________________________________
> atrpms-users mailing listatrpms-users@atrpms.nethttp://lists.atrpms.net/mailman/listinfo/atrpms-users
>
> did you recompile libva-intel-driver?
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
I'll recompile in mock and add it to the repo. It should be there on a few hours


Sent from my Samsung GALAXY S4 on the Telstra 4G network

<div>-------- Original message --------</div><div>From: Null Dev <nulldev42@gmail.com> </div><div>Date:18/07/2014 10:03 AM (GMT+10:00) </div><div>To: "User discussion about ATrpms. net" <atrpms-users@atrpms.net> </div><div>Subject: Re: [ATrpms-users] EL7 mythtv 0.27 dependencies </div><div>
</div>No, but I did try a FC19 driver, but it was an older rev. I couldn't find the correct rev in a EL7 driver.

On Jul 17, 2014 8:00 PM, "Stephen Collier" <judithc@bigpond.net.au> wrote:
On 18/07/2014 8:31 AM, NullDev wrote:
The error that I get with mythavtest is: "VAAPI: Failed to create GLX surface."

Here's the output of vainfo:

libva info: VA-API version 0.35.1
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib64/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_35
libva info: va_openDriver() returns 0
vainfo: VA-API version: 0.35 (libva 1.3.1)
vainfo: Driver version: Intel i965 driver - 1.3.1
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            : VAEntrypointVLD
      VAProfileMPEG2Simple            : VAEntrypointEncSlice
      VAProfileMPEG2Main              : VAEntrypointVLD
      VAProfileMPEG2Main              : VAEntrypointEncSlice
      VAProfileH264ConstrainedBaseline: VAEntrypointVLD
      VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
      VAProfileH264Main               : VAEntrypointVLD
      VAProfileH264Main               : VAEntrypointEncSlice
      VAProfileH264High               : VAEntrypointVLD
      VAProfileH264High               : VAEntrypointEncSlice
      VAProfileVC1Simple              : VAEntrypointVLD
      VAProfileVC1Main                : VAEntrypointVLD
      VAProfileVC1Advanced            : VAEntrypointVLD
      VAProfileNone      : VAEntrypointVideoProc
      VAProfileJPEGBaseline           : VAEntrypointVLD

Here's a list of the pertinent packages:

cairo-1.12.14-6.el7
libva-1.3.1-11.el7
libva-intel-driver-1.3.1-1.fc21
libdrm-2.4.50-1.1.el7
mesa-libGL-9.2.5-5.20131218.el7
xorg-x11-drv-intel-2.21.15-13.el7

I had to pull in a library from FC21.  I tried the FC19 version which was older, but it had the same results.  This same hardware works fine under CentOS 6, but as I say I figure it's because drivers haven't matured for the new OS.  I'll spend some more quality time with Google this evening and see if I can scare up more info.  In the meantime, I'm happy to try anything you have in mind.

Collier Family Thursday, July 17, 2014 5:26 PM
what does vainfo show?

Do you have libva installed - it is not a dependency - maybe it should be.

Cheers
Stephen
_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Stephen Collier Thursday, July 17, 2014 3:02 PM
VAAPI should work. I'll have a look later.


Sent from my Samsung GALAXY S4 on the Telstra 4G network

<div>-------- Original message --------</div><div>From: NullDev <nulldev42@gmail.com> </div><div>Date:18/07/2014 4:02 AM (GMT+10:00) </div><div>To: "User discussion about ATrpms.net" <atrpms-users@atrpms.net> </div><div>Subject: Re: [ATrpms-users] EL7 mythtv 0.27 dependencies </div><div>
</div>All the RPMs installed without issue. It did pull in some packages from EPEL, but they seem to be working fine. I'm having an issue with VAAPI acceleration, but I suspect that is a separate driver issue. Hopefully I will have some time this evening to sort that out.

In short, so far so good. Thanks!
Stephen Collier Thursday, July 17, 2014 4:35 AM
Can you let me know if the el7 repo works.

Cheers
Stephen


Sent from my Samsung GALAXY S4 on the Telstra 4G network


-------- Original message --------
From: NullDev
Date:15/07/2014 10:46 AM (GMT+10:00)
To: atrpms-users@atrpms.net
Subject: [ATrpms-users] EL7 mythtv 0.27 dependencies

  I recently got CentOS 7 up and running to swap out my older CentOS
6 based mythtv 0.26 system. I was excited to see Stephen has RPMs built
as atrpms has always been my repo of choice in the past. Once I got
Stephen's repo configured in addition to the official atrpm's repo, I
did: "yum install mythtv" and got a few failed dependencies. I figured
I'd copy them to the list here in case they weren't already known.

Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
  Requires: perl(HTTP::Cache::Transparent)
Error: Package: xmltv-gui-0.5.61-85.el7.noarch (atrpms)
  Requires: perl(Tk::TableMatrix)
Error: Package: mytharchive-0.27.3-4.sl7.x86_64 (screpo)
  Requires: PIL
Error: Package: mythtv-frontend-0.27.3-4.sl7.x86_64 (screpo)
  Requires: mplayer

  I'm guessing that these will eventually be remedied once EL7
matures a bit. In the meantime, if someone has already solved these
dependencies, can you give me some hints? I saw RPMFusion has a version
of mplayer for Fedora 19, but that opened up an additional can of
dependency worms. Thanks in advance!

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users


_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
did you recompile libva-intel-driver?

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
On 18/07/2014 10:29 AM, Stephen Collier wrote:
> I'll recompile in mock and add it to the repo. It should be there on a few hours
>
>
> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>
> <div>-------- Original message --------</div><div>From: Null Dev <nulldev42@gmail.com> </div><div>Date:18/07/2014 10:03 AM (GMT+10:00) </div><div>To: "User discussion about ATrpms. net" <atrpms-users@atrpms.net> </div><div>Subject: Re: [ATrpms-users] EL7 mythtv 0.27 dependencies </div><div>
> </div>No, but I did try a FC19 driver, but it was an older rev. I couldn't find the correct rev in a EL7 driver.
>
> On Jul 17, 2014 8:00 PM, "Stephen Collier" <judithc@bigpond.net.au> wrote:
> On 18/07/2014 8:31 AM, NullDev wrote:
> The error that I get with mythavtest is: "VAAPI: Failed to create GLX surface."
>
> Here's the output of vainfo:
>
> libva info: VA-API version 0.35.1
> libva info: va_getDriverName() returns 0
> libva info: Trying to open /usr/lib64/dri/i965_drv_video.so
> libva info: Found init function __vaDriverInit_0_35
> libva info: va_openDriver() returns 0
> vainfo: VA-API version: 0.35 (libva 1.3.1)
> vainfo: Driver version: Intel i965 driver - 1.3.1
> vainfo: Supported profile and entrypoints
> VAProfileMPEG2Simple : VAEntrypointVLD
> VAProfileMPEG2Simple : VAEntrypointEncSlice
> VAProfileMPEG2Main : VAEntrypointVLD
> VAProfileMPEG2Main : VAEntrypointEncSlice
> VAProfileH264ConstrainedBaseline: VAEntrypointVLD
> VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
> VAProfileH264Main : VAEntrypointVLD
> VAProfileH264Main : VAEntrypointEncSlice
> VAProfileH264High : VAEntrypointVLD
> VAProfileH264High : VAEntrypointEncSlice
> VAProfileVC1Simple : VAEntrypointVLD
> VAProfileVC1Main : VAEntrypointVLD
> VAProfileVC1Advanced : VAEntrypointVLD
> VAProfileNone : VAEntrypointVideoProc
> VAProfileJPEGBaseline : VAEntrypointVLD
>
> Here's a list of the pertinent packages:
>
> cairo-1.12.14-6.el7
> libva-1.3.1-11.el7
> libva-intel-driver-1.3.1-1.fc21
> libdrm-2.4.50-1.1.el7
> mesa-libGL-9.2.5-5.20131218.el7
> xorg-x11-drv-intel-2.21.15-13.el7
>
> I had to pull in a library from FC21. I tried the FC19 version which was older, but it had the same results. This same hardware works fine under CentOS 6, but as I say I figure it's because drivers haven't matured for the new OS. I'll spend some more quality time with Google this evening and see if I can scare up more info. In the meantime, I'm happy to try anything you have in mind.
>
> Collier Family Thursday, July 17, 2014 5:26 PM
> what does vainfo show?
>
> Do you have libva installed - it is not a dependency - maybe it should be.
>
> Cheers
> Stephen
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> Stephen Collier Thursday, July 17, 2014 3:02 PM
> VAAPI should work. I'll have a look later.
>
>
> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>
> <div>-------- Original message --------</div><div>From: NullDev <nulldev42@gmail.com> </div><div>Date:18/07/2014 4:02 AM (GMT+10:00) </div><div>To: "User discussion about ATrpms.net" <atrpms-users@atrpms.net> </div><div>Subject: Re: [ATrpms-users] EL7 mythtv 0.27 dependencies </div><div>
> </div>All the RPMs installed without issue. It did pull in some packages from EPEL, but they seem to be working fine. I'm having an issue with VAAPI acceleration, but I suspect that is a separate driver issue. Hopefully I will have some time this evening to sort that out.
>
> In short, so far so good. Thanks!
> Stephen Collier Thursday, July 17, 2014 4:35 AM
> Can you let me know if the el7 repo works.
>
> Cheers
> Stephen
>
>
> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>
>
> -------- Original message --------
> From: NullDev
> Date:15/07/2014 10:46 AM (GMT+10:00)
> To: atrpms-users@atrpms.net
> Subject: [ATrpms-users] EL7 mythtv 0.27 dependencies
>
> I recently got CentOS 7 up and running to swap out my older CentOS
> 6 based mythtv 0.26 system. I was excited to see Stephen has RPMs built
> as atrpms has always been my repo of choice in the past. Once I got
> Stephen's repo configured in addition to the official atrpm's repo, I
> did: "yum install mythtv" and got a few failed dependencies. I figured
> I'd copy them to the list here in case they weren't already known.
>
> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(HTTP::Cache::Transparent)
> Error: Package: xmltv-gui-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(Tk::TableMatrix)
> Error: Package: mytharchive-0.27.3-4.sl7.x86_64 (screpo)
> Requires: PIL
> Error: Package: mythtv-frontend-0.27.3-4.sl7.x86_64 (screpo)
> Requires: mplayer
>
> I'm guessing that these will eventually be remedied once EL7
> matures a bit. In the meantime, if someone has already solved these
> dependencies, can you give me some hints? I saw RPMFusion has a version
> of mplayer for Fedora 19, but that opened up an additional can of
> dependency worms. Thanks in advance!
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> did you recompile libva-intel-driver?
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>
>
> I'll recompile in mock and add it to the repo. It should be there on a
> few hours
>
>
> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>
>
> -------- Original message --------
> From: Null Dev
> Date:18/07/2014 10:03 AM (GMT+10:00)
> To: "User discussion about ATrpms. net"
> Subject: Re: [ATrpms-users] EL7 mythtv 0.27 dependencies
>
> No, but I did try a FC19 driver, but it was an older rev. I couldn't
> find the correct rev in a EL7 driver.
>
> On Jul 17, 2014 8:00 PM, "Stephen Collier" <judithc@bigpond.net.au
> <mailto:judithc@bigpond.net.au>> wrote:
>
> On 18/07/2014 8:31 AM, NullDev wrote:
>> The error that I get with mythavtest is: "VAAPI: Failed to create
>> GLX surface."
>>
>> Here's the output of vainfo:
>>
>> libva info: VA-API version 0.35.1
>> libva info: va_getDriverName() returns 0
>> libva info: Trying to open /usr/lib64/dri/i965_drv_video.so
>> libva info: Found init function __vaDriverInit_0_35
>> libva info: va_openDriver() returns 0
>> vainfo: VA-API version: 0.35 (libva 1.3.1)
>> vainfo: Driver version: Intel i965 driver - 1.3.1
>> vainfo: Supported profile and entrypoints
>> VAProfileMPEG2Simple : VAEntrypointVLD
>> VAProfileMPEG2Simple : VAEntrypointEncSlice
>> VAProfileMPEG2Main : VAEntrypointVLD
>> VAProfileMPEG2Main : VAEntrypointEncSlice
>> VAProfileH264ConstrainedBaseline: VAEntrypointVLD
>> VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
>> VAProfileH264Main : VAEntrypointVLD
>> VAProfileH264Main : VAEntrypointEncSlice
>> VAProfileH264High : VAEntrypointVLD
>> VAProfileH264High : VAEntrypointEncSlice
>> VAProfileVC1Simple : VAEntrypointVLD
>> VAProfileVC1Main : VAEntrypointVLD
>> VAProfileVC1Advanced : VAEntrypointVLD
>> VAProfileNone : VAEntrypointVideoProc
>> VAProfileJPEGBaseline : VAEntrypointVLD
>>
>> Here's a list of the pertinent packages:
>>
>> cairo-1.12.14-6.el7
>> libva-1.3.1-11.el7
>> libva-intel-driver-1.3.1-1.fc21
>> libdrm-2.4.50-1.1.el7
>> mesa-libGL-9.2.5-5.20131218.el7
>> xorg-x11-drv-intel-2.21.15-13.el7
>>
>> I had to pull in a library from FC21. I tried the FC19 version
>> which was older, but it had the same results. This same hardware
>> works fine under CentOS 6, but as I say I figure it's because
>> drivers haven't matured for the new OS. I'll spend some more
>> quality time with Google this evening and see if I can scare up
>> more info. In the meantime, I'm happy to try anything you have
>> in mind.
>>
>>> Collier Family <mailto:judithc@bigpond.net.au>
>>> Thursday, July 17, 2014 5:26 PM
>>> what does vainfo show?
>>>
>>> Do you have libva installed - it is not a dependency - maybe it
>>> should be.
>>>
>>> Cheers
>>> Stephen
>>> _______________________________________________
>>> atrpms-users mailing list
>>> atrpms-users@atrpms.net <mailto:atrpms-users@atrpms.net>
>>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>>> Stephen Collier <mailto:judithc@bigpond.net.au>
>>> Thursday, July 17, 2014 3:02 PM
>>> VAAPI should work. I'll have a look later.
>>>
>>>
>>> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>>>
>>> <div>-------- Original message --------</div><div>From: NullDev
>>> <nulldev42@gmail.com> <mailto:nulldev42@gmail.com>
>>> </div><div>Date:18/07/2014 4:02 AM (GMT+10:00) </div><div>To:
>>> "User discussion about ATrpms.net" <atrpms-users@atrpms.net>
>>> <mailto:atrpms-users@atrpms.net> </div><div>Subject: Re:
>>> [ATrpms-users] EL7 mythtv 0.27 dependencies </div><div>
>>> </div>All the RPMs installed without issue. It did pull in some
>>> packages from EPEL, but they seem to be working fine. I'm
>>> having an issue with VAAPI acceleration, but I suspect that is a
>>> separate driver issue. Hopefully I will have some time this
>>> evening to sort that out.
>>>
>>> In short, so far so good. Thanks!
>>> Stephen Collier Thursday, July 17, 2014 4:35 AM
>>> Can you let me know if the el7 repo works.
>>>
>>> Cheers
>>> Stephen
>>>
>>>
>>> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>>>
>>>
>>> -------- Original message --------
>>> From: NullDev
>>> Date:15/07/2014 10:46 AM (GMT+10:00)
>>> To: atrpms-users@atrpms.net <mailto:atrpms-users@atrpms.net>
>>> Subject: [ATrpms-users] EL7 mythtv 0.27 dependencies
>>>
>>> I recently got CentOS 7 up and running to swap out my older
>>> CentOS
>>> 6 based mythtv 0.26 system. I was excited to see Stephen has
>>> RPMs built
>>> as atrpms has always been my repo of choice in the past. Once I
>>> got
>>> Stephen's repo configured in addition to the official atrpm's
>>> repo, I
>>> did: "yum install mythtv" and got a few failed dependencies. I
>>> figured
>>> I'd copy them to the list here in case they weren't already known.
>>>
>>> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
>>> Requires: perl(HTTP::Cache::Transparent)
>>> Error: Package: xmltv-gui-0.5.61-85.el7.noarch (atrpms)
>>> Requires: perl(Tk::TableMatrix)
>>> Error: Package: mytharchive-0.27.3-4.sl7.x86_64 (screpo)
>>> Requires: PIL
>>> Error: Package: mythtv-frontend-0.27.3-4.sl7.x86_64 (screpo)
>>> Requires: mplayer
>>>
>>> I'm guessing that these will eventually be remedied once EL7
>>> matures a bit. In the meantime, if someone has already solved
>>> these
>>> dependencies, can you give me some hints? I saw RPMFusion has a
>>> version
>>> of mplayer for Fedora 19, but that opened up an additional can of
>>> dependency worms. Thanks in advance!
>>>
>>> _______________________________________________
>>> atrpms-users mailing list
>>> atrpms-users@atrpms.net <mailto:atrpms-users@atrpms.net>
>>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>>> _______________________________________________
>>> atrpms-users mailing list
>>> atrpms-users@atrpms.net <mailto:atrpms-users@atrpms.net>
>>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>>> _______________________________________________
>>> atrpms-users mailing list
>>> atrpms-users@atrpms.net <mailto:atrpms-users@atrpms.net>
>>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>>
>>
>> _______________________________________________
>> atrpms-users mailing list
>> atrpms-users@atrpms.net <mailto:atrpms-users@atrpms.net>
>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> did you recompile libva-intel-driver?
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net <mailto:atrpms-users@atrpms.net>
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>
>
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
The libva-intel-driver is in the repo now - let me know if it works

Cheers
Stephen
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
I still get the same error. Reloading X or rebooting didn't help.

VAAPI: Failed to create GLX surface.
VAAPI: Error at vaapicontext.cpp:809 (#2, resource allocation failed)

repeated endlessly..... I'll keep reading.
> Stephen Collier <mailto:judithc@bigpond.net.au>
> Thursday, July 17, 2014 11:05 PM
> On 18/07/2014 10:29 AM, Stephen Collier wrote:
> The libva-intel-driver is in the repo now - let me know if it works
>
> Cheers
> Stephen
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> Stephen Collier <mailto:judithc@bigpond.net.au>
> Thursday, July 17, 2014 8:29 PM
> I'll recompile in mock and add it to the repo. It should be there on a
> few hours
>
>
> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>
> <div>-------- Original message --------</div><div>From: Null Dev
> <nulldev42@gmail.com> </div><div>Date:18/07/2014 10:03 AM (GMT+10:00)
> </div><div>To: "User discussion about ATrpms. net"
> <atrpms-users@atrpms.net> </div><div>Subject: Re: [ATrpms-users] EL7
> mythtv 0.27 dependencies </div><div>
> </div>No, but I did try a FC19 driver, but it was an older rev. I
> couldn't find the correct rev in a EL7 driver.
>
> On Jul 17, 2014 8:00 PM, "Stephen Collier" <judithc@bigpond.net.au> wrote:
> On 18/07/2014 8:31 AM, NullDev wrote:
> The error that I get with mythavtest is: "VAAPI: Failed to create GLX
> surface."
>
> Here's the output of vainfo:
>
> libva info: VA-API version 0.35.1
> libva info: va_getDriverName() returns 0
> libva info: Trying to open /usr/lib64/dri/i965_drv_video.so
> libva info: Found init function __vaDriverInit_0_35
> libva info: va_openDriver() returns 0
> vainfo: VA-API version: 0.35 (libva 1.3.1)
> vainfo: Driver version: Intel i965 driver - 1.3.1
> vainfo: Supported profile and entrypoints
> VAProfileMPEG2Simple : VAEntrypointVLD
> VAProfileMPEG2Simple : VAEntrypointEncSlice
> VAProfileMPEG2Main : VAEntrypointVLD
> VAProfileMPEG2Main : VAEntrypointEncSlice
> VAProfileH264ConstrainedBaseline: VAEntrypointVLD
> VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
> VAProfileH264Main : VAEntrypointVLD
> VAProfileH264Main : VAEntrypointEncSlice
> VAProfileH264High : VAEntrypointVLD
> VAProfileH264High : VAEntrypointEncSlice
> VAProfileVC1Simple : VAEntrypointVLD
> VAProfileVC1Main : VAEntrypointVLD
> VAProfileVC1Advanced : VAEntrypointVLD
> VAProfileNone : VAEntrypointVideoProc
> VAProfileJPEGBaseline : VAEntrypointVLD
>
> Here's a list of the pertinent packages:
>
> cairo-1.12.14-6.el7
> libva-1.3.1-11.el7
> libva-intel-driver-1.3.1-1.fc21
> libdrm-2.4.50-1.1.el7
> mesa-libGL-9.2.5-5.20131218.el7
> xorg-x11-drv-intel-2.21.15-13.el7
>
> I had to pull in a library from FC21. I tried the FC19 version which
> was older, but it had the same results. This same hardware works fine
> under CentOS 6, but as I say I figure it's because drivers haven't
> matured for the new OS. I'll spend some more quality time with Google
> this evening and see if I can scare up more info. In the meantime,
> I'm happy to try anything you have in mind.
>
> Collier Family Thursday, July 17, 2014 5:26 PM
> what does vainfo show?
>
> Do you have libva installed - it is not a dependency - maybe it should be.
>
> Cheers
> Stephen
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> Stephen Collier Thursday, July 17, 2014 3:02 PM
> VAAPI should work. I'll have a look later.
>
>
> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>
> <div>-------- Original message --------</div><div>From: NullDev
> <nulldev42@gmail.com> </div><div>Date:18/07/2014 4:02 AM (GMT+10:00)
> </div><div>To: "User discussion about ATrpms.net"
> <atrpms-users@atrpms.net> </div><div>Subject: Re: [ATrpms-users] EL7
> mythtv 0.27 dependencies </div><div>
> </div>All the RPMs installed without issue. It did pull in some
> packages from EPEL, but they seem to be working fine. I'm having an
> issue with VAAPI acceleration, but I suspect that is a separate driver
> issue. Hopefully I will have some time this evening to sort that out.
>
> In short, so far so good. Thanks!
> Stephen Collier Thursday, July 17, 2014 4:35 AM
> Can you let me know if the el7 repo works.
>
> Cheers
> Stephen
>
>
> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>
>
> -------- Original message --------
> From: NullDev
> Date:15/07/2014 10:46 AM (GMT+10:00)
> To: atrpms-users@atrpms.net
> Subject: [ATrpms-users] EL7 mythtv 0.27 dependencies
>
> I recently got CentOS 7 up and running to swap out my older CentOS
> 6 based mythtv 0.26 system. I was excited to see Stephen has RPMs built
> as atrpms has always been my repo of choice in the past. Once I got
> Stephen's repo configured in addition to the official atrpm's repo, I
> did: "yum install mythtv" and got a few failed dependencies. I figured
> I'd copy them to the list here in case they weren't already known.
>
> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(HTTP::Cache::Transparent)
> Error: Package: xmltv-gui-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(Tk::TableMatrix)
> Error: Package: mytharchive-0.27.3-4.sl7.x86_64 (screpo)
> Requires: PIL
> Error: Package: mythtv-frontend-0.27.3-4.sl7.x86_64 (screpo)
> Requires: mplayer
>
> I'm guessing that these will eventually be remedied once EL7
> matures a bit. In the meantime, if someone has already solved these
> dependencies, can you give me some hints? I saw RPMFusion has a version
> of mplayer for Fedora 19, but that opened up an additional can of
> dependency worms. Thanks in advance!
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> did you recompile libva-intel-driver?
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
On 18/07/14 14:02, NullDev wrote:
> I still get the same error. Reloading X or rebooting didn't help.
>
> VAAPI: Failed to create GLX surface.
> VAAPI: Error at vaapicontext.cpp:809 (#2, resource allocation failed)
>
> repeated endlessly..... I'll keep reading.
>> Stephen Collier <mailto:judithc@bigpond.net.au>
>> Thursday, July 17, 2014 11:05 PM
>> On 18/07/2014 10:29 AM, Stephen Collier wrote:
>> The libva-intel-driver is in the repo now - let me know if it works
>>
>> Cheers
>> Stephen
>> _______________________________________________
>> atrpms-users mailing list
>> atrpms-users@atrpms.net
>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>> Stephen Collier <mailto:judithc@bigpond.net.au>
>> Thursday, July 17, 2014 8:29 PM
>> I'll recompile in mock and add it to the repo. It should be there on
>> a few hours
>>
>>
>> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>>
>> <div>-------- Original message --------</div><div>From: Null Dev
>> <nulldev42@gmail.com> </div><div>Date:18/07/2014 10:03 AM (GMT+10:00)
>> </div><div>To: "User discussion about ATrpms. net"
>> <atrpms-users@atrpms.net> </div><div>Subject: Re: [ATrpms-users] EL7
>> mythtv 0.27 dependencies </div><div>
>> </div>No, but I did try a FC19 driver, but it was an older rev. I
>> couldn't find the correct rev in a EL7 driver.
>>
>> On Jul 17, 2014 8:00 PM, "Stephen Collier" <judithc@bigpond.net.au>
>> wrote:
>> On 18/07/2014 8:31 AM, NullDev wrote:
>> The error that I get with mythavtest is: "VAAPI: Failed to create GLX
>> surface."
>>
>> Here's the output of vainfo:
>>
>> libva info: VA-API version 0.35.1
>> libva info: va_getDriverName() returns 0
>> libva info: Trying to open /usr/lib64/dri/i965_drv_video.so
>> libva info: Found init function __vaDriverInit_0_35
>> libva info: va_openDriver() returns 0
>> vainfo: VA-API version: 0.35 (libva 1.3.1)
>> vainfo: Driver version: Intel i965 driver - 1.3.1
>> vainfo: Supported profile and entrypoints
>> VAProfileMPEG2Simple : VAEntrypointVLD
>> VAProfileMPEG2Simple : VAEntrypointEncSlice
>> VAProfileMPEG2Main : VAEntrypointVLD
>> VAProfileMPEG2Main : VAEntrypointEncSlice
>> VAProfileH264ConstrainedBaseline: VAEntrypointVLD
>> VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
>> VAProfileH264Main : VAEntrypointVLD
>> VAProfileH264Main : VAEntrypointEncSlice
>> VAProfileH264High : VAEntrypointVLD
>> VAProfileH264High : VAEntrypointEncSlice
>> VAProfileVC1Simple : VAEntrypointVLD
>> VAProfileVC1Main : VAEntrypointVLD
>> VAProfileVC1Advanced : VAEntrypointVLD
>> VAProfileNone : VAEntrypointVideoProc
>> VAProfileJPEGBaseline : VAEntrypointVLD
>>
>> Here's a list of the pertinent packages:
>>
>> cairo-1.12.14-6.el7
>> libva-1.3.1-11.el7
>> libva-intel-driver-1.3.1-1.fc21
>> libdrm-2.4.50-1.1.el7
>> mesa-libGL-9.2.5-5.20131218.el7
>> xorg-x11-drv-intel-2.21.15-13.el7
>>
>> I had to pull in a library from FC21. I tried the FC19 version which
>> was older, but it had the same results. This same hardware works
>> fine under CentOS 6, but as I say I figure it's because drivers
>> haven't matured for the new OS. I'll spend some more quality time
>> with Google this evening and see if I can scare up more info. In the
>> meantime, I'm happy to try anything you have in mind.
>>
>> Collier Family Thursday, July 17, 2014 5:26 PM
>> what does vainfo show?
>>
>> Do you have libva installed - it is not a dependency - maybe it
>> should be.
>>
>> Cheers
>> Stephen
>> _______________________________________________
>> atrpms-users mailing list
>> atrpms-users@atrpms.net
>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>> Stephen Collier Thursday, July 17, 2014 3:02 PM
>> VAAPI should work. I'll have a look later.
>>
>>
>> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>>
>> <div>-------- Original message --------</div><div>From: NullDev
>> <nulldev42@gmail.com> </div><div>Date:18/07/2014 4:02 AM (GMT+10:00)
>> </div><div>To: "User discussion about ATrpms.net"
>> <atrpms-users@atrpms.net> </div><div>Subject: Re: [ATrpms-users] EL7
>> mythtv 0.27 dependencies </div><div>
>> </div>All the RPMs installed without issue. It did pull in some
>> packages from EPEL, but they seem to be working fine. I'm having an
>> issue with VAAPI acceleration, but I suspect that is a separate
>> driver issue. Hopefully I will have some time this evening to sort
>> that out.
>>
>> In short, so far so good. Thanks!
>> Stephen Collier Thursday, July 17, 2014 4:35 AM
>> Can you let me know if the el7 repo works.
>>
>> Cheers
>> Stephen
>>
>>
>> Sent from my Samsung GALAXY S4 on the Telstra 4G network
>>
>>
>> -------- Original message --------
>> From: NullDev
>> Date:15/07/2014 10:46 AM (GMT+10:00)
>> To: atrpms-users@atrpms.net
>> Subject: [ATrpms-users] EL7 mythtv 0.27 dependencies
>>
>> I recently got CentOS 7 up and running to swap out my older CentOS
>> 6 based mythtv 0.26 system. I was excited to see Stephen has RPMs built
>> as atrpms has always been my repo of choice in the past. Once I got
>> Stephen's repo configured in addition to the official atrpm's repo, I
>> did: "yum install mythtv" and got a few failed dependencies. I figured
>> I'd copy them to the list here in case they weren't already known.
>>
>> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
>> Requires: perl(HTTP::Cache::Transparent)
>> Error: Package: xmltv-gui-0.5.61-85.el7.noarch (atrpms)
>> Requires: perl(Tk::TableMatrix)
>> Error: Package: mytharchive-0.27.3-4.sl7.x86_64 (screpo)
>> Requires: PIL
>> Error: Package: mythtv-frontend-0.27.3-4.sl7.x86_64 (screpo)
>> Requires: mplayer
>>
>> I'm guessing that these will eventually be remedied once EL7
>> matures a bit. In the meantime, if someone has already solved these
>> dependencies, can you give me some hints? I saw RPMFusion has a version
>> of mplayer for Fedora 19, but that opened up an additional can of
>> dependency worms. Thanks in advance!
>
Hello Guys,

Here is my list of broken dependencies . I started with a desktop Centos
7 install , here it is :

Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
Requires: perl(WWW::Mechanize) >= 1.02
Error: Package: mythtv-common-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: mythzoneminder-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: libmythbase-0.27_0-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: mpg123-1.18.1-1.el7.x86_64 (atrpms)
Requires: libportaudio.so.2()(64bit)
Error: Package: libmythui-0.27_0-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: mythmusic-0.27.3-6.sl7.x86_64 (myth)
Requires: libQtWebKit.so.4()(64bit)
Error: Package: 1:xmms-libs-1.2.11-40.el7.x86_64 (atrpms)
Requires: libmikmod.so.3()(64bit)
Error: Package: libmythavdevice54-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: mythweather-0.27.3-6.sl7.x86_64 (myth)
Requires: perl(DateTime::Format::ISO8601)
Error: Package: mytharchive-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: mpg123-1.18.1-1.el7.x86_64 (atrpms)
Requires: libjack.so.0()(64bit)
Error: Package: mythmusic-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: libmythtv-0.27_0-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: mythtv-0.27.3-6.sl7.x86_64 (myth)
Requires: qt-webkit
Error: Package: mythtv-0.27.3-6.sl7.x86_64 (myth)
Requires: mysql-server
Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
Requires: perl(SOAP::Lite)
Error: Package: libmythupnp-0.27_0-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: mythtv-setup-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: mythnews-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: mythzoneminder-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: mythweather-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: libmythui-0.27_0-0.27.3-6.sl7.x86_64 (myth)
Requires: libQtWebKit.so.4()(64bit)
Error: Package: mythweather-0.27.3-6.sl7.x86_64 (myth)
Requires: perl(SOAP::Lite)
Error: Package: mythtv-frontend-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: mythbrowser-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: libmythservicecontracts-0.27_0-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: libmythupnp-0.27_0-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: mythgame-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: libmythprotoserver-0.27_0-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: 4:mplayer-1.2-93_snap20140413.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: mythtv-backend-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: libmythbase-0.27_0-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
Requires: perl(HTML::Form)
Error: Package: libmythmetadata-0.27_0-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: mythbrowser-0.27.3-6.sl7.x86_64 (myth)
Requires: libQtWebKit.so.4()(64bit)
Error: Package: libmyth-0.27_0-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: libmythfreemheg-0.27_0-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: libmythmetadata-0.27_0-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: 4:mplayer-1.2-93_snap20140413.sl7.x86_64 (myth)
Requires: libopenal.so.1()(64bit)
Error: Package: mythgallery-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: mythtv-backend-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: mythtv-common-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: mythweather-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: libmythprotoserver-0.27_0-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
Requires: perl(DateTime::Format::Strptime)
Error: Package: 1:xmms-libs-1.2.11-40.el7.x86_64 (atrpms)
Requires: libgthread-1.2.so.0()(64bit)
Error: Package: libmythfreemheg-0.27_0-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: 1:xmms-libs-1.2.11-40.el7.x86_64 (atrpms)
Requires: libgdk-1.2.so.0()(64bit)
Error: Package: mytharchive-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: 1:xmms-libs-1.2.11-40.el7.x86_64 (atrpms)
Requires: libgtk-1.2.so.0()(64bit)
Error: Package: mythtv-frontend-0.27.3-6.sl7.x86_64 (myth)
Requires: libQtWebKit.so.4()(64bit)
Error: Package: libmyth-0.27_0-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: mythmusic-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: libmythservicecontracts-0.27_0-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: libmythui-0.27_0-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: mythnetvision-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: mythgallery-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: 1:xmms-libs-1.2.11-40.el7.x86_64 (atrpms)
Requires: libglib-1.2.so.0()(64bit)
Error: Package: libmythtv-0.27_0-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: mythtv-frontend-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: mythtv-setup-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: mythnetvision-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: mythnews-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: mythgame-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: 4:mplayer-1.2-93_snap20140413.sl7.x86_64 (myth)
Requires: libaa.so.1()(64bit)
Error: Package: 4:mplayer-1.2-93_snap20140413.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)
Error: Package: 4:mplayer-1.2-93_snap20140413.sl7.x86_64 (myth)
Requires: libcaca.so.0()(64bit)
Error: Package: libmythavcodec54-0.27.3-6.sl7.x86_64 (myth)
Requires: libcrystalhd.so.3()(64bit)
Error: Package: mytharchive-0.27.3-6.sl7.x86_64 (myth)
Requires: dvdauthor >= 0.6.11
Error: Package: mythbrowser-0.27.3-6.sl7.x86_64 (myth)
Requires: libjack.so.0()(64bit)


_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
On 19/07/2014 10:41, mo.ucina wrote:
> Hello Guys,
>
> Here is my list of broken dependencies . I started with a desktop
> Centos 7 install , here it is :
>
> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(WWW::Mechanize) >= 1.02
> Error: Package: mythtv-common-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythzoneminder-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: libmythbase-0.27_0-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mpg123-1.18.1-1.el7.x86_64 (atrpms)
> Requires: libportaudio.so.2()(64bit)
> Error: Package: libmythui-0.27_0-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythmusic-0.27.3-6.sl7.x86_64 (myth)
> Requires: libQtWebKit.so.4()(64bit)
> Error: Package: 1:xmms-libs-1.2.11-40.el7.x86_64 (atrpms)
> Requires: libmikmod.so.3()(64bit)
> Error: Package: libmythavdevice54-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: mythweather-0.27.3-6.sl7.x86_64 (myth)
> Requires: perl(DateTime::Format::ISO8601)
> Error: Package: mytharchive-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: mpg123-1.18.1-1.el7.x86_64 (atrpms)
> Requires: libjack.so.0()(64bit)
> Error: Package: mythmusic-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: libmythtv-0.27_0-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: mythtv-0.27.3-6.sl7.x86_64 (myth)
> Requires: qt-webkit
> Error: Package: mythtv-0.27.3-6.sl7.x86_64 (myth)
> Requires: mysql-server
> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(SOAP::Lite)
> Error: Package: libmythupnp-0.27_0-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: mythtv-setup-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: mythnews-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: mythzoneminder-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythweather-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: libmythui-0.27_0-0.27.3-6.sl7.x86_64 (myth)
> Requires: libQtWebKit.so.4()(64bit)
> Error: Package: mythweather-0.27.3-6.sl7.x86_64 (myth)
> Requires: perl(SOAP::Lite)
> Error: Package: mythtv-frontend-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythbrowser-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: libmythservicecontracts-0.27_0-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: libmythupnp-0.27_0-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythgame-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: libmythprotoserver-0.27_0-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: 4:mplayer-1.2-93_snap20140413.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythtv-backend-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: libmythbase-0.27_0-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(HTML::Form)
> Error: Package: libmythmetadata-0.27_0-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: mythbrowser-0.27.3-6.sl7.x86_64 (myth)
> Requires: libQtWebKit.so.4()(64bit)
> Error: Package: libmyth-0.27_0-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: libmythfreemheg-0.27_0-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: libmythmetadata-0.27_0-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: 4:mplayer-1.2-93_snap20140413.sl7.x86_64 (myth)
> Requires: libopenal.so.1()(64bit)
> Error: Package: mythgallery-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythtv-backend-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: mythtv-common-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: mythweather-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: libmythprotoserver-0.27_0-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
> Requires: perl(DateTime::Format::Strptime)
> Error: Package: 1:xmms-libs-1.2.11-40.el7.x86_64 (atrpms)
> Requires: libgthread-1.2.so.0()(64bit)
> Error: Package: libmythfreemheg-0.27_0-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: 1:xmms-libs-1.2.11-40.el7.x86_64 (atrpms)
> Requires: libgdk-1.2.so.0()(64bit)
> Error: Package: mytharchive-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: 1:xmms-libs-1.2.11-40.el7.x86_64 (atrpms)
> Requires: libgtk-1.2.so.0()(64bit)
> Error: Package: mythtv-frontend-0.27.3-6.sl7.x86_64 (myth)
> Requires: libQtWebKit.so.4()(64bit)
> Error: Package: libmyth-0.27_0-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythmusic-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: libmythservicecontracts-0.27_0-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: libmythui-0.27_0-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: mythnetvision-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythgallery-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: 1:xmms-libs-1.2.11-40.el7.x86_64 (atrpms)
> Requires: libglib-1.2.so.0()(64bit)
> Error: Package: libmythtv-0.27_0-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythtv-frontend-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: mythtv-setup-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythnetvision-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: mythnews-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythgame-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: 4:mplayer-1.2-93_snap20140413.sl7.x86_64 (myth)
> Requires: libaa.so.1()(64bit)
> Error: Package: 4:mplayer-1.2-93_snap20140413.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
> Error: Package: 4:mplayer-1.2-93_snap20140413.sl7.x86_64 (myth)
> Requires: libcaca.so.0()(64bit)
> Error: Package: libmythavcodec54-0.27.3-6.sl7.x86_64 (myth)
> Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mytharchive-0.27.3-6.sl7.x86_64 (myth)
> Requires: dvdauthor >= 0.6.11
> Error: Package: mythbrowser-0.27.3-6.sl7.x86_64 (myth)
> Requires: libjack.so.0()(64bit)
>
>
>
Can you try again with epel added? I think most should be picked up with
that

rpm -ivh
http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm

You may have to enable it in the .repo file too, not sure

cheers

Dunc




_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
Yes thanks for pointing that out. All my builds are done with the epel repo enabled


Sent from my Samsung GALAXY S4 on the Telstra 4G network

<div>-------- Original message --------</div><div>From: Duncan Brown <atrpms@duncb.co.uk> </div><div>Date:19/07/2014 8:03 PM (GMT+10:00) </div><div>To: atrpms-users@atrpms.net </div><div>Subject: Re: [ATrpms-users] EL7 mythtv 0.27 dependencies </div><div>
</div>On 19/07/2014 10:41, mo.ucina wrote:
> Hello Guys,
>
> Here is my list of broken dependencies . I started with a desktop
> Centos 7 install , here it is :
>
> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
>            Requires: perl(WWW::Mechanize) >= 1.02
> Error: Package: mythtv-common-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythzoneminder-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: libmythbase-0.27_0-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mpg123-1.18.1-1.el7.x86_64 (atrpms)
>            Requires: libportaudio.so.2()(64bit)
> Error: Package: libmythui-0.27_0-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythmusic-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libQtWebKit.so.4()(64bit)
> Error: Package: 1:xmms-libs-1.2.11-40.el7.x86_64 (atrpms)
>            Requires: libmikmod.so.3()(64bit)
> Error: Package: libmythavdevice54-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: mythweather-0.27.3-6.sl7.x86_64 (myth)
>            Requires: perl(DateTime::Format::ISO8601)
> Error: Package: mytharchive-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: mpg123-1.18.1-1.el7.x86_64 (atrpms)
>            Requires: libjack.so.0()(64bit)
> Error: Package: mythmusic-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: libmythtv-0.27_0-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: mythtv-0.27.3-6.sl7.x86_64 (myth)
>            Requires: qt-webkit
> Error: Package: mythtv-0.27.3-6.sl7.x86_64 (myth)
>            Requires: mysql-server
> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
>            Requires: perl(SOAP::Lite)
> Error: Package: libmythupnp-0.27_0-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: mythtv-setup-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: mythnews-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: mythzoneminder-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythweather-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: libmythui-0.27_0-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libQtWebKit.so.4()(64bit)
> Error: Package: mythweather-0.27.3-6.sl7.x86_64 (myth)
>            Requires: perl(SOAP::Lite)
> Error: Package: mythtv-frontend-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythbrowser-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: libmythservicecontracts-0.27_0-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: libmythupnp-0.27_0-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythgame-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: libmythprotoserver-0.27_0-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: 4:mplayer-1.2-93_snap20140413.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythtv-backend-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: libmythbase-0.27_0-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
>            Requires: perl(HTML::Form)
> Error: Package: libmythmetadata-0.27_0-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: mythbrowser-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libQtWebKit.so.4()(64bit)
> Error: Package: libmyth-0.27_0-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: libmythfreemheg-0.27_0-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: libmythmetadata-0.27_0-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: 4:mplayer-1.2-93_snap20140413.sl7.x86_64 (myth)
>            Requires: libopenal.so.1()(64bit)
> Error: Package: mythgallery-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythtv-backend-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: mythtv-common-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: mythweather-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: libmythprotoserver-0.27_0-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: xmltv-grabbers-0.5.61-85.el7.noarch (atrpms)
>            Requires: perl(DateTime::Format::Strptime)
> Error: Package: 1:xmms-libs-1.2.11-40.el7.x86_64 (atrpms)
>            Requires: libgthread-1.2.so.0()(64bit)
> Error: Package: libmythfreemheg-0.27_0-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: 1:xmms-libs-1.2.11-40.el7.x86_64 (atrpms)
>            Requires: libgdk-1.2.so.0()(64bit)
> Error: Package: mytharchive-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: 1:xmms-libs-1.2.11-40.el7.x86_64 (atrpms)
>            Requires: libgtk-1.2.so.0()(64bit)
> Error: Package: mythtv-frontend-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libQtWebKit.so.4()(64bit)
> Error: Package: libmyth-0.27_0-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythmusic-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: libmythservicecontracts-0.27_0-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: libmythui-0.27_0-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: mythnetvision-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythgallery-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: 1:xmms-libs-1.2.11-40.el7.x86_64 (atrpms)
>            Requires: libglib-1.2.so.0()(64bit)
> Error: Package: libmythtv-0.27_0-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythtv-frontend-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: mythtv-setup-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythnetvision-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: mythnews-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mythgame-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: 4:mplayer-1.2-93_snap20140413.sl7.x86_64 (myth)
>            Requires: libaa.so.1()(64bit)
> Error: Package: 4:mplayer-1.2-93_snap20140413.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
> Error: Package: 4:mplayer-1.2-93_snap20140413.sl7.x86_64 (myth)
>            Requires: libcaca.so.0()(64bit)
> Error: Package: libmythavcodec54-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libcrystalhd.so.3()(64bit)
> Error: Package: mytharchive-0.27.3-6.sl7.x86_64 (myth)
>            Requires: dvdauthor >= 0.6.11
> Error: Package: mythbrowser-0.27.3-6.sl7.x86_64 (myth)
>            Requires: libjack.so.0()(64bit)
>
>
>
Can you try again with epel added? I think most should be picked up with
that

rpm -ivh
http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm

You may have to enable it in the .repo file too, not sure

cheers

Dunc




_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
Thanks guys , appreciate that . I did not know about the epel
requirement , all good now . Been a bit of an uphill battle to get myth
working nicely on Centos 7 . To tell you the truth , even though it is
newer , it lacks some of the polish and ease of use that Centos 6 had .
For example , plymouth worked straight out of the box with old centos ,
on the new one I just can not get a graphical boot . Even after some
tweaking the fonts are still a bit lumpy, can not set dpi values . Also
I think I have to rewrite all my init scripts to systemd new standard ,
staring with mythbackend . It just does not start up on reboot , so I
have it starting manually at the moment . Do you guys have a nice
systemd startup script for mythbackend ?

Best Regards

Milorad

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
That's a thought I will have a look. It will need to be enabled. I'll look in the morning. 


Sent from my Samsung GALAXY S4 on the Telstra 4G network

<div>-------- Original message --------</div><div>From: "mo.ucina" <mo.ucina@gmail.com> </div><div>Date:20/07/2014 8:47 PM (GMT+10:00) </div><div>To: "User discussion about ATrpms.net" <atrpms-users@atrpms.net> </div><div>Cc: Collier Family <judithc@bigpond.net.au> </div><div>Subject: Re: [ATrpms-users] EL7 mythtv 0.27 dependencies </div><div>
</div>Thanks guys , appreciate that . I did not know about the epel
requirement , all good now . Been a bit of an uphill battle to get myth
working nicely on Centos 7 . To tell you the truth , even though it is
newer , it lacks some of the polish and ease of use that Centos 6 had .
For example , plymouth worked straight out of the box with old centos ,
on the new one I just can not get a graphical boot . Even after some
tweaking the fonts are still a bit lumpy, can not set dpi values . Also
I think I have to rewrite all my init scripts to systemd new standard ,
staring with mythbackend . It just does not start up on reboot  , so I
have it starting manually at the moment . Do you guys have a nice
systemd startup script for mythbackend ?

Best Regards

Milorad
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
On 20/07/2014 11:47, mo.ucina wrote:
> Thanks guys , appreciate that . I did not know about the epel
> requirement , all good now . Been a bit of an uphill battle to get
> myth working nicely on Centos 7 . To tell you the truth , even though
> it is newer , it lacks some of the polish and ease of use that Centos
> 6 had . For example , plymouth worked straight out of the box with old
> centos , on the new one I just can not get a graphical boot . Even
> after some tweaking the fonts are still a bit lumpy, can not set dpi
> values . Also I think I have to rewrite all my init scripts to systemd
> new standard , staring with mythbackend . It just does not start up on
> reboot , so I have it starting manually at the moment . Do you guys
> have a nice systemd startup script for mythbackend ?
>
> Best Regards
>
> Milorad
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
This one is working well for me:

http://www.mythtv.org/wiki/Systemd_mythbackend_Configuration

Though in theory the old systemV init should have worked with a
chkconfig mythbackend on





_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
On 20/07/2014 8:47 PM, mo.ucina wrote:
> Thanks guys , appreciate that . I did not know about the epel
> requirement , all good now . Been a bit of an uphill battle to get
> myth working nicely on Centos 7 . To tell you the truth , even though
> it is newer , it lacks some of the polish and ease of use that Centos
> 6 had . For example , plymouth worked straight out of the box with old
> centos , on the new one I just can not get a graphical boot . Even
> after some tweaking the fonts are still a bit lumpy, can not set dpi
> values . Also I think I have to rewrite all my init scripts to systemd
> new standard , staring with mythbackend . It just does not start up on
> reboot , so I have it starting manually at the moment . Do you guys
> have a nice systemd startup script for mythbackend ?
>
> Best Regards
>
> Milorad
>
Milrod,

I've at a look at the spec file and its going to need a lot of changes.
I should be able to do it over the next couple of days before the next
release.

if you make a file /lib/systemd/system/mythbackend.service

with the following it should help. There are some further mods that need
making but this should get you started

######################################################
# file located at /lib/systemd/system/mythbackend.service
# use "systemctl enable mythtbackend.service to load
# based on a template from RPMFusion and R.G. Newbury from this thread:
#
http://www.gossamer-threads.com/lists/mythtv/users/516650?search_string=mythbackend.service%20;#516650

[Unit]
Description=MythTV backend service

After=network.target mysqld.service
# for mythweb: not necessary so 'wants' not 'after'
Wants=httpd.service

[Service]
Type=simple

Environment=MYTHTV_HOME=/var/lib/mythtv
Environment=MYTHCONFDIR=/var/lib/mythtv
Environment=HOME=/var/lib/mythtv
# NOTE: using the "mythtv" user, NOT root.
User=mythtv

# NOTE: if you have other switches you want, insert them below. This is
set to use log files in
# /var/log/mythtv. Make sure that the location of the HOME/MYTHCONFIG
files, logs and the pid file
# are writeable by the user designated above.
ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv

[Install]
WantedBy=multi-user.target

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: EL7 mythtv 0.27 dependencies [ In reply to ]
Hello Guys,

Yes in principle sysV script should work and does its thing , however in my case I can see that systemd is not treating it well, and the timing is off . As a result it starts at the wrong time while other services are not yet ready . Then it crashes out and stops . Once the OS is fully loaded then the script can be started manually and works perfectly .

Best Regards

O&M Ugarcina

> On 21 Jul 2014, at 4:50 pm, Duncan Brown <atrpms@duncb.co.uk> wrote:
>
>> On 20/07/2014 11:47, mo.ucina wrote:
>> Thanks guys , appreciate that . I did not know about the epel requirement , all good now . Been a bit of an uphill battle to get myth working nicely on Centos 7 . To tell you the truth , even though it is newer , it lacks some of the polish and ease of use that Centos 6 had . For example , plymouth worked straight out of the box with old centos , on the new one I just can not get a graphical boot . Even after some tweaking the fonts are still a bit lumpy, can not set dpi values . Also I think I have to rewrite all my init scripts to systemd new standard , staring with mythbackend . It just does not start up on reboot , so I have it starting manually at the moment . Do you guys have a nice systemd startup script for mythbackend ?
>>
>> Best Regards
>>
>> Milorad
>>
>> _______________________________________________
>> atrpms-users mailing list
>> atrpms-users@atrpms.net
>> http://lists.atrpms.net/mailman/listinfo/atrpms-users
> This one is working well for me:
>
> http://www.mythtv.org/wiki/Systemd_mythbackend_Configuration
>
> Though in theory the old systemV init should have worked with a chkconfig mythbackend on
>
>
>
>
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users@atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users