On 28-04-2012 21:22, Fernando de Oliveira wrote: [...] > Bruce, > > The machines were off, but I turned this one on, just to thank for this > message, tomorrow will reply properly, will try to solve xsane png problem, > perhaps only after will reply this. > > > []s, > Fernando Solved like this:
Newer versions. sane-backends-1.0.22 xsane-0.998 Got the md5 and addresses from ArchLinux sane-backends-1.0.22: # wget -c ftp://ftp2.sane-project.org/pub/sane/sane-backends-1.0.22/sane-backends-1.0.22.tar.gz && # echo "fadf56a60f4776bfb24491f66b617cf5 sane-backends-1.0.22.tar.gz" > sane-backends-1.0.22.tar.gz.md5 && # md5sum -c sane-backends-1.0.22.tar.gz.md5 Build instructions unchanged. xsane-0.998 # wget -c http://www.xsane.org/download/xsane-0.998.tar.gz && # echo "936f1cc76b37caa8f285e1e15ac7e0aa xsane-0.998.tar.gz" > xsane-0.998.tar.gz.md5 && # md5sum -c xsane-0.998.tar.gz.md5 Added two seds to build instructions. # fix use "xdg-open" instead of "netscape" to launch help browser - taken # from Fedora, via patch from ArchLinux (I transformed in sed) sed -i 's:netscape:xdg-open:' src/xsane.h && # fix png problem sed -i -e 's:png_ptr->jmpbuf:png_jmpbuf(png_ptr):' src/xsane-save.c && ./configure ... ... -- []s, Fernando -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
