General:
* The \input primitive in all TeX engines, including tex, now also accepts a
group-delimited filename argument, as a system-dependent extension. The usage
with a standard space/token-delimited filename is completely unchanged. The
group-delimited argument was previously implemented in LuaTeX; now it is available
in all engines. ASCII double quote characters (") are removed from the filename,
but it is otherwise left unchanged after tokenization. This does not currently
affect LaTeX’s \input command, as that is a macro redefinition of the standard
\input primitive.
* New option –cnf-line for kpsewhich, tex, mf, and all other engines, to support
arbitrary configuration settings on the command line.
* The addition of various primitives to various engines in this and previous years
is intended to result in a common set of functionality available across
all engines.
epTeX, eupTeX: New primitives \Uchar, \Ucharcat, \current(x)spacingmode, \ifincsname;
revise \fontchar?? and \iffontchar. For eupTeX only: \currentcjktoken.
LuaTeX: Integration with HarfBuzz library, available as new engines luahbtex
(used for lualatex) and luajithbtex. New primitives: \eTeXgluestretchorder,
\eTeXglueshrinkorder.
pdfTeX: New primitive \pdfmajorversion; this merely changes the version number
in the PDF output; it has no effect on any PDF content. \pdfximage and similar
now search for image files in the same way as \openin.
pTeX: New primitives \ifjfont, \iftfont. Also in epTeX, upTeX, eupTeX.
XeTeX: Fixes for \Umathchardef, \XeTeXinterchartoks, \pdfsavepos.
Dvips: Output encodings for bitmap fonts, for better copy/paste capabilities.
Thes are not supported by pkg_alternatives, and lead to breakage as found
in <http://mail-index.netbsd.org/tech-pkg/2020/05/06/msg023089.html>.
In many cases these were unnecessary anyway, as they match the corresponding
command that pkg_alternatives will have automatically detected manual page
entries for, plus many of them did not support PKGMANDIR.
In the one case (databases/py-peewee) where the manual page does not match
the command name, pkg_alternatives will need to be enhanced to support this
before it can be re-enabled.
Changelog:
V0.15.3
---------
-A better calculation of the part of a progressbar's internal text which is
inside the indicator (this also fixes a small offset in KisSliderSpinBox).
-Don't draw a progressbar's busy indicator if it's wider than the progressbar
(although that never happens in practice).
-Added a workaround for a new but small bug in the toolbar timer of
Audacious 4.0.
-Align a menu-item's text with others if its icon isn't null but its pixmap is.
-Removed Qt4 related stuff with the default installation, at last.
Not noted in the Changelog, NetBSD specific patch has been merged upstream and
is no longer required.
Changelog:
Inkscape 1.0
Release highlights
Theming support and more new customization options
Better HiDPI (high resolution) screen support
Native support for macOS with a signed and notarized .dmg file
Coordinate origin in top left corner by default
Canvas rotation and mirroring
On-Canvas alignment of objects
Split view and X-Ray modes
PowerPencil for drawing editable, variable width strokes with a pressure sensitive graphics tablet
New PNG export options
Integrated centerline tracing for vectorization of line drawings
Searchable Symbols dialog
New Live Path Effect (LPE) selection dialog
New Corners (Fillet/chamfer) LPE, (lossless) Boolean Operation LPE (experimental), Offset LPE and Measure Segments LPE (and more!)
Path operations, deselection of a large number of paths as well as grouping/ungrouping are much faster now
Much improved text line-height settings
Variable fonts support (only if compiled with pango library version >= 1.41.1)
Browser-compatible flowed text
Extensions programming interface updated, with many new options
Python 3 support for extensions
2020-04-27 7.0.10-10 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.10-10, GIT revision 17203:a2514e831:20200427
2020-04-27 7.0.10-10 Cristy <quetzlzacatenango@image...>
* Correction to allocate a colormap of the maximum colors when color
reducing an image sequence.
* Write to stdout for mp4:-.
2020-04-25 7.0.10-9 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.10-9, GIT revision 17190:13fdcd1:20200426.
2020-04-25 7.0.10-9 Cristy <quetzlzacatenango@image...>
* Allocate a colormap of the maximum colors when color reducing an image
sequence.
* Label was not centered properly (reference
https://github.com/ImageMagick/ImageMagick/issues/1879).
pkgsrc changes:
- for ruby-gilb2 and ruby-gobject-introspection gems,
handle generated source files that are no longer included
in distributed gem files by newly introduced GEM_KEEPBUILD
variable
Upstream changes (from NEWS):
== Ruby-GNOME 3.4.2: 2020-05-02
This is a follow-up release of 3.4.1.
=== Changes
==== Ruby/GLib2
* Improvements
* Add support for Ruby 2.8.
==== Ruby/GTK3
* Improvements
* (({Gtk::Widget#style_get_property})): Added a validation.
* Updated examples.
[GitHub#1318][GitHub#1319][GitHub#1320][GitHub#1321][GitHub#1322]
[GitHub#1323][GitHub#1324][GitHub#1325][GitHub#1326][GitHub#1327]
[GitHub#1328][GitHub#1329][GitHub#1330][GitHub#1331][GitHub#1332]
[GitHub#1353][GitHub#1354][GitHub#1355][GitHub#1391]
[Patch by kojix2]
* Fixes
* Fixed a typo.
[GitHub#1307][Patch by Ismail Arilik]
==== Ruby/GObjectIntrospection
* Improvements
* Changed to accept (({nil})) as a false value for boolean.
[GitHub#1305][Reported by Matijs van Zuijlen]
* Added support for UTF-8 (({GHashTable})) value.
* Added workaround for (({rsvg_handle_set_stylesheet()})).
* Fixes
* Fixed a bug that pointer struct isn't allocated correctly.
[GitHub#1315][Reported by Konrad Narewski]
==== Ruby/GtkSourceView4
* Improvements
* Added support for auto native package install on Ubuntu.
[GitHub#1309][Patch by Ismail Arilik]
* Added support for auto native package install on Debian GNU/Linux.
==== Ruby/VTE3
* Improvements
* (({Vte::Terminal#spawn})): Made options optional.
[GitHub#1333][Patch by kojix2]
* Updated README.
[GitHub#1335][Patch by kojix2]
==== Ruby/GdkPixbuf2
* Improvements
* Updated examples.
[GitHub#1336][GitHub#1337][GitHub#1338][GitHub#1339][GitHub#1340]
[GitHub#1341][GitHub#1342][GitHub#1343][GitHub#1344][GitHub#1347]
[GitHub#1348][GitHub#1349]
[Patch by kojix2]
* Updated README.
[GitHub#1346][Patch by kojix2]
==== Ruby/WebKit2GTK
* Fixes
* Fixed dependency check.
[GitHub#1351][Patch by kojix2]
==== Ruby/RSVG2
* Improvements
* Updated examples.
[GitHub#1357][Patch by kojix2]
[GitHub#1393][Patch by Jean-Christophe Le Lann]
=== Thanks
* Matijs van Zuijlen
* Ismail Arilik
* Konrad Narewski
* kojix2
* Jean-Christophe Le Lann
dEQP-VK.subgroups.size_control.compute.* crashes on HSW and TGL
piglit spec.!opengl 1.0.gl-1.0-fpexceptions crash on Iris
SPIR-V: OpConvertUToPtr from spec constant fails to compile
radv: Reading ViewportIndex in fragment shader returns garbage
radeonsi: GL_LINES rendering is affected by GL_POINT_SPRITE
[ANV] gfxbench Aztec Ruins misrenders on gen11+
glxinfo cmd crashed
Mesa 20.0.5
nir: nir_lower_returns can't handle nested loops
Graphic artifacts with Mesa 20.0.4 on intel HD 510 GPU
Mesa 20 regression makes Lightsprint demos crash
Build Fails with Clang Shared Library
dri_common.h:58:8: error: unknown type name '__GLXDRIdrawable'
Graphical glitches on Intel Graphics when Xorg started on Iris driver
SIGSEGV src/compiler/glsl/ast_function.cpp:53
manywin aborts with "i965: Failed to submit batchbuffer: Invalid argument"
v3d: transform feedback issue
radv: dEQP-VK.binding_model.descriptorset_random.sets4.noarray.ubolimitlow.sbolimitlow.imglimitlow.noiub.comp.noia.0 segfault
radv: RAVEN fails dEQP-VK.pipeline.timestamp.misc_tests.reset_query_before_copy
https://gitlab.freedesktop.org/mesa/mesa/-/issues/2727
enable storageBuffer16BitAccess feature in radv for SI and CIK
Weston drm-backend.so seems to fail with Mesa master and LIBGL_ALWAYS_SOFTWARE=1
vaapi bob deinterlacer produces wrong output height on AMD
ChangeLog:
libansilove 1.2.2 (2020-04-30)
- Refactor the output function, to allow combining DOS aspect ratio and Retina
- Remove the im_ prefix for all gdImagePtr variables
- Various README changes and improvements
* Correctly detect if a loader support asynchronous preloading.
* Fix memory leak in evas textgrid
* Evas: Fix evas_common_convert_yuv_42* functions to actually return the converted data.
* Evas textblock: Fixed issue when parsing formats with quotes.
* Evas textblock: Make the ellipsis format the same as the surrounding.
* evas/wayland_egl: Skip makecurrent if re->win is NULL.
* Evas textblock: Added proper size adjustments for "high" shaped texts.
* Evas bidi: Fixed a bug causing BiDi not to work in some cases.
* Evas textblock: fixed an issue with markup_get and markup_to_utf8 behaving differently (markup_get was misbehaving).
* evas/wayland_egl: Do not create a new surface if we already have one.
* Fixed the textblock format to be drawn according to the glyph's horizontal advance width.
* Evas textblock: Fixed order of tags inserted with markup_app/prepend.
* Evas textblock: Fixed wrapping of lines ending with whites.
Otherwise build to find cairo.h and ends with:
-> stderr:
which: pkg-config
-> not found
Error: Please set Gtk flags through the environment variables GTK_CFLAGS and GTK_LIBS.
*** Error code 1
Update ruby-RMagick to 4.1.2.
## RMagick 4.1.2
Bug Fixes:
- Fix build error on Freebsd (#1199)
- Add workaround for FreeBSD that it isn't able to process PDF (#1203)
## RMagick 4.1.1
Bug Fixes:
- Fix bug of signal handling internally (#1189)
tex-a2ping{,-doc} to 2.84p
tex-animate{,-doc} to 20200425
tex-auto-pst-pdf{,-doc} to 0.6.52849
tex-chemfig{,-doc} to 1.52
tex-circuitikz{,-doc} to 1.1.1
tex-graphics-pln{,-doc} to 2020
tex-mcf2graph{,-doc} to 4.48
tex-mptopdf{,-doc} to 2020
tex-pst-node{,-doc} to 1.42a
tex-pst-pdf{,-doc} to 1.2e
tex-pst-tools{,-doc} to 0.10
tex-pstricks-add{,-doc} to 3.89a
tex-tikz-feynhand{,-doc} to 1.1.0
tex-tikzmark{,-doc} to 1.8
tex-tkz-base{,-doc} to 3.06c
tex-tkz-fct{,-doc} to 1.3c
* Release v3.4
* Images loaded via HTTPS/curl, ImageMagick, and dcraw are now cached
by default to decrease image load time on subsequent slideshow passes.
Caching is disabled when using `--reload` and can also be disabled with
the new `--no-conversion-cache` option. Suggestion and initial patch by
Awal Garg.
* Handle SIGINT/SIGTERM/SIGQUIT signals while loading images using libcurl
< v7.32. Patch by <https://github.com/c99pedant>.
* "feh --start-at URL" now loads a single-image slideshow displaying URL.
This allows feh.desktop to handle URLs as well as ordinary files.
file:/// URLs are treated as local files, so "feh --start-at file:///..."
without filelist arguments behaves just like "feh --start-at ..."
(i.e., feh will load the entire directory and start the slideshow at ...)
* Fix a memory leak when repeatedly cycling through slideshows containing
images loaded via libcurl, ImageMagick or dcraw.
Version 11.85 (production release)
- Added a new Sony LensType
- Added a new Olympus CameraType
- Added a two new Pentax LensType values
- Added a new FujiFilm FocusMode
- Decode timed GPS from Akaso dashcam MOV videos
- Decode Insta360 trailer from INSP images and made Insta360 a deletable group
- Patched kml.fmt file to limit maximum image size
- Fixed problem decoding values from Leica M10 and S maker notes
Version 11.84
- Decode accelerometer data from timed metadata of more dashcam videos
- Decode Canon G9 white balance tags
- Recognize INSP files
Version 11.83
- Added a couple of new XMP-crs tags
- Fixed bug introduced in 11.82 with the -php -D output
- Fixed problem where some flattened XMP tags could be written when they
should be avoided
Version 11.82
- Added a new Canon LensType
- Added a new CanonModelID
- Added ability to process SubDirectories in QuickTime Keys tags
- Removed minor error when writing PDF 2.0 files
- Fixed problem where trailing null bytes were removed from binary values in
the -php output when the -b option was used
Version 11.81
- Added a new Nikon LensID
- Added two new CanonModelID's
- Decode AVIF AV1 configuration record
- Changed names of QuickTime MovieData tags to "MediaData"
- Patched to use 4-digit years in Time::Local calls
- Patched Composite sub-second date/time tags to do additional validation of
source EXIF date/time tags before adding sub seconds
- Fixed problem where -json output could produce invalid JSON when -struct was
used and the structure field names contained special characters
- Fixed spelling in a Panasonic SceneMode value
Version 11.80
- Added a new Canon LensType
- Added a new Nikon Z LensID
- Added a few new Sony LensType values
- Attempt to improve reliability of Samsung DepthMapWidth/Height decoding
- Updated a number of Canon-mount Tamron lens names to include the Tamron
model number
- Patched MOV/MP4 writer to allow a small amount of garbage at the end of a
file to be deleted when writing with the -m option
- Fixed bug where some Composite tags may not have taken priority over other
tags as they should have
Version 11.79
- Added support for AVIF files
- Added new Canon, Sigma and Sony LensType values
- Made PDF 2.0 writable at your own risk with the -m option
- Enhanced -validate feature to warn about duplicate languages in an XMP
lang-alt list
- Fixed inconsistency between documentation and ExifTool capabilities for
"Writable" status of some tags
Version 11.78
- Added a new Nikon LensID
- Added two new FujiFilm SceneRecognition values
- Patched to avoid crash in Windows when writing a negative epoch time using
the "-d %s" option
- Fixed problem editing MIE tags when using the "-wm w" option
Version 11.77
- Added a new Nikon LensID
- Added a number of new Olympus LensType values
- Added a new Canon LensType
- Decode timed GPS from Ambarella A12 dash cam MP4 videos
- Decode a number of new Sigma tags
- Decode a couple of new PanasonicRaw tags
- Enhanced -fileOrder option to add -fast feature
Version 11.76
- Added support for the Sony ILCE-9M2
- Added a couple of new XMP-GCamera tags
- Added MIMEType values for some formats that previously reported
"application/unknown"
- Enhanced -geotag feature to write pitch to CameraElevationAngle if available
- Improved determination of MIMEEncoding for TXT files
Version 11.75
- Added ability to read some basic characteristics of TXT files
- Added kml_track.fmt to the fmt_files of the full distribution
- Added built-in support for decoding GPS from the four video subtitle text
formats that were previously handled by separate config files, and removed
these config files from the distribution
- Derive GPSDateTime from CreateDate and SampleTime if not already available
when extracting timed GPS metadata from QuickTime-format videos
- Changed family 2 groups of some Extra tags
Version 11.74
- Added support for new XMP IPTC Extension version 1.5 tags
- Added a new Nikon LensID
- Decode GPS track from Auto-Vox dashcam MOV videos
- Improved Russian translations
- Enhanced convert_regions.config to support new IPTC Extension 1.5 ImageRegion
- Changed the way the FlatName element works when used in a structure element
(the structure name is now added as a prefix to the flattened tag name)
- Patched gpx.fmt and gpx_wpt.fmt to support sub-seconds in GPSDateTime value
Version 11.73
- Decode timed metadata from Parrot drone videos
- Patched dji.config file to properly handle time zones
- Fixed bug which caused runtime error when reading timed metadata from Cobra
Dash Cam AVI videos
Version 11.72
- Added warning messages for corrupted Photoshop document data
- Added a new Olympus CameraType
- Added a new Canon LensType
- Decode more Sigma tags
- Improved Russian translations
- Updated decoding of some CanonCustom settings for recent models
- Documented DNG OpcodeList values
Version 11.71
- Added a new Sony LensType
- Added a few new Nikon Z LensID's
- Added a simple print conversion for DNG OpcodeList tags (note that due to
this, these tags must now be copied using the -n option)
- Fixed problems determining some video parameters for DV files
- Changed behaviour of -sep option when writing empty list items
- API Changes:
- Changed ListSplit option to preserve empty list items