[mythtv-users] Mythbuntu PPA Zesty Builds

Peter Bennett cats22 at comcast.net
Tue Sep 19 23:34:42 UTC 2017



On 09/19/2017 05:11 PM, Roger Siddons wrote:
> On 19/09/17 19:56, Peter Bennett wrote:
>>
>> However it seems unnecessary, as long as the correct options were 
>> used on the preceding build of MythTV.
>>
>>          OpenGL         support will not be included in MythGallery
>
> Presumably you've manually disabled OpenGL in the core configure ?
>
> ARM Buildlog:
>
> OpenMAX support           no
> OpenGL video              yes
> OpenGL ThemePainter       yes
> OpenGL ES 2.0             no
>
> OpenGL         support will be included in MythGallery
>
> The patch won't work (like the original test) because it's looking for 
> OpenGL ES.
>
> Maybe we have to resort to an architecture check. This should fix the 
> builder but I don't know what others need including.
>
> ARCH_AARCH64=$(cat mythconfig.mak | grep -e "^ARCH_AARCH64=yes")
> # ARM doesn't support ancient MythGallery OpenGL
> if enabled opengl && test "$ARCH_AARCH64" = "ARCH_AARCH64=yes"; then
>     disable opengl
> fi
>
>
When I build for raspberry pi I use these options for MythTV

--enable-openmax --disable-vdpau
--disable-opengl-video --enable-opengl --disable-opengl-themepainter
--disable-vaapi

For mythplugins I normally use --disable-mythgallery, but I tried 
--enable-mythgallery and it worked fine.

I believe the options used for the MythTV build have an effect on the 
subsequent mythplugins build. I am not sure how that works.

If others are having problems maybe they should try the above options.

Maybe we should change configure so that these are the defaults for arm.

Peter


More information about the mythtv-users mailing list