Flavien Bridault pushed to branch master at Debian Med / fw4spl
Commits: bd88c39f by Flavien at 2019-02-03T12:59:11Z Add patch for dcmtk 3.6.4 - - - - - 3 changed files: - debian/changelog - + debian/patches/dcmtk_dict.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +fw4spl (17.2.0-2) UNRELEASED; urgency=medium + + * d/p/: add patch to build with dcmtk 3.6.4. Closes: #920457 + + -- Flavien Bridault <[email protected]> Sun, 03 Feb 2019 09:34:17 +0000 + fw4spl (17.2.0-1) unstable; urgency=medium * Team upload. ===================================== debian/patches/dcmtk_dict.patch ===================================== @@ -0,0 +1,11 @@ +--- fw4spl.orig/SrcLib/io/fwDcmtkTools/src/fwDcmtkTools/Dictionary.cpp ++++ fw4spl/SrcLib/io/fwDcmtkTools/src/fwDcmtkTools/Dictionary.cpp +@@ -29,7 +29,7 @@ + { + const auto dicoPath = ::fwRuntime::getLibraryResourceFilePath("fwDcmtkTools-" FWDCMTKTOOLS_VER "/dicom.dic"); + bool loaded = dcmDataDict.wrlock().loadDictionary(dicoPath.string().c_str()); +- dcmDataDict.unlock(); ++ dcmDataDict.wrunlock(); + SLM_ERROR_IF("Unable to load DICOM dictionary !", loaded); + SLM_ASSERT("Unable to load DICOM dictionary !", loaded); + SLM_TRACE("DICOM dictionary loaded !"); ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ fix_unit_tests.patch fix_vtk6_build.patch revert_qVTK_widget.patch +dcmtk_dict.patch View it on GitLab: https://salsa.debian.org/med-team/fw4spl/commit/bd88c39f4e64ea9c767fba4d15c26b17be0a7522 -- View it on GitLab: https://salsa.debian.org/med-team/fw4spl/commit/bd88c39f4e64ea9c767fba4d15c26b17be0a7522 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
