pkgsrc/graphics/xsane/Makefile
wiz 248129b9da Update to 0.97:
xsane-0.96 -> 0.97:
-------------------

 - write_smtp_footer(): changed ".\r\n" by "\r\n.\r\n", this
   solves problems with microsoft exchange servers.

 - translations: U=updated, N=not updated, A=added/new
   cs da de es fr hu it ja nl pl pt pt_BR ro ru sk sl sr sv tr vi zh
   N  N  N  N  N  N  U  N  N  A  N  N     N  N  N  N  N  N  N  N  U

 - xsane-save.c: xsane_copy_file(): removed fclose(infile) and
   fclose(outfile)
   this bug caused the error "*** glibc detected *** double free
   or corruption (!prev): 0x........ ***" with new gelibc versions
   xsane-save.c: xsane_copy_file_by_name(): added fclose(infile)
   and fclose(outfile)

 - rmoved gtk_events_pending() from the waiting loop in
   xsane_back_gtk_get_filename, it looks like gtk_events_pending()
   increases CPU load very much.

 - xsane-scan.c: function xsane_reduce_to_lineart(): corrected
   order of filenames in xsane_save_image_as_lineart()

 - xsane_device_dialog(...): uses sane_control_option instead of
   xsane_control_option to read option number 0. This means that
   it is not needed that SANE_CAP_SOFT_DETECT is set for option
   number 0
2005-09-27 09:31:38 +00:00

32 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.53 2005/09/27 09:31:38 wiz Exp $
DISTNAME= xsane-0.97
CATEGORIES= graphics
MASTER_SITES= http://www.xsane.org/download/ \
http://gd.tuwien.ac.at/hci/sane/xsane/ \
ftp://ftp.mostang.com/pub/sane/xsane/ \
ftp://ftp.no.mostang.com/pub/sane/xsane/ \
ftp://ftp.de.mostang.com/pub/sane/xsane/ \
ftp://gd.tuwien.ac.at/hci/sane/xsane/ \
ftp://ftp.u-aizu.ac.jp/pub/misc/device/scsi/scanner/sane/xsane/ \
ftp://sunsite.uio.no/pub/sane/xsane/ \
ftp://ftp.informatik.uni-oldenburg.de/pub/sane/xsane/
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.xsane.org/
COMMENT= New improved frontend for SANE
BUILD_USES_MSGFMT= yes
USE_TOOLS+= gmake
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/gimp/buildlink3.mk"
.include "../../graphics/sane-backends/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"