Mailing List Archive

mythtv branch master updated by dhampton. v30-Pre-383-gf64592e
The branch, master has been updated on the
mythtv repository by gitolite user dhampton.
via f64592eee9cf63420034d38b672f9daaaadf4ac2 (commit)
via 3d580948cf3ee7609f2ca0766c577c237ff713fe (commit)
via d6e2e23dedd28dd4dec70ac39efaf09207f5d175 (commit)
via 85aa2363451fefa2abd9af1cd886a7a86a7cd9a1 (commit)
via 3f5aa0c9f2425e7c54d79ce23d239f1afd29b220 (commit)
from a44dd5392bdc69978eccbcf38fd1b021242d75b3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f64592eee9cf63420034d38b672f9daaaadf4ac2
Author: David Hampton <mythtv@love2code.net> at Tue, 9 Jan 2018 19:30:47 -0500
Committer: David Hampton <mythtv@love2code.net> at Tue, 9 Jan 2018 20:42:05 -0500
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=f64592eee9cf63420034d38b672f9daaaadf4ac2

Clang: Automatically add a library necessary for linking.
There are several files that don't link properly under clang unless
-lstdc++ is added to the list of libraries. The mythzmserver.pro file
seems to ignore the list of libraries determined by 'configure', so a
special tweak is needed there.



commit 3d580948cf3ee7609f2ca0766c577c237ff713fe
Author: David Hampton <mythtv@love2code.net> at Tue, 9 Jan 2018 17:55:27 -0500
Committer: David Hampton <mythtv@love2code.net> at Tue, 9 Jan 2018 20:42:05 -0500
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=3d580948cf3ee7609f2ca0766c577c237ff713fe

Update source files for Qt 5.2 as the minimum version.
Remove all clauses related to Qt4. Remove any checks for Qt5 versions
less than 5.2.



commit d6e2e23dedd28dd4dec70ac39efaf09207f5d175
Author: David Hampton <mythtv@love2code.net> at Tue, 9 Jan 2018 08:56:00 -0500
Committer: David Hampton <mythtv@love2code.net> at Tue, 9 Jan 2018 20:42:05 -0500
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=d6e2e23dedd28dd4dec70ac39efaf09207f5d175

Update qmake project files for a minimum 5.2 version.
Remove all clauses related to Qt4. Remove any checks for Qt5, keeping
the needed changes to the QT variable.



commit 85aa2363451fefa2abd9af1cd886a7a86a7cd9a1
Author: David Hampton <mythtv@love2code.net> at Tue, 9 Jan 2018 00:30:02 -0500
Committer: David Hampton <mythtv@love2code.net> at Tue, 9 Jan 2018 20:42:05 -0500
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=85aa2363451fefa2abd9af1cd886a7a86a7cd9a1

Clean up Qt version checking in 'configure'.
Make mythtv/configure the "one true source of truth" for the minimum
Qt version. Make it easier to compare Qt version numbers by
converting them from strings to numbers before comparison. Remove Qt4
related checks (since the minimum Qt version is already 5.2).



commit 3f5aa0c9f2425e7c54d79ce23d239f1afd29b220
Author: David Hampton <mythtv@love2code.net> at Mon, 8 Jan 2018 19:09:18 -0500
Committer: David Hampton <mythtv@love2code.net> at Tue, 9 Jan 2018 20:42:05 -0500
URL: http://code.mythtv.org/cgit/mythtv/commit/?id=3f5aa0c9f2425e7c54d79ce23d239f1afd29b220

Clean up the checks for finding the qmake executable.
Throw away error output from the 'which' command so that garbage
doesn't get into the list of possible locations for qmake. Make the
tests for qmake in the mythplugins directory the same as in the mythtv
directory.



-----------------------------------------------------------------------

