[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. 87cf91c3a7996e3ae211668f9d07c1072f
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2019-06-04 14:21:20
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, release has been updated
via 87cf91c3a7996e3ae211668f9d07c1072f6298d6 (commit)
from 02a08336f79cc143a75ea225bfbefad02ffa0ec4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/87cf91c3a7996e3ae211668f9d07c1072f6298d6/
commit 87cf91c3a7996e3ae211668f9d07c1072f6298d6
Author: Mathieu Malaterre <mat...@gm...>
Date: Tue Jun 4 16:21:00 2019 +0200
Minor update for nuget
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5e0c7f403..1efd794eb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -799,10 +799,13 @@ if(GDCM_STANDALONE) # disabled for ITK distribution of gdcm
if (${CMAKE_VERSION} VERSION_GREATER "3.12.0")
set(CPACK_BINARY_NUGET "ON")
# ${CMAKE_CURRENT_BINARY_DIR}/Copyright.txt is too long (>4000 characters)
- set(CPACK_NUGET_PACKAGE_DESCRIPTION ${GDCM_PACKAGE_DESCRIPTION_SUMMARY})
+ set(CPACK_NUGET_PACKAGE_DESCRIPTION "Grassroots DiCoM is a C++ library for DICOM medical files. It is accessible from Python, C#, Java and PHP. It supports RAW, JPEG, JPEG 2000, JPEG-LS, RLE and deflated transfer syntax.
+ It comes with a super fast scanner implementation to quickly scan hundreds of DICOM files.
+ It supports SCU network operations (C-ECHO, C-FIND, C-STORE, C-MOVE). PS 3.3 & 3.6 are distributed as XML files.
+ It also provides PS 3.15 certificates and password based mecanism to anonymize and de-identify DICOM datasets.")
set(CPACK_NUGET_PACKAGE_LICENSEURL "http://gdcm.sourceforge.net/Copyright.html")
set(CPACK_NUGET_PACKAGE_HOMEPAGE_URL "http://gdcm.sourceforge.net")
- set(CPACK_NUGET_PACKAGE_TAGS "dicom medical")
+ set(CPACK_NUGET_PACKAGE_TAGS "dicom" "medical")
endif()
endif()
if(GDCM_WRAP_JAVA)
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
hooks/post-receive
--
Grassroots DICOM
|