2012-10-06 16:11:27 by Aleksej Saushev | Files touched by this commit (427) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-02 19:12:24 by Matthias Scheler | Files touched by this commit (1289) |
Log message:
Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
|
2012-09-15 12:07:21 by OBATA Akio | Files touched by this commit (1789) | |
Log message:
recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
2012-09-07 21:17:56 by Adam Ciarcinski | Files touched by this commit (1263) |
Log message:
Revbump after updating graphics/cairo
|
2012-08-13 16:25:45 by Thomas Klausner | Files touched by this commit (74) |
Log message:
Bump PKGREVISION for fix in librsvg/buildlink3.mk.
|
2012-06-14 09:45:42 by Steven Drake | Files touched by this commit (1202) |
Log message:
Recursive PKGREVISION bump for libxml2 buildlink addition.
|
2012-03-03 01:14:27 by Thomas Klausner | Files touched by this commit (1657) |
Log message:
Recursive bump for pcre-8.30* (shlib major change)
|
2012-02-06 13:42:32 by Thomas Klausner | Files touched by this commit (1812) | |
Log message:
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
2011-11-01 07:03:15 by Steven Drake | Files touched by this commit (1557) |
Log message:
Recursive bump for graphics/freetype2 buildlink addition.
|
2011-07-12 15:25:57 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
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")
|