- 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
34 lines
1.2 KiB
Diff
34 lines
1.2 KiB
Diff
Index: liblinphone-5.3.4/share/CMakeLists.txt
|
|
===================================================================
|
|
--- liblinphone-5.3.4.orig/share/CMakeLists.txt
|
|
+++ liblinphone-5.3.4/share/CMakeLists.txt
|
|
@@ -30,6 +30,15 @@ set(GRAMMAR_FILES
|
|
PARENT_SCOPE
|
|
)
|
|
|
|
+set(LINPHONE_CFLAGS ${LINPHONE_CPPFLAGS})
|
|
+set(LINPHONE_LIBS ${LINPHONE_LDFLAGS})
|
|
+set(prefix ${CMAKE_INSTALL_PREFIX})
|
|
+set(exec_prefix ${prefix}/bin)
|
|
+set(libdir ${CMAKE_INSTALL_LIBDIR})
|
|
+set(includedir ${prefix}/include)
|
|
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/linphone.pc.in ${CMAKE_CURRENT_BINARY_DIR}/linphone.pc)
|
|
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/linphone.pc DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
|
|
+
|
|
if(ENABLE_ASSETS)
|
|
set(SOUND_FILES
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/hello16000.wav"
|
|
Index: liblinphone-5.3.4/share/linphone.pc.in
|
|
===================================================================
|
|
--- liblinphone-5.3.4.orig/share/linphone.pc.in
|
|
+++ liblinphone-5.3.4/share/linphone.pc.in
|
|
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
-Requires: mediastreamer ortp bctoolbox
|
|
+Requires: mediastreamer belle-sip belcard
|
|
Name: liblinphone
|
|
Description: All in one linphone libs.
|
|
Version: @VERSION@
|