summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz>2011-07-12 13:25:57 +0000
committerwiz <wiz>2011-07-12 13:25:57 +0000
commite33a530214039ab2d7f5f45bd323a8a259daf7e3 (patch)
treebe355c20aea4d35c549c63fe62b61a113c9248bd /graphics
parentedd13c54437ee2e1477d908e2e98dbd757c8c220 (diff)
downloadpkgsrc-e33a530214039ab2d7f5f45bd323a8a259daf7e3.tar.gz
Update to 0.99.8:
xsane-0.994 -> 0.995: --------------------- - changed layout of copy setup, removed border around all setup tabs - changed layout of xsane main window - xsane-front-gtk.c: xsane_browse_filename_callback: xsane.cms_function_option_menu is only updated when xsane.enable_color_management is active - xsane-save.c: write_smtp_header(): it is allowed to specify multiple mail receivers in a comma separated list now - xsane-save.c: write_smtp_header(): MAIL FROM and RCPT TO use syntax "<user@domain.org>" instead of "user@domain.org" now - xsane-front-gtk.c: created xsane_progress_bar_set_fraction which uses the gtk2 functions when available and which only updates the progress_bar every 2.5 percent what speeds up several functions - especially saving file routines - xsane*.c: replaced all gtk_progress_bar_update() by xsane_progress_bar_set_fraction() - xsane-back-gtk.c: in function xsane_back_gtk_value_update() replaced comparison for SANE_FIX values if (new_val != val) by if (abs(new_val - val) > 1) - changed all "scanarea" to "scan_area" or "scan area" - xsane-gtk-1_x-compat.h: changed gtk_progress_bar_set_ellipsize() to gtk_progress_bar_set_ellipsize(pbar, mode) - xsane_help_no_devices() changed buf size to 1024 - translations: U=updated, N=not updated, A=added/new ca cs da de es fi fr hu it ja nl pa pl pt pt_BR ro ru sk sl sr sv tr vi zh zh_CN U N U N N A N N U N N U N N N N N U N U N N N N N 99599 99599 96 99595 99 99595 99 99599 96 96 96 99 99599 99592 99 96 96 992 xsane-0.995 -> 0.996: --------------------- - removed bug when deleting medium types: removed free() command, added realloc() - xsane_viewer.c: reduced maximum viewer size form gdk_screen_width/gdk_screen_height to gdk_screen_width-1/gdk_screen_height-1 - xsane-save.c: PDF: ICC object 4+5 are initialized with offset 0 - xsane-save.c: PDF: objects with offset 0 are makred free (f) in xref table xsane-0.996 -> 0.997: --------------------- - removed SANE_CAP_ALWAYS_SETTABLE (not SANE1) - added test for (opt->size == 0) for SANE_TYPE_STRING in xsane.c - in gtk_adjustment_new changed page_size from (min-max)*1e-30 to 0 because new gtk versions don`t like non zero values for spinbuttons - added several gdk_drawable_unref(mask) xsane-0.997 -> 0.998: --------------------- - removed bug saving image as 16 bit png: until now all low byte data has been a copy of the high byte data, so in fact all images saved untile xsane-0.997 are saved as 8 bit image in a 16 bit format. - changed some more gtk_adjustment_new(...) page_sizes to 0 - added several bytes_read = and bytes_written = before fread, read, fwrite, write - added some items_done = before fscanf - corrected some format stings (missing "%s")
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xsane/Makefile8
-rw-r--r--graphics/xsane/PLIST6
-rw-r--r--graphics/xsane/distinfo8
3 files changed, 13 insertions, 9 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile
index 6d08bbc597c..776e64c7950 100644
--- a/graphics/xsane/Makefile
+++ b/graphics/xsane/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.88 2011/04/22 13:43:52 obache Exp $
+# $NetBSD: Makefile,v 1.89 2011/07/12 13:25:57 wiz Exp $
-DISTNAME= xsane-0.994
-PKGNAME= xsane-0.99.4
-PKGREVISION= 14
+DISTNAME= xsane-0.998
+PKGNAME= xsane-0.99.8
CATEGORIES= graphics
MASTER_SITES= http://www.xsane.org/download/old/ \
ftp://ftp.u-aizu.ac.jp/pub/misc/device/scsi/scanner/sane/xsane/ \
@@ -26,5 +25,6 @@ GNU_CONFIGURE= YES
.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/gimp/buildlink3.mk"
.include "../../graphics/sane-backends/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/xsane/PLIST b/graphics/xsane/PLIST
index 3c0de24041a..cb0ccf3df22 100644
--- a/graphics/xsane/PLIST
+++ b/graphics/xsane/PLIST
@@ -1,16 +1,19 @@
-@comment $NetBSD: PLIST,v 1.15 2009/06/14 17:59:32 joerg Exp $
+@comment $NetBSD: PLIST,v 1.16 2011/07/12 13:25:57 wiz Exp $
bin/xsane
man/man1/xsane.1
+share/applications/xsane.desktop
share/locale/ca/LC_MESSAGES/xsane.mo
share/locale/cs/LC_MESSAGES/xsane.mo
share/locale/da/LC_MESSAGES/xsane.mo
share/locale/de/LC_MESSAGES/xsane.mo
share/locale/es/LC_MESSAGES/xsane.mo
+share/locale/fi/LC_MESSAGES/xsane.mo
share/locale/fr/LC_MESSAGES/xsane.mo
share/locale/hu/LC_MESSAGES/xsane.mo
share/locale/it/LC_MESSAGES/xsane.mo
share/locale/ja/LC_MESSAGES/xsane.mo
share/locale/nl/LC_MESSAGES/xsane.mo
+share/locale/pa/LC_MESSAGES/xsane.mo
share/locale/pl/LC_MESSAGES/xsane.mo
share/locale/pt/LC_MESSAGES/xsane.mo
share/locale/pt_BR/LC_MESSAGES/xsane.mo
@@ -24,6 +27,7 @@ share/locale/tr/LC_MESSAGES/xsane.mo
share/locale/vi/LC_MESSAGES/xsane.mo
share/locale/zh/LC_MESSAGES/xsane.mo
share/locale/zh_CN/LC_MESSAGES/xsane.mo
+share/pixmaps/xsane.xpm
share/sane/xsane/Mustek-logo.xpm
share/sane/xsane/Plustek-logo.xpm
share/sane/xsane/UMAX-logo.xpm
diff --git a/graphics/xsane/distinfo b/graphics/xsane/distinfo
index a781ce2cbd9..1109646c767 100644
--- a/graphics/xsane/distinfo
+++ b/graphics/xsane/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2011/02/01 10:32:00 wiz Exp $
+$NetBSD: distinfo,v 1.19 2011/07/12 13:25:57 wiz Exp $
-SHA1 (xsane-0.994.tar.gz) = 64a936f0e95b5c5d296e34407d72813dd802b309
-RMD160 (xsane-0.994.tar.gz) = 5ce83791e16a0c805b2850bb17092092264a3ce1
-Size (xsane-0.994.tar.gz) = 3303013 bytes
+SHA1 (xsane-0.998.tar.gz) = 59e238b310979f71a8e15b692eab3c5b2ce6fc32
+RMD160 (xsane-0.998.tar.gz) = aecf63ac3f15b878d01b697ac3ca95de34d18323
+Size (xsane-0.998.tar.gz) = 2950560 bytes
SHA1 (patch-src_xsane-save.c) = 785faf5c267975534e86aad6bdbc8c279c92a202