CINXE.COM
Package: xmedcon | Debian Sources
<!doctype html> <html> <head> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="/static/bootstrap/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="/static/css/debian.css" /> <link rel="stylesheet" type="text/css" href="/static/css/base.css" /> <link rel="shortcut icon" href="/static/favicon.ico" /> <title>Package: xmedcon | Debian Sources </title> <style> .description{ font-size: 120%; } </style> </head> <body> <header id="header"> <div id="upperheader"> <div id="logo"> <a href="https://www.debian.org" title="Debian Home"><img src="/static/img/debian-50.png" alt="Debian"></a> </div> <!-- end logo --> <p class="section"><a href="/">DEBSOURCES</a></p> <div id="searchbox"> <form action="/patches/search/" name="searchform" method="post" style="display: inline;"> <input id="query-1" name="query" placeholder="package name" required type="text" value=""> <input type="submit" value="Search package" /> </form> <form name="codesearch" method="get" action="https://codesearch.debian.net/search"> <input name="q" value="package:xmedcon " type="text" /> <input type="submit" value="Search code" /> </form> </div> <!-- end sitetools --> </div> <!-- end upperheader --> <nav id="navbar"> <p class="hidecss"><a href="#content">Skip Quicknav</a></p> <ul> <li><a href="/">Home</a></li> <li><a href="/advancedsearch/">Search</a></li> <li><a href="/doc/">Documentation</a></li> <li><a href="/stats/">Stats</a></li> <li><a href="/doc/about/">About</a></li> </ul> </nav> <!-- end navbar --> <p id="breadcrumbs"> <a href='/patches/'>Patches</a> / <a href="/patches/xmedcon/">xmedcon</a> /0.24.0-gtk3+dfsg-2 </p> </header> <!-- end header --> <div id="content"> <h2>Package: xmedcon / 0.24.0-gtk3+dfsg-2</h2> <h3>Metadata</h3> <table> <tr class="head"> <th>Package</th> <th>Version</th> <th>Patches format</th> </tr> <tr> <td>xmedcon</td> <td>0.24.0-gtk3+dfsg-2</td> <td>3.0 (quilt)</td> </tr> </table> <h3>Patch series</h3> <small> <a href="/src/xmedcon/0.24.0-gtk3%2Bdfsg-2/debian/patches/series/"> view the series file </a> </small> <table> <tr class="head"> <th>Patch</th> <th>File delta</th> <th>Description</th> </tr> <tr> <td><a href="/patches/xmedcon/0.24.0-gtk3%2Bdfsg-2/avoid_linking_to_unneeded_libs.patch/">avoid_linking_to_unneeded_libs.patch</a> | <a href="/data/main/x/xmedcon/0.24.0-gtk3%2Bdfsg-2/debian/patches/avoid_linking_to_unneeded_libs.patch">(download)</a></td> <td><p> <a href="/src/xmedcon/0.24.0-gtk3%2Bdfsg-2/source/Makefile.am/">source/Makefile.am</a> | <span title='from diffstat manual: f0 for concise, which shows only the value and a single histogram code for each of insert (+), delete (-) or modify (!)'> 2 1 + 1 - 0 !</span><br /> 1 file changed, 1 insertion(+), 1 deletion(-)</p></td> <td><pre class="description"> avoid useless linking against gtk library for command line tool and library </pre> </td> </tr> <tr> <td><a href="/patches/xmedcon/0.24.0-gtk3%2Bdfsg-2/use_debian_packaged_niftilib.patch/">use_debian_packaged_niftilib.patch</a> | <a href="/data/main/x/xmedcon/0.24.0-gtk3%2Bdfsg-2/debian/patches/use_debian_packaged_niftilib.patch">(download)</a></td> <td><p> <a href="/src/xmedcon/0.24.0-gtk3%2Bdfsg-2/configure.ac/">configure.ac</a> | <span title='from diffstat manual: f0 for concise, which shows only the value and a single histogram code for each of insert (+), delete (-) or modify (!)'> 1 0 + 1 - 0 !</span><br /> <a href="/src/xmedcon/0.24.0-gtk3%2Bdfsg-2/libs/Makefile.am/">libs/Makefile.am</a> | <span title='from diffstat manual: f0 for concise, which shows only the value and a single histogram code for each of insert (+), delete (-) or modify (!)'> 2 1 + 1 - 0 !</span><br /> 2 files changed, 1 insertion(+), 2 deletions(-)</p></td> <td><pre class="description"> do not create makefile for removed niftilib </pre> </td> </tr> <tr> <td><a href="/patches/xmedcon/0.24.0-gtk3%2Bdfsg-2/cross.patch/">cross.patch</a> | <a href="/data/main/x/xmedcon/0.24.0-gtk3%2Bdfsg-2/debian/patches/cross.patch">(download)</a></td> <td><p> <a href="/src/xmedcon/0.24.0-gtk3%2Bdfsg-2/configure.ac/">configure.ac</a> | <span title='from diffstat manual: f0 for concise, which shows only the value and a single histogram code for each of insert (+), delete (-) or modify (!)'> 6 3 + 3 - 0 !</span><br /> 1 file changed, 3 insertions(+), 3 deletions(-)</p></td> <td><pre class="description"> 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. </pre> </td> </tr> <tr> <td><a href="/patches/xmedcon/0.24.0-gtk3%2Bdfsg-2/typos.patch/">typos.patch</a> | <a href="/data/main/x/xmedcon/0.24.0-gtk3%2Bdfsg-2/debian/patches/typos.patch">(download)</a></td> <td><p> <a href="/src/xmedcon/0.24.0-gtk3%2Bdfsg-2/libs/dicom/README/">libs/dicom/README</a> | <span title='from diffstat manual: f0 for concise, which shows only the value and a single histogram code for each of insert (+), delete (-) or modify (!)'> 2 1 + 1 - 0 !</span><br /> <a href="/src/xmedcon/0.24.0-gtk3%2Bdfsg-2/man/m-acr.4/">man/m-acr.4</a> | <span title='from diffstat manual: f0 for concise, which shows only the value and a single histogram code for each of insert (+), delete (-) or modify (!)'> 4 2 + 2 - 0 !</span><br /> <a href="/src/xmedcon/0.24.0-gtk3%2Bdfsg-2/man/m-gif.4/">man/m-gif.4</a> | <span title='from diffstat manual: f0 for concise, which shows only the value and a single histogram code for each of insert (+), delete (-) or modify (!)'> 4 2 + 2 - 0 !</span><br /> <a href="/src/xmedcon/0.24.0-gtk3%2Bdfsg-2/man/m-intf.4/">man/m-intf.4</a> | <span title='from diffstat manual: f0 for concise, which shows only the value and a single histogram code for each of insert (+), delete (-) or modify (!)'> 2 1 + 1 - 0 !</span><br /> <a href="/src/xmedcon/0.24.0-gtk3%2Bdfsg-2/man/medcon.1/">man/medcon.1</a> | <span title='from diffstat manual: f0 for concise, which shows only the value and a single histogram code for each of insert (+), delete (-) or modify (!)'> 4 2 + 2 - 0 !</span><br /> <a href="/src/xmedcon/0.24.0-gtk3%2Bdfsg-2/source/m-acr.c/">source/m-acr.c</a> | <span title='from diffstat manual: f0 for concise, which shows only the value and a single histogram code for each of insert (+), delete (-) or modify (!)'> 4 2 + 2 - 0 !</span><br /> <a href="/src/xmedcon/0.24.0-gtk3%2Bdfsg-2/source/m-conc.c/">source/m-conc.c</a> | <span title='from diffstat manual: f0 for concise, which shows only the value and a single histogram code for each of insert (+), delete (-) or modify (!)'> 2 1 + 1 - 0 !</span><br /> <a href="/src/xmedcon/0.24.0-gtk3%2Bdfsg-2/source/m-files.c/">source/m-files.c</a> | <span title='from diffstat manual: f0 for concise, which shows only the value and a single histogram code for each of insert (+), delete (-) or modify (!)'> 4 2 + 2 - 0 !</span><br /> <a href="/src/xmedcon/0.24.0-gtk3%2Bdfsg-2/source/m-png.c/">source/m-png.c</a> | <span title='from diffstat manual: f0 for concise, which shows only the value and a single histogram code for each of insert (+), delete (-) or modify (!)'> 2 1 + 1 - 0 !</span><br /> 9 files changed, 14 insertions(+), 14 deletions(-)</p></td> <td><pre class="description"> fix typos caught by lintian </pre> </td> </tr> </table> <div class=pagination> <strong>1</strong> </div> </div> <footer id="footer"> <p style="margin: 0 0 0 0; line-height: 1em;"> Browse by prefix:   <a href="/patches/prefix/0/">0</a> <a href="/patches/prefix/1/">1</a> <a href="/patches/prefix/2/">2</a> <a href="/patches/prefix/3/">3</a> <a href="/patches/prefix/4/">4</a> <a href="/patches/prefix/6/">6</a> <a href="/patches/prefix/7/">7</a> <a href="/patches/prefix/8/">8</a> <a href="/patches/prefix/9/">9</a> <a href="/patches/prefix/a/">a</a> <a href="/patches/prefix/b/">b</a> <a href="/patches/prefix/c/">c</a> <a href="/patches/prefix/d/">d</a> <a href="/patches/prefix/e/">e</a> <a href="/patches/prefix/f/">f</a> <a href="/patches/prefix/g/">g</a> <a href="/patches/prefix/h/">h</a> <a href="/patches/prefix/i/">i</a> <a href="/patches/prefix/j/">j</a> <a href="/patches/prefix/k/">k</a> <a href="/patches/prefix/l/">l</a> <a href="/patches/prefix/lib-/">lib-</a> <a href="/patches/prefix/lib2/">lib2</a> <a href="/patches/prefix/lib3/">lib3</a> <a href="/patches/prefix/lib6/">lib6</a> <a href="/patches/prefix/liba/">liba</a> <a href="/patches/prefix/libb/">libb</a> <a href="/patches/prefix/libc/">libc</a> <a href="/patches/prefix/libd/">libd</a> <a href="/patches/prefix/libe/">libe</a> <a href="/patches/prefix/libf/">libf</a> <a href="/patches/prefix/libg/">libg</a> <a href="/patches/prefix/libh/">libh</a> <a href="/patches/prefix/libi/">libi</a> <a href="/patches/prefix/libj/">libj</a> <a href="/patches/prefix/libk/">libk</a> <a href="/patches/prefix/libl/">libl</a> <a href="/patches/prefix/libm/">libm</a> <a href="/patches/prefix/libn/">libn</a> <a href="/patches/prefix/libo/">libo</a> <a href="/patches/prefix/libp/">libp</a> <a href="/patches/prefix/libq/">libq</a> <a href="/patches/prefix/libr/">libr</a> <a href="/patches/prefix/libs/">libs</a> <a href="/patches/prefix/libt/">libt</a> <a href="/patches/prefix/libu/">libu</a> <a href="/patches/prefix/libv/">libv</a> <a href="/patches/prefix/libw/">libw</a> <a href="/patches/prefix/libx/">libx</a> <a href="/patches/prefix/liby/">liby</a> <a href="/patches/prefix/libz/">libz</a> <a href="/patches/prefix/m/">m</a> <a href="/patches/prefix/n/">n</a> <a href="/patches/prefix/o/">o</a> <a href="/patches/prefix/p/">p</a> <a href="/patches/prefix/q/">q</a> <a href="/patches/prefix/r/">r</a> <a href="/patches/prefix/s/">s</a> <a href="/patches/prefix/t/">t</a> <a href="/patches/prefix/u/">u</a> <a href="/patches/prefix/v/">v</a> <a href="/patches/prefix/w/">w</a> <a href="/patches/prefix/x/">x</a> <a href="/patches/prefix/y/">y</a> <a href="/patches/prefix/z/">z</a>   |   Browse <a href="/patches/list/1/">by page</a> </p> <hr /> <div style="position: relative"> <p> Debsources — Copyright (C) 2011–2021, <a href="https://salsa.debian.org/qa/debsources/blob/master/AUTHORS">The Debsources developers</a>. License: <a href="https://www.gnu.org/licenses/agpl.html">GNU AGPLv3+</a>. <br /> Hosted source files are available under their own <a href="https://www.debian.org/doc/debian-policy/ch-source.html#s-dpkgcopyright">copyright and licenses</a>. <br /> Source code: <a href="https://salsa.debian.org/qa/debsources">Git</a>. Contact: <a href="mailto:qa-debsources@lists.alioth.debian.org">qa-debsources@lists.alioth.debian.org</a>. Last update: Sun, 24 Nov 2024 02:38:08 -0000. </p> </div> <script type="text/javascript"> var elems = document.querySelectorAll('.js-append-window-location-hash'); for (var i = 0; i < elems.length; ++i) { elems[i].setAttribute('href', elems[i].getAttribute('href') + window.location.hash); } </script> </footer> </body> </html>