[Buildroot] [Patch v3] dcmtk: new package

Gustavo Zacarias gustavo at zacarias.com.ar
Wed Jun 18 01:18:39 UTC 2014


On 06/17/2014 09:05 PM, William Frost wrote:

> +config BR2_PACKAGE_DCMTK
> +	bool "dcmtk"
> +	help
> +	  DCMTK is a collection of libraries and applications implementing 
> +	  large parts the DICOM standard. It includes software for examining, 
> +	  constructing and converting DICOM image files, handling offline 
> +	  media, sending and receiving images over a network connection, as 
> +	  well as demonstrative image storage and worklist servers. DCMTK is 
> +	  is written in a mixture of ANSI C and C++. It comes in complete 
> +	  source code and is made available as "open source" software.
> +
> +	  http://dicom.offis.de/dcmtk.php.en

Hi.
It seems the c++ part is mandatory, so it should depend on
BR2_INSTALL_LIBSTDCPP (and add a comment when it's not available, see
package/msgpack/Config.in for an example).
Also there's trailing whitespace in the help text.
Regards.



More information about the buildroot mailing list