[mythtv-commits] mythtv branch master updated by jyavenard. v0.28-pre-3069-g47e929b

Git Repo Owner noreply at mythtv.org
Sun Sep 13 12:36:15 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  47e929b1db955b6a21a392c7edbc44f35cef7054 (commit)
       via  81b478c0811005245682eebf2d4955c90fdc6d77 (commit)
       via  33802aa216ab7f516a7ce628d716711dd0ae778f (commit)
       via  f00d5ca464450a49c3c809089763688c68696d4b (commit)
      from  1971440f8df2d158e63fcf35264daadbcd730ada (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 47e929b1db955b6a21a392c7edbc44f35cef7054
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 13 Sep 2015 22:32:50 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 13 Sep 2015 22:35:41 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=47e929b1db955b6a21a392c7edbc44f35cef7054

Bug 12505: P4. Fix dependency between mythservicecontracts and mythbase
libmythservicecontracts needs objects defined in libmyth however we do not want to introduce a cross-dependency between the two.



commit 81b478c0811005245682eebf2d4955c90fdc6d77
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 13 Sep 2015 22:29:38 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 13 Sep 2015 22:35:41 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=81b478c0811005245682eebf2d4955c90fdc6d77

Bug 12505: P3. Update headers
Add missing headers and update for Qt5



commit 33802aa216ab7f516a7ce628d716711dd0ae778f
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 13 Sep 2015 22:25:28 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 13 Sep 2015 22:33:57 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=33802aa216ab7f516a7ce628d716711dd0ae778f

Bug 12505: P2. Remove OS X deprecated calls.
There's no official C/C++ way to retrieve the OS version number anymore (Gestalt was deprecated in 10.8.
So read the SystemVersion.plist dictionary instead



commit f00d5ca464450a49c3c809089763688c68696d4b
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 13 Sep 2015 21:42:35 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 13 Sep 2015 22:33:57 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f00d5ca464450a49c3c809089763688c68696d4b

Bug 12505: P1. Remove Carbon + Quartz support
Qt5 only supports 64 bits . Carbon and Quartz are 32 bits only frameworks and can no long be used. this change drops support for those



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

Summary of changes:
 mythtv/configure                                   |   15 +-
 mythtv/docs/doxygen-create-developer-docs.cfg      |    2 -
 mythtv/libs/libmyth/libmyth.pro                    |   16 +-
 mythtv/libs/libmythbase/mythmiscutil.cpp           |    1 +
 .../libmythservicecontracts.pro                    |   10 +-
 mythtv/libs/libmythtv/avformatdecoder.cpp          |    2 -
 mythtv/libs/libmythtv/libmythtv.pro                |   26 +-
 mythtv/libs/libmythtv/privatedecoder_vda.cpp       |   15 +-
 mythtv/libs/libmythtv/privatedecoder_vda.h         |    4 -
 mythtv/libs/libmythtv/util-osx.h                   |   17 +
 mythtv/libs/libmythtv/util-osx.mm                  |   40 +
 mythtv/libs/libmythtv/videodisplayprofile.cpp      |   26 -
 mythtv/libs/libmythtv/videoout_quartz.cpp          | 1785 --------------------
 mythtv/libs/libmythtv/videoout_quartz.h            |   71 -
 mythtv/libs/libmythtv/videooutbase.cpp             |   22 -
 mythtv/libs/libmythui/DisplayResOSX.cpp            |    1 -
 mythtv/libs/libmythui/libmythui.pro                |    2 +-
 mythtv/libs/libmythui/util-osx.cpp                 |   18 -
 mythtv/libs/libmythui/util-osx.h                   |    6 +-
 mythtv/programs/mythmediaserver/main.cpp           |    1 +
 mythtv/programs/mythscreenwizard/main.cpp          |    3 +
 mythtv/programs/mythtv-setup/main.cpp              |    5 +-
 platform/win32/msvc/include/mythconfig.h           |    1 -
 23 files changed, 101 insertions(+), 1988 deletions(-)
 create mode 100644 mythtv/libs/libmythtv/util-osx.h
 create mode 100644 mythtv/libs/libmythtv/util-osx.mm
 delete mode 100644 mythtv/libs/libmythtv/videoout_quartz.cpp
 delete mode 100644 mythtv/libs/libmythtv/videoout_quartz.h

-- 



More information about the mythtv-commits mailing list