without affecting packages that are currently using it.
Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added). Packages which previously set it to "build" now don't set it
anymore.
Ok by jlam, wiz.
No changelog available, but changes to manpage suggest the following:
- two more interpolation methods (VHG, AHD)
- bilateral filter to smooth noise
- settable black point
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
(numerical) data.
Many different plot types are supported: Bar, line, area, step, impulse,
scatter, radar, pie, map, candlestick, band, box & whisker and smoothed line,
area and radar plots.
The graph is highly customizable, making it possible to get the exact look
and feel that is required.
The output is controlled by a Image_Canvas, which facilitates easy output to
many different output formats, amongst others, GD (PNG, JPEG, GIF, WBMP), PDF
(using PDFLib), Scalable Vector Graphics (SVG).
- Added support for JVC maker notes
- Extract a number of new DNG tags plus DNG JPEG preview image
- Added support for AVI and MP4 videos
- Decode maker notes of Nikon D-1
- Combining -t with -S now gives a single-line tab-delimited list of values
- Fixed problem deleting entire XMP data block using '-xmp=' syntax
- Added -F option to allow maker notes offsets to be fixed
- Added -htmlDump option to generate a verbose HTML-based hex dump of EXIF
and/or TIFF information (cool new diagnostic tool)
- Improved synthetic maker notes when coping tags from CRW file
- API changes:
- Added HtmlDump and TextOut options
- Fixed bug which caused error rewriting Minolta MRW images
- Changed writing of TIFF so that existing IPTC will be rewritten as int32u
whenever IPTC is edited, regardless of original format type. This allows
files to be 'fixed' even if IPTC was previously another format (now we get
to see if there is any software out there that barfs on int32u's...)
- Changed the -s option so tag names are displayed instead of descriptions
(now similar to the -S option, but values are aligned in a column)
- Changed writing of new TIFF IPTC information to make it visible in Nikon
Capture (for some reason requires int32u format)
MAJOR CHANGES:
* Read-only support for custom directories (e.g. EXIF directory).
* Preliminary support for MS MDI format.
----------------------------------------------------------------------------------------
CHANGES IN THE SOFTWARE CONFIGURATION:
* Make the default strip size configurable via the
--with-default-strip-size and STRIP_SIZE_DEFAULT options.
----------------------------------------------------------------------------------------
CHANGES IN LIBTIFF:
* tiffio.h: Added VC_EXTRALEAN definition before including
windows.h, to reduce the compile time.
* tif_jpeg.c: Improve compilation under MinGW.
* {tif_aux.c, tif_dir.c, tif_dir.h, tif_dirwrite.c, tif_print.c,
tif_getimage.c}: Make InkSet, NumberOfInks, DotRange and StoNits tags
custom.
* {tif_aux.c, tif_dir.c, tif_dir.h, tif_print.c}: Make WhitePoint tag
custom.
* tiffio.h: fixed typo that potentially resulted in redefininition of
USE_WIN32_FILEIO
* {tif_dir.c, tif_dir.h, tif_print.c}: Make RichTIFFIPTC, Photoshop and
ICCProfile tags custom.
* libtiff/*, contrib/*: Added 'dual-mode' error handling, enabling newer
code to get context indicator in error handler and still remain
compatible with older code: Done TIFFError calls everywhere
except in tools.
* tiffinfo.c: Print EXIF directory contents if exist.
* {tif_dirinfo.c, tif_dirread.c, tif_dir.h, tif_dir.c}: Custom
directory read-only support.
* {tif_aux.c, tif_dirinfo.c, tif_dirread.c, tif_dir.h, tif_dir.c,
tif_print.c}: Make YCbCrCoefficients and ReferenceBlackWhite tags
custom.
* tif_dirread.c: One more workaround for broken StripByteCounts tag.
Handle the case when StripByteCounts array filled with completely wrong
values.
* tif_dirinfo.c: Release file descriptor in case of failure in
the TIFFOpenW() function as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1003
* tif_dirinfo.c: Correctly yse bsearch() and lfind() functions
as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1008
* tif_open.c, tiff.h, tiffdump.c: Incorporate preliminary support for MS
MDI format.
http://bugzilla.remotesensing.org/show_bug.cgi?id=1002
* libtiff.def, tiffiop.h, tiffio.h: Made TIFFFreeDirectory public.
* /tif_dirinfo.c: Make XResolution, YResolution and ResolutionUnit tags
modifiable during write process. As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=977
* if_dirread.c: Don't try and split single strips into "0" strips in
ChopUpSingleUncompressedStrip. This happens in some degenerate
cases (like 1x1 files with stripbytecounts==0 (gtsmall.jp2 embed tiff)
* tif_fax3.c: changed 'at scanline ...' style warning/errors with
incorrect use of tif_row, to 'at line ... of strip/tile ...'
style.
CHANGES IN THE TOOLS:
* tiffcp.c: Added many error reporting messages; fixed integer
overflow as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=789
* tiffcp.c: Return non-zero status when reading fails.
* fax2tiff.c: Properly calculate sizes of temporary arrays as
per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=943
* fax2tiff.c: Added option '-r' to set RowsPerStrip parameter as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=944
* tiffdump.c: Fixed typeshift and typemask arrays initialization problem
as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=946
* bmp2tiff.c: Fixed possible integer overflow error as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=965
* tiffsplit.c: Copy fax related fields over splitted parts as
per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=983
* tiffdump.c: Fixed crash when reading malformed tags.
* tiff2pdf.c: Added missed 'break' statement as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=932
xsane-0.97 -> 0.98:
-------------------
- void xsane_batch_scan_scan_list(void):
added if (gtk_events_pending()) in while (xsane.scanning)
(this was removed in xsane-0.97 what made a lot of trouble)
- corrected bad <Toolbox/...> italian transations for gimp plugin
- added Postscript Zlib-Compression and Ascii-85 compression
(patch by Julien BLACHE)
- added (single page) PDF saving routine
(patch by Julien BLACHE)
- added PDF and Postscript to mail-mode. PDF and Postscript documents can not
be displayed inline in html mails. I also do not know a way to display a
link to a document that is integrated in the mail. So the <IMAGE> tag
has no effect for pdf and postscript documents in html mode.
- --print-filenames prints the filenames after conversion, so it is
safe that the file exists and is complete
- selected medium definition is stored in preferences now
- BUGFIX for scanners that do not allow to set all resolutions.
In fax mode an possibly also in copy mode the created pages
had a wrong scaling when the scanner did not support the
desired resolution:
- xsane_set_resolution returns bestdpi = selected resolution
- xsane_set_all_resolutions stores bestdpi as used resolution
- when option 0 (num_options) has not defined SANE_CAP_SOFT_DETECT
then xsane prints a warning but does try to read the option value
- added xsane_mode (VIEWER/SAVE/EMAIL/FAX/etc) to preferences
- po/*: all po files are in UTF-8 code now
to transform non-UTF-8 po files to UTF-8 put the po file
into the IMPORT_PO_DIR directory and call in the po directory
"make import-po-files"
- rename xsane-logo2.jpg to xsane-logo.jpg and changed all
html files to xsane-logo.jpg
- viewer uses preferences.filetype instead of "by ext"
- localedir for sane-backends is set by sane-prefix instead of xsane-prefix
- replaced printf by g_print to get correct output on non-utf-8 terminals
- question mark '?' and asterisk '*' in filenames are replaced by underscore '_'
- 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
U U U N N U U N N N N N N U U N N N N N N
xsane-0.98 -> 0.98a:
--------------------
- corrected gimp_plugin bug:
xsane_mode now is hold in xsane.xsane_mode like bevore xsane-0.98,
additionally preferences.xsane_mode is used to store the user
selection
the user selection is loaded at program start when nothing else is predefined
xsane-0.98a -> 0.98b:
---------------------
- changed bug in header file due to conficting types in xsane-front-gtk.h
from: int xsane_set_resolution(int well_known_option, double resolution);
to: double xsane_set_resolution(int well_known_option, double resolution);
global scope to static scope in encoder.c / decoder.c and initialise it
from main.
Fix a nice side-effect from a macro, which is not a macro in DragonFly:
if feof(tablefile)
does not parse correctly.
Changes include:
* --rows-columns=r,c will force all items to be fit in "c" columns, with
each column having "r" lines (rows).
* Makefile: use INSTALL_FILE to install man page
* CD Label support - print directly on the CD or DVD
* --page-offset now accepts an optional X-axis offset also
--page-offset [xoffset,]yoffset
* Fix cdinsert.pl CGI script to use PAPERSIZE option for A4 paper
* Slim Case now applies to DVD outside also - creates outside inserts
for half-height DVD cases - driven by these arguments:
--create-dvd-outside --slim-case
* --slim-case to be used instead of --create-slim-cover (deprecated)
* End Cap text can now be rotated (flipped), --rotate-end-caps
* {#M} and {#MB} support directives added
{#M} {#MB} {#BI} {#B} {#I} can appear in input text, to make a line
monospaced, monospaced-bold, bold-italic, bold, or italic respectively.
Directives must appear in column 1 of line.
* Added dvdlogo.eps
* Changed aczone to aczoom
* DVD outside cover inserts now supported, --create-dvd-outside option
* Move down the DVD inside insert to fit better on letter and A4 paper
* trayimage "fill2" now fills all - cover, tray, spine, as appropriate
* Fixed bug in --outside-foldout and placement of tray image
* Fixed BoundingBox in divx.eps
* Date handling changed to use its own font size
Added Mark Athen's 'scale' patch, so that on a scaled axis a circle
looks like circle. See help(axis).
New cursor and span selector widgets
You can use use matplotlib event handling to register a callback after
figure draw using 'draw_event' which calls the callback with a
DrawEvent instance
Use 'f' to toggle full screen mode in the GTK backends.
Steve Chaplin has made numerous updates to the GTK and SVG backends.
Reorganized config files
Updated agg_test.py to demonstrate curved paths and fills.
Upgraded pyparsing and applied Paul McGuire's suggestions for speeding
things up. This more than doubles the speed of mathtext in my simple
tests.
Bugs fixed / small features
What's new in matplotlib 0.82
Subplot configuration
GUI neutral widgets
Exposes line cap and join style via new rc params and Line2D properties
All Axes properties are now exposed via kwargs
Small bugfixes and features
What's new in matplotlib 0.81
TeX support
Masked arrays
Much faster image loading for MxNx4 or MxNx3 UInt8 images.
New image interpolation options
set deprecated
New scalar formatter
Bug fixes
interface. This should fix all the programs that link against this pkg.
Will be testing those soon and removing failure markers if they work.
(devel/coconut games/genecys-client graphics/gliv misc/celestia-gnome
misc/celestia-gtk)
Bumped pkgrevision to nb1
And use PKGMANDIR for the INSTALLATION_DIRS.
PKGREVISION not bumped -- no change in default build. And before
would have failed if PKGMANDIR was set to non-default.