[mythtv-commits] [MythTV/mythtv] 48eafe: Make PaneExistingScanImport::load override GroupSe...

linuxdude42 noreply at github.com
Wed May 1 02:52:33 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 48eafe636c1cf9e62906aceac417e4864a7328ba
      https://github.com/MythTV/mythtv/commit/48eafe636c1cf9e62906aceac417e4864a7328ba
  Author: David Hampton <mythtv at love2code.net>
  Date:   2019-04-30 (Tue, 30 Apr 2019)

  Changed paths:
    M mythtv/libs/libmythtv/channelscan/paneexistingscanimport.h

  Log Message:
  -----------
  Make PaneExistingScanImport::load override GroupSetting::Load.

This appears to have been the intention from the start, but it didn't
work because of the different capitalization in the function names.
This was pointed out when converting to use the C++11 override
keyword.


  Commit: 01cb2902a100cc2fdf1d606e2d753038c353f534
      https://github.com/MythTV/mythtv/commit/01cb2902a100cc2fdf1d606e2d753038c353f534
  Author: David Hampton <mythtv at love2code.net>
  Date:   2019-04-30 (Tue, 30 Apr 2019)

  Changed paths:
    M mythtv/libs/libmythmetadata/imagemetadata.cpp

  Log Message:
  -----------
  Fix compilation with exiv2 > 0.27.0.

Remove an old workaround that was introduced so that MythTV would
continue to compile after the introduction of exiv2 version 0.21.  The
exiv2 file this workaround required was removed in 0.27.1.

MythTV now requires upon exiv2 0.21 or better.

Fixes #13452.


  Commit: 748e1c163c38623fbf0639d294450738ea83835f
      https://github.com/MythTV/mythtv/commit/748e1c163c38623fbf0639d294450738ea83835f
  Author: David Hampton <mythtv at love2code.net>
  Date:   2019-04-30 (Tue, 30 Apr 2019)

  Changed paths:
    M mythplugins/configure
    M mythplugins/mythgame/mythgame/rom_metadata.cpp

  Log Message:
  -----------
  Fix mythgame configuration with minizip 2.8.6

Minizip apparently moved its header files in/before version 2.0.
Update the mythplugins configure script to look in both the old and
new locations.

Fixes #13453.


Compare: https://github.com/MythTV/mythtv/compare/d876d1302f15...748e1c163c38


More information about the mythtv-commits mailing list