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

Robert Kulagowski rkulagow at gmail.com
Tue Jul 17 17:40:41 UTC 2012


On Tue, Jul 17, 2012 at 2:01 AM, Git Repo Owner <noreply at mythtv.org> wrote:
> 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(-)

Not compiling here:

make[2]: Leaving directory `/home/rkulagow/mythtv/mythtv/programs/mythtv-setup'
{ test -n "" && DESTDIR="" || DESTDIR=.; } && test $(gdb --version |
sed -e 's,[^0-9]\+\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72 && gdb --nx
--batch --quiet -ex 'set confirm off' -ex "save gdb-index $DESTDIR"
-ex quit 'mythbackend' && test -f mythbackend.gdb-index && objcopy
--add-section '.gdb_index=mythbackend.gdb-index' --set-section-flags
'.gdb_index=readonly' 'mythbackend' 'mythbackend' && rm -f
mythbackend.gdb-index || true
make[2]: Leaving directory `/home/rkulagow/mythtv/mythtv/programs/mythbackend'
globalsettings.o: In function `AirPlayRSAInfo':
/home/rkulagow/mythtv/mythtv/programs/mythfrontend/globalsettings.cpp:2668:
undefined reference to `MythRAOPConnection::LoadKey()'
globalsettings.o: In function `MythRAOPConnection::RSALastError()':
/home/rkulagow/mythtv/mythtv/programs/mythfrontend/../../libs/libmythtv/AirPlay/mythraopconnection.h:57:
undefined reference to `MythRAOPConnection::g_rsaLastError'
collect2: ld returned 1 exit status
make[2]: *** [mythfrontend] Error 1
make[2]: Leaving directory `/home/rkulagow/mythtv/mythtv/programs/mythfrontend'
make[1]: *** [sub-mythfrontend-make_default] Error 2
make[1]: Leaving directory `/home/rkulagow/mythtv/mythtv/programs'
make: *** [programs] Error 2

(make distclean; configure; make)


More information about the mythtv-dev mailing list