Summary of changes:
mythplugins/configure | 45 +++++++++------
.../mythbrowser/mythbrowser/mythbrowser.pro | 4 +-
.../mythgallery/dcrawplugin/dcrawplugin.cpp | 7 ---
mythplugins/mythgallery/dcrawplugin/dcrawplugin.h | 7 ---
mythplugins/mythgallery/mythgallery/main.cpp | 7 +--
mythplugins/mythmusic/mythmusic/mythmusic.pro | 4 +-
.../mythnetvision/mythnetvision/mythnetvision.pro | 5 +--
mythplugins/mythnews/mythnews/mythnews.pro | 5 +--
.../mythweather/mythweather/mythweather.pro | 5 +--
.../mythzoneminder/mythzmserver/mythzmserver.pro | 6 ++
.../mythzoneminder/mythzoneminder.pro | 5 +--
mythtv/configure | 33 +++++++++---
mythtv/libs/libmyth/audio/audiooutput_omx.cpp | 2 +-
mythtv/libs/libmyth/libmyth.pro | 9 +---
mythtv/libs/libmyth/mythconfigdialogs.cpp | 2 -
mythtv/libs/libmyth/mythdialogs.cpp | 4 --
mythtv/libs/libmyth/mythwidgets.h | 8 ---
.../test/test_audioconvert/test_audioconvert.h | 6 --
.../test/test_audioconvert/test_audioconvert.pro | 9 +---
.../libmyth/test/test_audioutils/test_audioutils.h | 6 --
.../test/test_audioutils/test_audioutils.pro | 9 +---
.../test/test_programinfo/test_programinfo.h | 8 +---
.../test/test_programinfo/test_programinfo.pro | 9 +---
mythtv/libs/libmythbase/libmythbase.pro | 6 +--
mythtv/libs/libmythbase/mythdate.cpp | 4 --
mythtv/libs/libmythbase/mythmiscutil.cpp | 2 +-
mythtv/libs/libmythbase/mythqtcompat.h | 4 --
mythtv/libs/libmythbase/mythtranslation.cpp | 8 ---
mythtv/libs/libmythbase/mythversion.h | 5 +-
mythtv/libs/libmythbase/remotefile.cpp | 4 --
mythtv/libs/libmythbase/serverpool.cpp | 5 --
.../test/test_mythsystem/test_mythsystem.h | 18 ++----
.../test/test_mythsystem/test_mythsystem.pro | 9 +---
.../test_mythsystemlegacy/test_mythsystemlegacy.h | 8 +---
.../test_mythsystemlegacy.pro | 9 +---
.../test/test_mythtimer/test_mythtimer.pro | 5 --
.../libmythbase/test/test_template/test_template.h | 8 +---
.../test/test_template/test_template.pro | 9 +---
mythtv/libs/libmythfreemheg/Programs.cpp | 10 ----
mythtv/libs/libmythmetadata/imagemanager.cpp | 16 ------
mythtv/libs/libmythmetadata/imagemanager.h | 37 +------------
mythtv/libs/libmythmetadata/imagescanner.h | 12 +---
mythtv/libs/libmythmetadata/libmythmetadata.pro | 5 +--
mythtv/libs/libmythmetadata/metadatacommon.cpp | 15 -----
.../test/test_videometadata/test_videometadata.h | 10 +---
.../test/test_videometadata/test_videometadata.pro | 9 +---
mythtv/libs/libmythmetadata/videoutils.cpp | 5 --
.../libs/libmythprotoserver/libmythprotoserver.pro | 5 +--
.../libs/libmythprotoserver/mythsocketmanager.cpp | 5 --
mythtv/libs/libmythservicecontracts/service.cpp | 5 --
mythtv/libs/libmythservicecontracts/service.h | 8 ---
.../test/test_datacontracts/test_datacontracts.pro | 9 +---
.../libs/libmythtv/AirPlay/mythairplayserver.cpp | 7 ---
mythtv/libs/libmythtv/HLS/httplivestreambuffer.cpp | 4 --
mythtv/libs/libmythtv/cardutil.cpp | 8 ---
mythtv/libs/libmythtv/libmythtv.pro | 5 +--
mythtv/libs/libmythtv/mpeg/mpegdescriptors.cpp | 10 ----
mythtv/libs/libmythtv/osd.cpp | 3 -
.../libmythtv/recorders/ExternalStreamHandler.cpp | 4 --
.../libmythtv/recorders/cetonstreamhandler.cpp | 34 ------------
.../libs/libmythtv/recorders/cetonstreamhandler.h | 8 ---
mythtv/libs/libmythtv/recordingrule.cpp | 13 -----
.../test/test_copyframes/test_copyframes.h | 6 --
.../test/test_copyframes/test_copyframes.pro | 9 +---
.../libmythtv/test/test_eitfixups/test_eitfixups.h | 6 --
.../test/test_eitfixups/test_eitfixups.pro | 9 +---
.../test/test_iptvrecorder/test_iptvrecorder.h | 8 +---
.../test/test_iptvrecorder/test_iptvrecorder.pro | 9 +---
.../test/test_mpegtables/test_mpegtables.h | 6 --
.../test/test_mpegtables/test_mpegtables.pro | 9 +---
mythtv/libs/libmythtv/videooutwindow.cpp | 5 --
mythtv/libs/libmythui/jsmenu.cpp | 7 +--
mythtv/libs/libmythui/libmythui.pro | 11 ++---
mythtv/libs/libmythui/lirc.cpp | 7 +--
mythtv/libs/libmythui/lircevent.h | 4 --
mythtv/libs/libmythui/mythdialogbox.h | 4 --
mythtv/libs/libmythui/mythmainwindow.cpp | 4 +-
mythtv/libs/libmythui/mythuispinbox.cpp | 6 --
mythtv/libs/libmythui/mythuitext.cpp | 8 ---
mythtv/libs/libmythui/mythuiwebbrowser.cpp | 4 --
mythtv/libs/libmythupnp/httpserver.cpp | 4 --
mythtv/libs/libmythupnp/servicehost.cpp | 12 ----
mythtv/libs/libmythupnp/services/rtti.cpp | 6 --
mythtv/libs/libmythupnp/upnpdevice.h | 2 -
mythtv/libs/libmythupnp/xsd.cpp | 57 +-------------------
mythtv/programs/mythavtest/main.cpp | 5 +--
mythtv/programs/mythavtest/mythavtest.pro | 5 +--
mythtv/programs/mythbackend/mythbackend.pro | 5 +--
.../programs/mythccextractor/mythccextractor.pro | 5 +--
mythtv/programs/mythcommflag/main.cpp | 8 ---
mythtv/programs/mythcommflag/mythcommflag.pro | 2 -
.../programs/mythfilerecorder/mythfilerecorder.cpp | 12 ----
.../programs/mythfilerecorder/mythfilerecorder.pro | 5 +--
.../programs/mythfilldatabase/mythfilldatabase.pro | 5 +--
mythtv/programs/mythfrontend/main.cpp | 2 +-
mythtv/programs/mythfrontend/mythfrontend.pro | 13 ++---
mythtv/programs/mythjobqueue/mythjobqueue.pro | 5 +--
mythtv/programs/mythlcdserver/mythlcdserver.pro | 5 +--
mythtv/programs/mythlogserver/mythlogserver.pro | 5 +--
.../programs/mythmediaserver/mythmediaserver.pro | 5 +--
mythtv/programs/mythpreviewgen/mythpreviewgen.pro | 5 +--
.../programs/mythscreenwizard/mythscreenwizard.pro | 5 +--
mythtv/programs/mythtranscode/mythtranscode.pro | 5 +--
mythtv/programs/mythtv-setup/mythtv-setup.pro | 5 +--
mythtv/programs/mythutil/mythutil.pro | 5 +--
mythtv/programs/mythwelcome/mythwelcome.pro | 5 +--
106 files changed, 133 insertions(+), 743 deletions(-)

--

_______________________________________________
mythtv-firehose mailing list
mythtv-firehose@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-firehose