Package: linphone / 5.2.99-6
Metadata
Package | Version | Patches format |
---|---|---|
linphone | 5.2.99-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
desktop file keywords | (download) |
share/linphone.desktop.in |
1 1 0 - 0 ! |
--- |
fix jsoncpp include path.patch | (download) |
include/linphone/FlexiAPIClient.hh |
2 1 1 - 0 ! |
--- |
fix jsoncpp linker flag 2.patch | (download) |
src/CMakeLists.txt |
4 2 2 - 0 ! |
--- |
ldap hostname override.patch | (download) |
src/ldap/ldap-contact-provider.cpp |
2 2 0 - 0 ! |
patch out reference to ldap_opt_x_tls_peer_cn Unfortunately, linphone changed how it uses the libldap API in a way that breaks the old ldap_int_hostname hack. Finding another workaround proved impossible, so we can only patch out the reference to the preprocessor macro and disable SAL usage with TLS in linphone-desktop's UI. |
fix cmake install path.patch | (download) |
CMakeLists.txt |
2 1 1 - 0 ! |
--- |
force system xsd.patch | (download) |
CMakeLists.txt |
2 1 1 - 0 ! |
--- |
fix pkgconfig.patch | (download) |
share/CMakeLists.txt |
9 9 0 - 0 ! |
--- |
enable readline.patch | (download) |
CMakeLists.txt |
12 11 1 - 0 ! |
--- |
define project version.patch | (download) |
CMakeLists.txt |
4 2 2 - 0 ! |
--- |
to_upstream/restore termios.patch | (download) |
console/linphonec.c |
24 22 2 - 0 ! |
restore termios via atexit() and reraise caught signals Closing e.g. the webcam window prevents the normal readline exit routines from running which borks the terminal. . Also reraise caught signals which results in the proper exit status. . Running with LINPHONEC_NO_TERMIOS_RESTORE=y shows the old behaviour. |
fix nowebcam image path.patch | (download) |
src/factory/factory.cpp |
1 1 0 - 0 ! |
--- |
delete build path capture.patch | (download) |
wrappers/cpp/LinphoneCxxConfig.cmake.in |
1 0 1 - 0 ! |
--- |
to_upstream/fix python3 removals.patch | (download) |
wrappers/cpp/genwrapper.py |
2 1 1 - 0 ! |
fix constructs removed in python 3.11 The deprecated 'U' flag was removed in 3.11. Upstream fixed this in 5.2.x, but didn't add the newline named parameter for some reason. |
disable_appimage_download.patch | (download) |
coreapi/update_check.c |
5 5 0 - 0 ! |
disable behind-the-scenes appimage download The error message is unfortunately only printed to the log, not stderr. |
fix_linphonec_manpage.patch | (download) |
share/C/linphonec.1 |
8 5 3 - 0 ! |
document peculiarities in linphonec better |
fix ldap abandon.patch | (download) |
src/ldap/ldap-contact-provider.cpp |
4 2 2 - 0 ! |
unbind after abandoning any on-going requests Segfaults in ldap_abandon_ext() -> pthread_mutex_lock() otherwise. |
fix_metadoc_py_indeterminism.patch | (download) |
coreapi/help/doc/doxygen/CMakeLists.txt |
1 1 0 - 0 ! |
try to fix reproducibility issue through directory tree canonicalization On reproducible-builds.org linphone has had reproducibility issues on 32-bit platforms since forever. The issue lies most probably with |
to_upstream/fix_unused_parameters.patch | (download) |
console/linphonec.c |
3 2 1 - 0 ! |
--- |
cpp_wrapper_generator_sort_files.patch | (download) |
tools/genapixml.py |
2 1 1 - 0 ! |
sort list of files passed to project.initfromfiles() Hopefully this will catch any sortation issues the canonicalization with does not take care of. |
relax_doxygen_warnings.patch | (download) |
coreapi/help/doc/doxygen/Doxyfile.in |
2 2 0 - 0 ! |
--- |
use cxx17 standard.patch | (download) |
CMakeLists.txt |
2 1 1 - 0 ! |
use c 17 standard New zxing-cpp header uses C 17 features. This requires building the project with C 17 instead of C 14. Bug-Debian: https://bugs.debian.org/1058849 |