Package: pixelmed / 20150917-1

Metadata

Package Version Patches format
pixelmed 20150917-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Makefile.common.mk.patch | (download)

Makefile.common.mk | 12 7 + 5 - 0 !
1 file changed, 7 insertions(+), 5 deletions(-)

 set include path according to debian layout
dicomimageviewer.patch | (download)

DicomImageViewer.sh | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix path according to debian layout
ecgviewer.patch | (download)

ECGViewer.sh | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix path according to debian layout
DicomImageViewer.properties.patch | (download)

com/pixelmed/display/DicomImageViewer.java | 2 1 + 1 - 0 !
com/pixelmed/utils/FileUtilities.java | 3 2 + 1 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

 set path according to debian layout
dicomimageviewer.jnlp.patch | (download)

webstart/DicomImageViewer.jnlp | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix jnlp path
makefile.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 *.dat files were removed
commons net ftp.patch | (download)

Makefile | 98 49 + 49 - 0 !
Makefile.common.mk | 2 1 + 1 - 0 !
webstart/DoseUtility.jnlp | 2 1 + 1 - 0 !
3 files changed, 51 insertions(+), 51 deletions(-)

 this patch fix compilation for ftp class
addmanifest.patch | (download)

Makefile | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 add manifest file
fixfonts.patch | (download)

com/pixelmed/display/ApplicationFrame.java | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 attempt to display unicode fonts
 No such things as Arial Unicode MS or Bitstream Cybertif on debian OS
fix_jnlp.patch | (download)

webstart/ConvertAmicasJPEG2000FilesetToDicom.jnlp | 2 1 + 1 - 0 !
webstart/DicomCleaner.jnlp | 8 4 + 4 - 0 !
webstart/DoseUtility.jnlp | 8 4 + 4 - 0 !
3 files changed, 9 insertions(+), 9 deletions(-)

 allow off-line jnlp apps
add_usage.patch | (download)

com/pixelmed/network/VerificationSOPClassSCU.java | 5 5 + 0 - 0 !
com/pixelmed/validate/DicomSRValidator.java | 5 5 + 0 - 0 !
2 files changed, 10 insertions(+)

 add usage
 This proves usefull when generating man page (help2man)
illegalchar.patch | (download)

com/pixelmed/test/TestAttributeListReadTerminationStrategy.java | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 remove invalid char
set_java_home.patch | (download)

Makefile.common.mk | 2 1 + 1 - 0 !
com/pixelmed/apps/Makefile | 2 1 + 1 - 0 !
com/pixelmed/display/Makefile | 2 1 + 1 - 0 !
com/pixelmed/utils/Makefile | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

---
imageio.patch | (download)

com/pixelmed/display/ImageEditUtilities.java | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
no_Xdiags_verbose.patch | (download)

Makefile.common.mk | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 avoid unknown option -xdiags:verbose
 make[3]: Entering directory '/build/pixelmed-20150917/com/pixelmed/utils'
 Makefile:36: warning: overriding recipe for target '.java.class'
 ../../../Makefile.common.mk:64: warning: ignoring old recipe for target '.java.class'
 export JAVAVERSIONTARGETJARFILE=/usr/lib/jvm/default-java/jre/lib/rt.jar; javac -O -target 1.7 -source 1.7 -bootclasspath ${JAVAVERSIONTARGETJARFILE} -encoding "UTF8" -Xlint:           deprecation -XDignore.symbol.file -Xdiags:verbose \
        -classpath ../../..:/usr/share/java/pixelmed_codec.jar \
        -sourcepath ../../.. ByteArray.java
 javac: invalid flag: -Xdiags:verbose
 Usage: javac <options> <source files>
 use -help for a list of possible options
 Makefile:36: recipe for target 'ByteArray.class' failed