[mythtv-users] Mythbuntu PPA Zesty Builds

Peter Bennett cats22 at comcast.net
Tue Sep 19 18:56:45 UTC 2017



On 09/19/2017 06:52 AM, Stuart Auchterlonie wrote:
> On 19/09/17 11:20, Roger Siddons wrote:
>>> Looks like mythgallery was never ported to support OpenGLES
>>>
>>> If it hasn't been merged into the main code (I can't rememeber if
>>> it has or not), then it either needs porting to OpenGLES or
>>> configure changes to auto disable mythgallery if OpenGL = OpenGLES
>> Theoretically MythGallery was obsoleted by
>> https://www.mythtv.org/wiki/Gallery
>> But it's on life support if it still builds and causes no grief (as a
>> backup and for those who don't like the new one).
>>
>> There's been little feedback on the new one: it's either perfect or
>> no-one is using it...
>>
>> The only feature MythGallery adds is (dodgy) support for RAW format
>> images. I did have a patch/ideas a long time ago but there was little
>> interest.
>>
>> Unless someone wants to port it to OpenGLES, disabling it where
>> necessary or by default wouldn't be a problem IMO.
> Anyone with an rpi handy that can patch the plugins configure
> with the following patch, then run with --enable-mythgallery
> and see if gallery ends up disabled?
>
> Regards
> Stuart
>
> ---------------------------------------------------------
>
> diff --git a/mythplugins/configure b/mythplugins/configure
> index 9ba22c8..6491c4c 100755
> --- a/mythplugins/configure
> +++ b/mythplugins/configure
> @@ -602,6 +602,7 @@ fi
>   # OpenGL is only used for mythgallery and must not be OpenGL ES!
>   if enabled opengl && test "$OPENGLES" = "HAVE_GLES2_GL2_H=yes"; then
>       disable opengl
> +    disable gallery
>   fi
>
>   #Test if fftw_lib3 is available
>
> ----------------------------------------------------------
> _______________________________________________
>
I have to correct my earlier statement. MythGallery works on Raspberry 
Pi. I configured and built using --enable-mythgallery. It builds fine. 
Then I installed it, it shows up under the menu "Old Gallery". After I 
added a directory using setup, I could see picture thumbnails, select 
pictures and run a slide show.

The above patch has no effect. Even with the patch, mythgallery is 
enabled and works fine.
Maybe the "disable gallery" should have been "disable mythgallery". 
However it seems unnecessary, as long as the correct options were used 
on the preceding build of MythTV.

Here is the config output after enabling mythgallery, both with and 
without the patch.

Configuration settings:

         qmake          /usr/lib/arm-linux-gnueabihf/qt5/bin/qmake

         MythArchive    plugin will be built
         MythBrowser    plugin will be built
         MythGallery    plugin will be built
         MythGame       plugin will be built
         MythMusic      plugin will be built
         MythNetvision  plugin will be built
         MythNews       plugin will be built
         MythWeather    plugin will be built
         MythZoneMinder plugin will be built
         OpenGL         support will not be included in MythGallery
         EXIF           support will be included in MythGallery
         Dcraw          support will not be included in MythGallery
         libcdio        support will be included in MythMusic
         FFTW v.3       support will be included in MythMusic

Peter




More information about the mythtv-users mailing list