<div dir="ltr"><div>Hi,<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 18, 2024 at 10:23 PM Marco Moock <<a href="mailto:mm@dorfdsl.de">mm@dorfdsl.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 08.09.2024 12:19 Ralph Little wrote:<br>
<br>
> I have tried to look into this issue online and it seems that the<br>
> history of competing libjpegs is quite fraught and contentious.<br>
> At the moment, I don't know the answer. In Debian unstable, it looks<br>
> like the chosen dependency is libjpeg62-turbo, possibly via<br>
> libjpeg-dev. It seems like a bit of a mess. If it builds, then I<br>
> would say that it is probably OK, certainly from your point of view.<br>
<br>
If you want to create packages with libjpeg9 dependency, I volunteer to<br>
test them with my hardware.<br></blockquote><div><br></div><div>If you are not able to build the backend binary yourself, then I could generate one for you in a Debian VM.</div><div><br></div><div>Building the backend binary should be fairly straightforward if you install the dependencies, including build-essential (for the compiler), git clone the backends repo (from <a href="https://gitlab.com/sane-project/backends.git">https://gitlab.com/sane-project/backends.git</a>), in a terminal, change to the backends directory, enter:</div><div><br></div><div> ./autogen.sh</div><div>./configure --prefix={a test directory such as $HOME/sane-install}</div><div>./make</div><div>./make install</div><div><br></div><div>Then:</div><div><br></div><div>export LD_LIBRARY_PATH=$HOME/sane-install/lib/sane</div><div>scanimage etc.... to test.<br></div><div><br></div><div>Cheers,</div><div>Ralph<br></div></div></div>