Flavien Bridault pushed to branch master at Debian Med / sight
Commits: bff951a5 by Flavien Bridault at 2021-03-17T10:26:43+01:00 Fix bug #982262 - - - - - 3 changed files: - debian/changelog - + debian/patches/fix-module-path.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +sight (20.2.0-2) UNRELEASED; urgency=medium + + * d/p: add new patch to fix vrrender launch. Closes: #982262 + + -- Flavien Bridault <[email protected]> Tue, 16 Mar 2021 20:59:58 +0000 + sight (20.2.0-1) unstable; urgency=medium [ Nilesh Patra ] ===================================== debian/patches/fix-module-path.patch ===================================== @@ -0,0 +1,18 @@ +Author: Flavien Bridault <[email protected]> +Description: Fix vrrender launch. +Bug: https://git.ircad.fr/sight/sight/-/issues/680 +Bug-Debian: http://bugs.debian.org/982262 + +--- sight.orig/libs/core/fwRuntime/src/detail/Runtime.cpp ++++ sight/libs/core/fwRuntime/src/detail/Runtime.cpp +@@ -55,8 +55,8 @@ + // The lib location is 'SIGHT_DIR/lib/libfwCore.dll' + m_workingPath = fwRuntimePath.parent_path().parent_path(); + #else +- // The lib location is 'SIGHT_DIR/lib/share/libfwCore.so' +- m_workingPath = fwRuntimePath.parent_path().parent_path().parent_path(); ++ // The lib location is 'SIGHT_DIR/lib/x86_64-gnu-linux/libfwCore.so' ++ m_workingPath = fwRuntimePath.parent_path().parent_path().parent_path().parent_path(); + #endif + } + ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ fix-i386-build.patch +fix-module-path.patch View it on GitLab: https://salsa.debian.org/med-team/sight/-/commit/bff951a58169a6a39343409e6b783bdee4472186 -- View it on GitLab: https://salsa.debian.org/med-team/sight/-/commit/bff951a58169a6a39343409e6b783bdee4472186 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
