Albert Astals Cid wrote:
> The tarballs for KDE Applications 16.08.1 are available
> at the usual location.
>
> Public release this thursday.
>
> Cheers,
> Albert
kopete doesn't build:
/build/kdenetwork-kopete/src/kopete-16.08.1/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc:
In constructor
'cricket::LinphoneVoiceChannel::LinphoneVoiceChannel(cricket::LinphoneMediaEngine*)':
/build/kdenetwork-kopete/src/kopete-16.08.1/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc:156:37:
error: cannot convert 'OrtpLogLevel' to
'const char*' for argument '1' to 'void ortp_set_log_level_mask(const char*,
int)'
ortp_set_log_level_mask(ORTP_FATAL);
^
/build/kdenetwork-kopete/src/kopete-16.08.1/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc:162:45:
error: invalid conversion from 'int' to
'MSFactory* {aka _MSFactory*}' [-fpermissive]
audio_stream_ = audio_stream_new(-1, -1, 0); /* -1 means that function will
choose some free port */
^
/build/kdenetwork-kopete/src/kopete-16.08.1/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc:162:45:
error: too few arguments to function
'AudioStream* audio_stream_new(MSFactory*, int, int, bool_t)'