~ubuntu-branches/ubuntu/quantal/pixelmed/quantal

« back to all changes in this revision

Viewing changes to debian/dicomimageviewer

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2012-05-08 15:25:52 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20120508152552-5hbvqwn08q7jx26i
Tags: 20120405-1
* New upstream
* Use my @d.o alias
* fix issue with encapsulated DICOM files (need libjai-imageio-core-java)
* Add missing jmdns.jar in manifest file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
 
3
3
# Shell script wrapper around the dicomimageviewer program,
4
 
# Copyright 2010 by Mathieu Malaterer <mathieu.malaterre@gmail.com>
 
4
# Copyright 2010-2012 by Mathieu Malaterre <malat@debian.org>
5
5
#
6
6
# Licensed under the same terms as pixelmed toolkit itself, that is under
7
7
# the conditions of the BSD licence.
12
12
# We prefer to use openjdk or Sun's java if available
13
13
find_java_runtime openjdk sun  || find_java_runtime 
14
14
 
15
 
find_jars pixelmed hsqldb vecmath jmdns commons-codec jai_imageio
 
15
find_jars pixelmed hsqldb vecmath jmdns commons-codec jai_imageio clibwrapper_jiio
16
16
 
17
17
#java -Xmx512m -Xms512m -cp
18
18
run_java $HEADLESS com.pixelmed.display.DicomImageViewer "$@"