On Mon, Aug 4, 2008 at 9:35 PM, Andreas Tille <[EMAIL PROTECTED]> wrote: > On Mon, 4 Aug 2008, Mathieu Malaterre wrote: > >> alright then, I am not touching the changelog in debian-med. As a side >> note, I did double check the package on sf.net does *not* contains the >> debian subdir as you requested. > > That's really helpful. > >> And while you are around, could you please tell me where this page is >> generated from. I'd like to fix stuff like: >> >> "The latest release has been published in 2004" > > The imaging page is generated from > > svn://svn.debian.org/cdd/projects/med/trunk/debian-med/tasks/imaging > > Just send a patch to the list and we will incorporate it.
Patch attached. 3 things: - Last DICOM release is 2008 (not including current CP and Supps) - Fix GDCM homepage + description - Add entry for devide Thanks -- Mathieu
Index: imaging =================================================================== --- imaging (revision 1014) +++ imaging (working copy) @@ -7,11 +7,11 @@ Communications in Medicine) which is the de-facto standard for medical image management. The standard defines data structures and services for the exchange of medical images and related information. The latest release - has been published in 2004 and consists of 18 parts. + has been published in 2008 and consists of 18 parts. . For more information, you can visit the NEMA homepage http://medical.nema.org/ or download the current DICOM standard as PDF files from - http://www.dclunie.com/dicom-status/status.html . + ftp://medical.nema.org/medical/dicom/2008/ . Depends: amide, ctsim, ctn, dicomnifti, imagej, minc-tools, medcon, python-nifti, xmedcon, dcmtk @@ -177,16 +177,28 @@ but is more current than version 3.0.6." Depends: gdcm -Homepage: http://sourceforge.net/project/showfiles.php?group_id=137895 +Homepage: http://gdcm.sourceforge.net/ License: BSD Pkg-URL: http://sourceforge.net/project/showfiles.php?group_id=137895&package_id=197047 Why: Real Address is http://sourceforge.net/project/showfiles.php?group_id=137895&package_id=197047, but update-tasks is buggy Pkg-Description: Grass Root DICOM - GDCM is yet another C++ library dedicated to reading/parsing and writing - DICOM medical files. GDCM stands as a short for "Grass roots DiCoM". - Supports currently RAW,JPEG,J2K,JPEG lossless,RLE, deflate(zlib) but - not JPEG-LS,MPEG for now. + Grassroots DiCoM is a C++ library for dealing with DICOM medical files. + It is automatically wrapped to python (using swig). It supports RAW,JPEG, + J2K,JPEG lossless,RLE and deflate(zlib). It also comes with DICOM Part + 3,6 & 7 of the standard as XML files. +Depends: devide +Homepage: http://code.google.com/p/devide/ +License: BSD +Pkg-Description: Delft Visualization and Image processing Development Environment + DeVIDE, or the Delft Visualization and Image processing Development + Environment, is a Python-based dataflow application builder that enables + the rapid prototyping of medical visualization and image processing + applications via visual programming. In other words, by visually connecting + functional blocks (think Yahoo pipes), you can create cool visualizations. + . + See the DeVIDE website at http://visualisation.tudelft.nl/Projects/DeVIDE + Depends: dicom4j Homepage: http://dicom4j.sourceforge.net/ License: GPL

