Mathieu Malaterre pushed to branch master at Debian Med / pixelmed


Commits:
7985bf56 by Mathieu Malaterre at 2021-01-28T08:40:16+01:00
d/control: Move libpixelmed-imageio-java to recommends section

JAI used to be non-free, now that libpixelmed-imageio-java is in Debian
archive, make sure to install it when possible.

Also update DicomImageViewer to use that codec instead of the limited
JRE one (JPEG lossy 8bits only).

- - - - -


2 changed files:

- debian/DicomImageViewer
- debian/control


Changes:

=====================================
debian/DicomImageViewer
=====================================
@@ -3,4 +3,4 @@
 
 # http://www.dclunie.com/pixelmed/software/webstart
 
-java -cp /usr/share/java/pixelmed.jar -Xmx512m 
com.pixelmed.display.DicomImageViewer "$@"
+java -cp /usr/share/java/pixelmed.jar:/usr/share/java/pixelmed_imageio.jar 
-Xmx512m com.pixelmed.display.DicomImageViewer "$@"


=====================================
debian/control
=====================================
@@ -26,7 +26,8 @@ Package: libpixelmed-java
 Architecture: all
 Section: java
 Depends: ${java:Depends}, ${misc:Depends}
-Suggests: libpixelmed-imageio-java, libpixelmed-java-doc
+Recommends: libpixelmed-imageio-java
+Suggests: libpixelmed-java-doc
 Conflicts: pixelmed-java
 Replaces: pixelmed-java
 Description: DICOM implementation containing Image Viewer and a ECG Viewer



View it on GitLab: 
https://salsa.debian.org/med-team/pixelmed/-/commit/7985bf565ee3941b9be593ab9977b8bf5e7dc410

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/pixelmed/-/commit/7985bf565ee3941b9be593ab9977b8bf5e7dc410
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to