Package: xmedcon / 0.25.1-gtk3+dfsg-1

Metadata

Package Version Patches format
xmedcon 0.25.1-gtk3+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
avoid_linking_to_unneeded_libs.patch | (download)

source/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 avoid useless linking against gtk library for command line tool
 and library


use_debian_packaged_niftilib.patch | (download)

configure.ac | 1 0 + 1 - 0 !
libs/Makefile.am | 2 1 + 1 - 0 !
2 files changed, 1 insertion(+), 2 deletions(-)

 do not create makefile for removed niftilib


cross.patch | (download)

configure.ac | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 xmedcon fails to cross build from source, because it abuses
 AC_CHECK_FILE. The macro is meant for checking files on the host system,
 not for checking files (such as includes) on the build system. For the
 latter a simple test -f is ok. The attached patch fixes that part, but
 it doesn't make xmedcon cross buildable: It later fails running
 libs/dicom/parse, which is built with the host architecture compiler. As
 a build tool it needs to be built with the build architecture compiler.
 Fixing that likely involves using AX_CC_FOR_BUILD and possibly rewriting
 parse.c to avoid relying on dicom.h.


typos.patch | (download)

libs/dicom/README | 2 1 + 1 - 0 !
man/m-acr.4 | 4 2 + 2 - 0 !
man/m-gif.4 | 4 2 + 2 - 0 !
man/m-intf.4 | 2 1 + 1 - 0 !
man/medcon.1 | 6 3 + 3 - 0 !
source/m-acr.c | 4 2 + 2 - 0 !
source/m-conc.c | 2 1 + 1 - 0 !
source/m-files.c | 4 2 + 2 - 0 !
source/m-png.c | 2 1 + 1 - 0 !
9 files changed, 15 insertions(+), 15 deletions(-)

 fix typos caught by lintian