diff options
author | wiz <wiz@pkgsrc.org> | 2005-09-27 09:31:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-09-27 09:31:38 +0000 |
commit | 248129b9da54475bb8292c03cf0b18538006eec1 (patch) | |
tree | f9bcfcecb2bc8854e07053fc2e041af44b4ea53d /graphics/xsane/PLIST | |
parent | 40e41272f7c23e761ee801e2fe10d8f7dfe90a49 (diff) | |
download | pkgsrc-248129b9da54475bb8292c03cf0b18538006eec1.tar.gz |
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
Diffstat (limited to 'graphics/xsane/PLIST')
-rw-r--r-- | graphics/xsane/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/xsane/PLIST b/graphics/xsane/PLIST index 27c497e8de9..c8f0434ea2e 100644 --- a/graphics/xsane/PLIST +++ b/graphics/xsane/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/11/05 13:54:03 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2005/09/27 09:31:38 wiz Exp $ bin/xsane man/man1/xsane.1 share/sane/xsane/Mustek-logo.xpm @@ -133,6 +133,7 @@ ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xsane.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/xsane.mo @@ -146,3 +147,4 @@ ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/zh/LC_MESSAGES/xsane.mo @dirrm share/sane/xsane/doc @dirrm share/sane/xsane +@comment in sane-backends: @dirrm share/sane |