[mythtv-commits] mythtv branch fixes/0.25 updated by jyavenard. v0.25.3-21-g76a4f04

Git Repo Owner noreply at mythtv.org
Fri Nov 30 11:37:37 UTC 2012


The branch, fixes/0.25 has been updated on the
mythtv repository by gitolite user jyavenard.
       via  76a4f04304996d8fd95260bf477aac9b330f4c14 (commit)
       via  d7db602bd73f82eae79c2eeaadcb185e4a5c1174 (commit)
       via  150b66a7cf01944c95e608414c91a64407c99789 (commit)
      from  67d56643698694a6fb61e67e50ae109c127f30af (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 76a4f04304996d8fd95260bf477aac9b330f4c14
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 30 Nov 2012 20:13:54 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 30 Nov 2012 22:36:53 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=76a4f04304996d8fd95260bf477aac9b330f4c14

Fix AirTunes so it works with iTunes 11
iTunes used to only send an AES-128 challenge once, and myth was expecting that the challenge came during the OPTIONS packet.
The challenge is now sent with more packet, including during the ANNOUNCE one.
So we move the handling of the challenge so it will work no matter which packet it comes with.

Tested with iTunes 11, iTunes 10 and iOS 6.01

Conflicts:
	mythtv/libs/libmythtv/AirPlay/mythraopconnection.cpp

[adapted from 06be92206c772509875dbde313769bfae9a2adf7]



commit d7db602bd73f82eae79c2eeaadcb185e4a5c1174
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 14 Jun 2012 12:29:01 -0700
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 30 Nov 2012 22:29:51 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d7db602bd73f82eae79c2eeaadcb185e4a5c1174

Fix compilation with clang/clang++ - configure: we can't use CFLAGS for compiling C++ code, especially as CFLAGS would include -std=c99 which makes no sense for C++ - util-osx-cocoa.mm was compiled as a C++ file, not an objective-C++ file, gcc was forgiving about the error, clang++ isn't
Conflicts:
	mythtv/configure

[cherry-picked from c3544ed053e91ba98b79fabc0620a8f6d3ee4504]



commit 150b66a7cf01944c95e608414c91a64407c99789
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 14 Jun 2012 12:16:38 -0700
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 30 Nov 2012 22:24:37 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=150b66a7cf01944c95e608414c91a64407c99789

Fix compilation against SDK 10.7 when using Xcode 4.4
[cherry-picked from 31e5b9d22b27c02806d4390ffebc091cb0430bc0]



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

Summary of changes:
 mythtv/libs/libmythtv/mythraopconnection.cpp |  141 +++++++++++++-------------
 mythtv/libs/libmythui/libmythui.pro          |   16 +--
 mythtv/libs/libmythui/util-osx.h             |    2 +-
 3 files changed, 78 insertions(+), 81 deletions(-)

-- 



More information about the mythtv-commits mailing list