[mythtv-commits] mythtv branch master updated by jyavenard. v0.26-pre-901-gfa1571c

Git Repo Owner noreply at mythtv.org
Tue Jul 17 07:01:28 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  fa1571ce87401f34b64698d68f2770d74fa83969 (commit)
       via  11ea7ef9c653e8e88d0c2cb032a25da639c91c2a (commit)
      from  13163358dd54687628233ce4285f09435c0066c2 (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 fa1571ce87401f34b64698d68f2770d74fa83969
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 17 Jul 2012 17:00:59 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 17 Jul 2012 17:01:16 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=fa1571ce87401f34b64698d68f2770d74fa83969

Add AirPlay password authentication support.
Thanks to mythtv at cjo20.net (IRC: Seeker`) original patch

Fixes #10310



commit 11ea7ef9c653e8e88d0c2cb032a25da639c91c2a
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 17 Jul 2012 15:09:25 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 17 Jul 2012 17:01:16 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=11ea7ef9c653e8e88d0c2cb032a25da639c91c2a

Add graphic user configuration for AirPlay.
Aim to simplify AirPlay and AirTunes configuration. The AirPlay settings page will also show the status for the RSA key and indicate any potential errors.
Drop conditional compilation of AirPlay (video only) without AirTunes (RAOP).
Services can now be started using proper settings and doesn't require the use of environment variables.



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

Summary of changes:
 .../libs/libmythtv/AirPlay/mythairplayserver.cpp   |  115 +++++++++++++++++++-
 mythtv/libs/libmythtv/AirPlay/mythairplayserver.h  |    9 ++-
 .../libs/libmythtv/AirPlay/mythraopconnection.cpp  |   59 +++++++++-
 mythtv/libs/libmythtv/AirPlay/mythraopconnection.h |   10 ++-
 mythtv/libs/libmythtv/AirPlay/mythraopdevice.cpp   |    9 ++-
 mythtv/libs/libmythtv/libmythtv.pro                |   12 ++-
 mythtv/programs/mythfrontend/globalsettings.cpp    |  113 ++++++++++++++++++--
 mythtv/programs/mythfrontend/main.cpp              |   23 ++--
 mythtv/programs/mythfrontend/mythfrontend.pro      |    2 +-
 9 files changed, 309 insertions(+), 43 deletions(-)

-- 



More information about the mythtv-commits mailing list