forked from pool/linphone
- Update to 5.3.26 (no changelog).
- Update to 5.3.7:
ADDED:
* Added notion of roles for conferences, so that there can be speakers and listeners.
* Reactions with IM conversations
* New video codec policy, so that hardware-accelerated codecs are prioritized in offer/answer.
* AV-1 codec
* New LinphoneAlert object used to report various QoS alerts during calls.
* SRTP AES GCM mode
CHANGED:
* TLS Client certificate request authentication callback removed (due to mbedtls update).
Application using TLS client certificate must provide it before any TLS connexion needing it.
* Refactoring of LinphoneAddress object implementation, leading to greater internal simplicity and performance.
- Clean up spec file
OBS-URL: https://build.opensuse.org/request/show/1156859
OBS-URL: https://build.opensuse.org/package/show/network:telephony/linphone?expand=0&rev=153
14 lines
410 B
Diff
14 lines
410 B
Diff
Index: liblinphone-5.3.7/CMakeLists.txt
|
|
===================================================================
|
|
--- liblinphone-5.3.7.orig/CMakeLists.txt
|
|
+++ liblinphone-5.3.7/CMakeLists.txt
|
|
@@ -23,7 +23,7 @@
|
|
|
|
cmake_minimum_required(VERSION 3.22)
|
|
|
|
-project(LibLinphone VERSION 5.3.0 LANGUAGES C CXX)
|
|
+project(LibLinphone VERSION 5.3.26 LANGUAGES C CXX)
|
|
|
|
|
|
set(LINPHONE_MAJOR_VERSION ${PROJECT_VERSION_MAJOR})
|