Debian Patches

Status for lensfun/0.3.95-6

Patch Description Author Forwarded Bugs Origin Last update
local-mathjax.diff Use a locally installed mathjax, instead of a remote version
diff --git a/docs/doxyfile.in.cmake b/docs/doxyfile.in.cmake
index 235484b..9dd8550 100644
Pino Toscano <pino@debian.org> not-needed 2016-01-09
upstream_Enable-Wformat-security-and-fix-respective-warnings.patch [PATCH] Enable -Wformat-security and fix respective warnings
https://sourceforge.net/p/lensfun/bugs/107/
Sebastian Kraft <mail@sebastiankraft.net> no 2019-01-12
upstream_Allocate-string-with-sufficient-length-to-include-a-.patch [PATCH] Allocate string with sufficient length to include a terminating null, closes #106 Sebastian Kraft <mail@sebastiankraft.net> no 2018-10-03
upstream_tests-build-test_modifier_performance-only-on-x86-10.patch [PATCH] tests: build test_modifier_performance only on x86 (#1091)
It uses SSE APIs, which are available only on x86 architectures.
Pino Toscano <toscano.pino@tiscali.it> no 2022-02-17
upstream_Increase-tolerance-for-tests-involving-SVD.-1136.patch [PATCH] Increase tolerance for tests involving SVD. (#1136)
The epsilon provided by std::numeric_limits<double> can lead to tests
failing when certain optimizations and/or instructions such as FMA are
used by the compiler. Increasing the epsilon by a factor of 5 allows
the tests to pass while still ensuring the SVD is correct.
This fixes #1135.
Severin Strobl <github@severin-strobl.de> no 2022-05-15
python-setuptools.diff Fix the installation of the Python module - move the installation root ($DESTDIR) as --root parameter
- specify --single-version-externally-managed, so the module is not installed
as single egg file
Pino Toscano <pino@debian.org> not-needed 2023-07-23
fix-float.diff Stop using INT_MIN/INT_MAX for floats .
INT_MIN/INT_MAX are meant for the int type, and thus casting them to a
different type (float) means loss of precision which may lead to failed
comparisons later on.
.
Instead use the proper limits using std::numeric_limits.
Pino Toscano <pino@debian.org> yes 2023-08-12

All known versions for source package 'lensfun'

Links