#13 Packaging of Conquest
Opened 4 years ago by jaruga. Modified 4 years ago

== Name ==
Conquest DICOM software

== Link to source code ==
ftp://ftp-rt.nki.nl/outbox/MarcelVanHerk/dicomserver/conquestlinux1416.tar.gz

== Licence ==
Public Domain (check and confirm)

== Short description ==
Some possible applications of the Conquest DICOM software are:

DICOM training and testing
Demonstration and research image archives
Image format conversion from a scanner with DICOM network access
DICOM image viewing and slide making
DICOM image selection, (limited) editing, and splitting and merging of series
Advanced scriptable image modification, filtering, forwarding and conversion
DICOM caching and archive merging
DICOM web access for viewing and data management (scriptable)

== Bugzilla Entry(if any) ==

sqlite> SELECT id, status, component, severity, priority, reporter, cc, version, milestone FROM ticket WHERE id = 13;
id|status|component|severity|priority|reporter|cc|version|milestone
13|new|Imaging||major|ankursinha|||Packaging-wishlist

sqlite> SELECT ticket, strftime('%Y/%m/%d %H:%M:%S', time / 1000000, 'unixepoch', 'localtime') AS datetime, author, field, oldvalue, newvalue FROM ticket_change WHERE ticket = 13 ORDER BY time;
ticket|datetime|author|field|oldvalue|newvalue
13|2011/08/11 13:43:23|ankursinha|comment|1|Working on this.
13|2011/08/11 13:43:23|ankursinha|milestone|Packaging-wishlist|Packaging-in-progress
13|2011/08/11 13:43:23|ankursinha|owner||ankursinha
13|2011/08/11 13:43:23|ankursinha|status|new|assigned
13|2011/08/20 11:06:08|ankursinha|comment|2|Mail to upstream:

Hello,

I'm trying to build conquest as a part of the fedora-medical initiative.
It's a great software and would be a valuable addition to our package
list. 

I see that conquest uses libjpeg version 6c. However, the stable
versions of libjpeg are 6b and 8c. Would it be possible to use these
versions instead? 

The conquest source bundles the libjpeg source, however libjpeg is
already available in fedora. When I try to build against the fedora
version, it gives errors such as:


> 663 nkiqrsop.cpp:5714:11: error: 'struct jpeg_compress_struct' has no member named 'data_precision_other'$
>  664 nkiqrsop.cpp:5855:38: error: 'struct jpeg_compress_struct' has no member named 'lossless'$
>  665 nkiqrsop.cpp:5863:8: error: 'struct jpeg_compress_struct' has no member named 'lossless'$
>  666 nkiqrsop.cpp:5864:8: error: 'struct jpeg_compress_struct' has no member named 'lossless_scaling'$
>  667 nkiqrsop.cpp:5866:12: error: 'struct jpeg_compress_struct' has no member named 'lossless'$
>  668 nkiqrsop.cpp:5866:54: error: 'jpeg_simple_lossless' was not declared in this scope$
>  669 nkiqrsop.cpp:5872:11: error: 'struct jpeg_compress_struct' has no member named 'lossless'$
>  670 nkiqrsop.cpp:5883:11: error: 'struct jpeg_compress_struct' has no member named 'data_precision_other'$
>  671 nkiqrsop.cpp:5954:27: error: 'struct jpeg_compress_struct' has no member named 'data_precision_other'$


Bundling libraries is strongly suggested against while building
packages. This page details why[2]

[1] https://fedorahosted.org/fedora-medical
[2] http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries
13|2011/08/20 11:06:08|ankursinha|keywords||WAITING_FOR_UPSTREAM
13|2012/06/26 20:52:45|ankursinha|blockedby||
13|2012/06/26 20:52:45|ankursinha|blocking||
13|2012/06/26 20:52:45|ankursinha|comment|3|No response from upstream. Stalled. 
13|2012/06/26 20:52:45|ankursinha|milestone|Packaging-in-progress|Packaging-wishlist
13|2012/06/26 20:52:45|ankursinha|owner|ankursinha|
13|2012/06/26 20:52:45|ankursinha|status|assigned|new

Login to comment on this ticket.

Metadata