Author: malat-guest Date: 2011-11-08 16:47:51 +0000 (Tue, 08 Nov 2011) New Revision: 8480
Added: trunk/packages/gdcm/trunk/debian/patches/dso.patch Modified: trunk/packages/gdcm/trunk/debian/changelog trunk/packages/gdcm/trunk/debian/patches/series Log: Prepare to vtk 5.8.0 transition Modified: trunk/packages/gdcm/trunk/debian/changelog =================================================================== --- trunk/packages/gdcm/trunk/debian/changelog 2011-11-08 12:06:59 UTC (rev 8479) +++ trunk/packages/gdcm/trunk/debian/changelog 2011-11-08 16:47:51 UTC (rev 8480) @@ -1,8 +1,9 @@ -gdcm (2.0.18-6) UNRELEASED; urgency=low +gdcm (2.0.18-6) unstable; urgency=low * Cleanup compilation flags settings + * Build against vtk 5.8.0. Fix DSO issues. - -- Mathieu Malaterre <[email protected]> Thu, 13 Oct 2011 13:00:36 +0200 + -- Mathieu Malaterre <[email protected]> Tue, 08 Nov 2011 15:36:02 +0100 gdcm (2.0.18-5) unstable; urgency=low Added: trunk/packages/gdcm/trunk/debian/patches/dso.patch =================================================================== --- trunk/packages/gdcm/trunk/debian/patches/dso.patch (rev 0) +++ trunk/packages/gdcm/trunk/debian/patches/dso.patch 2011-11-08 16:47:51 UTC (rev 8480) @@ -0,0 +1,12 @@ +Index: gdcm-2.0.18/Utilities/VTK/Applications/CMakeLists.txt +=================================================================== +--- gdcm-2.0.18.orig/Utilities/VTK/Applications/CMakeLists.txt 2011-11-08 15:30:59.000000000 +0100 ++++ gdcm-2.0.18/Utilities/VTK/Applications/CMakeLists.txt 2011-11-08 17:42:36.000000000 +0100 +@@ -31,6 +31,7 @@ + SET_TARGET_PROPERTIES(${app} PROPERTIES ${GDCM_EXECUTABLE_PROPERTIES}) + ENDIF(GDCM_EXECUTABLE_PROPERTIES) + TARGET_LINK_LIBRARIES(${app} ${VTKGDCM_NAME}) ++ TARGET_LINK_LIBRARIES(${app} vtkCommon vtkFiltering vtkIO vtkImaging) + TARGET_LINK_LIBRARIES(${app} gdcmDSED gdcmMSFF gdcmCommon) + IF(VTK_USE_RENDERING) + TARGET_LINK_LIBRARIES(${app} vtkRendering) Modified: trunk/packages/gdcm/trunk/debian/patches/series =================================================================== --- trunk/packages/gdcm/trunk/debian/patches/series 2011-11-08 12:06:59 UTC (rev 8479) +++ trunk/packages/gdcm/trunk/debian/patches/series 2011-11-08 16:47:51 UTC (rev 8480) @@ -3,3 +3,4 @@ fixsitepackage.patch toplevelskip.patch #removedocfromall.patch +dso.patch _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
