pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/librsvg librsvg: update to 2.52.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2705a94a943a
branches:  trunk
changeset: 374590:2705a94a943a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 23 20:45:44 2022 +0000

description:
librsvg: update to 2.52.6.

With a little bit of help of pin.

==============
Version 2.52.6
==============

Backport a fix from the main branch:

- #599 - Fix incorrect text rendering when text has different scales
  in the X/Y axes.  This regressed after librsvg 2.52.5, when Pango
  had to revert its fix for the same bug.  Now librsvg renders all
  text as paths, and does the scaling itself.  Please file a bug if
  you have evidence that this presents a performance problem for you.

==============
Version 2.52.5
==============

Just bugfixes this time:

- #812 - Fix mangled output in rsvg-convert when redirecting output to
  a pipe on Windows (Michael Howell).

- #766 - When outputting to SVG, rsvg-convert now uses the
  width/height units specified in the command line; it always used
  pixels before (Daniel Petri Rocha).

- #814 - Fix incorrect top/left margins for SVG/PS/EPS/PDF output
  (Daniel Petri Rocha).

- #599 - Fix incorrect placement of glyphs when text has non-uniform
  scaling in the X/Y axes.  This is not a librsvg bug, but is fixed by
  Pango 1.49.3 and later.  Hopefully Pango 1.48.11 will be released
  soon with this fix as well.  Note that this release of librsvg
  cannot increase the minimum Pango version to 1.48.11 because it is
  not released yet.

Miscellaneous:

- Updated crate dependencies: assert_cmd, cast, clap cssparser,
  float-cmp, itertools, nalgebra, png, proptest, rctree, selectors,
  system-deps.

==============
Version 2.52.4
==============

New features:

- #816 - Support the isolation property from the Compositing and
  Blending Level 1 specification.

- Support Visual Studio 2022 (Chun-wei Fan).

Fixes:

- #818 - The opacity and mix-blend-mode properties were not being
  applied when an element has a mask.

- Fix panic when an empty group has a pattern fill and filters.

- Fix the tests on Windows; the still only work when Fontconfig is
  present (Chun-wei Fan).

- Work around a bug in the cairo-rs bindings in the test suite, that
  only manifests itself in s/390x due to its calling convention.  See
  https://github.com/gtk-rs/gtk-rs-core/issues/335

==============
Version 2.52.3
==============

Bugfixes, mostly for text layout.  Also, text links in PDF!

- #17 - Support text-decoration=overline.

- #249 - Basic support for the unicode-bidi property.  Librsvg still
  considers each tspan independently of others, which is incorrect, but
  at least bidi-override works now for a single embedding level.

- #804 - Fix placement of tspan that changes the text direction.

- #805 - :lang() selector should now match lang attribute from an
  element's parent. (Michael Howell)

- #806 - Fix the text-anchor property for right-to-left text.

- #807 - PDF now includes links inside text elements. (Michael Howell)

==============
Version 2.52.2
==============

Bugfixes and new features!

## New features

Thanks to Michael Howell, rsvg-convert now supports generating
multi-page PDFs in a sensible way.

With one SVG document per page, each page with the
SVG's natural size:

  rsvg-convert --format=pdf -o out.pdf a.svg b.svg c.svg

With all pages sized as portrait US Letter, and each SVG scaled to fit
so that there is a 1in margin around each page:

  rsvg-convert --format=pdf -o out.pdf \
    --page-width=8.5in --page-height=11in \
    --width=6.5in --height=8.5in --keep-aspect-ratio \
    --top=1in --left=1in \
    a.svg b.svg c.svg

Please see the man page for details.

- #738 - Support <a> elements inside <text>.  Also, support the CSS :link
  pseudo-class for matching against links. (Michael Howell)

- #649 - Support the CSS :lang() pseudo-class for matching against an
  element's xml:lang attribute. (Michael Howell)

- #790 - Support the mask-type property from SVG2.

## Fixes

- #800 - Don't panic when a shorthand property is set to
  inherit. (Michael Howell)

- #788 - Fix regression with the viewport size of interior <svg>
  elements. (Michael Howell)

- #731 - Allow length units to be case-insensitive, per SVG2. (Kolja Lampe)

## Documentation

- There is now a FEATURES.md in the repository, where you can see all
  the elements, attributes, and properties that librsvg supports.  We
  will be adding detail to this gradually.

- For developers, there is now devel-docs/adding-a-property.md with a
  tutorial on how to add support for new CSS properties.

==============
Version 2.52.1
==============

This is a bugfix release; there are no new features this time.

## Changes:

- #791 - Fix ordering of tspan inside text elements for right-to-left
  languages.

- #789 - Fix text-anchor positioning for right-to-left languages.

- #797 - Fix regression in computing sizes when an SVG has only one of
  width/height and a viewBox.  Thanks to Joshua Fogg for compiling a
  list of test cases for this.

- #565 - Spec compliance - the writing-mode property applies only to
  text elements, no to individual tspan elements.

- #794 - Fix build on big-endian platforms.

- Clarify documentation for the rsvg_handle_write() /
  rsvg_handle_close() deprecated APIs.


==============
Version 2.52.0
==============

This is a big release!  What follows is a summary from the 2.51.x
release notes; you can also read them for more detail.

The biggest user-visible change is that rsvg-convert has been ported
to Rust (Sven Neumann, Paolo Borelli), and it has new features!

## New features in rsvg-convert

### Support for physical units

rsvg-convert is now aware of physical units, and
fixes a bug where PDFs were created at the wrong size.  Do you need to
render an SVG in a PDF file, scaled to 10x10 cm, placed at a certain
position of a landscape A4 page?

  rsvg-convert --format=pdf \
    --page-width=297mm --page-height=210mm \
    --width=10cm --height=10cm --keep-aspect-ratio \
    --top=5cm --left=8cm \
    foo.svg > foo.pdf

Please see the rsvg-convert(1) man page for more details and plenty of
examples.

### Support for Accept-Language

Previously, librsvg picked up the user's language preferences through
environment variables like LANG and LC_MESSAGES.  This is inconvenient
for applications that call rsvg-convert but don't want to synthesize a
LANG variable.

There is a new option in rsvg-convert so you can pass
--accept-language=<languages> formatted as an HTTP Accept-Language
header.  This is used to specify which languages will be chosen from
elements with the "systemLanguage" attribute:

    rsvg-convert --accept-language=es-MX,en foo.svg

That command will select Mexican Spanish and English from suitable SVG
elements.  Please see the man page for details.

### Miscellaneous

rsvg-convert's default DPI is now 96, to better match W3C
standards.  It was 90 before for historical reasons.  We can change
this back to 90 if it breaks too many scripts.  You can use the
options "--dpi-x=90 --dpi-y=90" to restore the old behavior.

rsvg-convert no longer supports the "xml" or "recording" output
formats.  These are useful only for debugging Cairo, not for general
usage.

## SVG2/CSS3 features

The following features are supported now.  Madds H, John Ledbetter,
worked on these features.

- transform property from SVG2; previously librsvg only supported the
  transform attribute from SVG1.1, which has different syntax.

- context-fill and context-stroke for <marker> and <use> elements.

- markers now support orient="auto-start-reverse".

- paint-order for text elements.

- "auto" values for the width and height attributes of the <image>,
  <rect>, and <svg> elements.

- All the <filter-function> types from the Filter Effects Module Level
  1 specification: blur(), brightness(), contrast(), drop-shadow(),
  grayscale(), hue-rotate(), invert(), opacity(), sepia(), saturate().

- The filter property now supports chains of uri() filters or
  <filter-function> shortcuts.

- Support CSS selectors for attribute matching, like rect[attr^="prefix"]

## New APIs

See the HTML documentation for details:

- rsvg_handle_get_intrinsic_size_in_pixels()

- rsvg_major_version / rsvg_minor_version / rsvg_micro_version
  variables - used to obtain the librsvg version from languages other
  than C, since they do not have access to the C macros like
  LIBRSVG_MAJOR_VERSION.

## Deprecations

The following APIs are deprecated but still available:

- rsvg_handle_render_cairo() - use rsvg_handle_render_document() instead.

- rsvg_handle_render_cairo_sub() - use rsvg_handle_render_layer() or
  rsvg_handle_render_element() depending on what you want to do.

Please see the "Migrating from old APIs" chapter in the HTML
documentation for details.

## News for developers

If you want to run the librsvg test suite easily, there are now Docker
scripts to do so.  Please see the tools/docker/README.md file for
details. (Madds H)

There is no leftover C code in the library; all of the implementation
and the publically-visible symbols are defined in the Rust code.  The
remaining .h files are all public and do not reflect any .c
code. (Sven Neumann)

The test suite is now ported to Rust.  The only remaining tests in C
are for the C API itself (tests/api.c).  With the test suite in
Rust, the tests are automatically run in parallel across CPU cores,
making test runs much faster.  (Sven Neumann, Dunja Lalic)

"cargo build", "cargo test" now work without running autotools first,
so you can in general develop librsvg as a normal Rust project.

The HTML documentation has new chapters; you may find interesting
things there!

## News for distributors

There is a new list of librsvg releases with security fixes in
SECURITY.md.  That file also contains security-related information
on librsvg's dependencies.

The Minimum Supported Rust Version (MSRV) is now Rust 1.52.

## Special thanks

Paolo Borelli and Sven Neumann did a lot of painstaking work to finish
porting the library and rsvg-convert to Rust.

Sven Neumann and Dunja Lalic ported the test suite to Rust, making it
much faster.

Dunja Lalic rewrote the Continuous Integration infrastructure, making
it MUCH faster.

Madds H did their Outreachy internship for librsvg and implemented a
bunch of useful SVG2/CSS3 features.

John Ledbetter methodically went through all the <filter-function>
shortcuts and implemented them for SVG2.

Ismael Luceno has been cleaning up our autotools scripts.

Andre Klapper has been wrangling numerous bug reports from Wikimedia
as usual.

Chun-wei Fan, Abraham Toriz, Christian Hergert, Ignacio Casal Quinteiro
have been keeping the Windows and MacOS builds working.


==============
Version 2.51.4
==============

- #618 - SVG2: Implement context-fill and context-stroke for markers
  (Madds H).

- #727 - SVG2: Implement paint-order for text elements (Madds H).

- #747 - SVG2: Support width="auto" and height="auto" for the image element.

- Fix the Windows build (Chun-wei Fan).

- The tools/docker directory now has scripts that developers can use
  to test librsvg on containers for various Linux distributions.

- Gtk-rs dependency is updated to 0.14.0 (Bilal Elmoussaoui, Chun-wei Fan).

- #758 - Panic when rendering with masks or opacity to a non-image surface.

- #757 - Fix 32-bit builds.

==============
Version 2.51.3
==============

The big news is that rsvg-convert is now aware of physical units, and
fixes a bug where PDFs were created at the wrong size.  Do you need to
render an SVG in a PDF file, scaled to 10x10 cm, placed at a certain
position of a landscape A4 page?

  rsvg-convert --format=pdf \
    --page-width=297mm --page-height=210mm \
    --width=10cm --height=10cm --keep-aspect-ratio \
    --top=5cm --left=8cm \
    foo.svg > foo.pdf

Please see the rsvg-convert(1) man page for more details and plenty of
examples.

SVG2 features:

Markers now implement orient="auto-start-reverse".  The work on
markers is by Madds H., who is doing their Outreachy internship for
librsvg.

All the <filter-function> types in SVG2 are now supported, thanks to
John Ledbetter.

- The Minimum Supported Rust Version (MSRV) is now Rust 1.52.  This
  takes care of CVE-2021-28878 in the Rust standard library.

- #514 - rsvg-convert is now aware of physical units.

- #484 - Markers can now have orient="auto-start-reverse" per SVG2
  (Madds H - Outreachy internship).

- #711 - Implement the drop-shadow() filter function (John Ledbetter).

- #713 - Implement the hue-rotate() filter function (John Ledbetter).

- #677 - rsvg-convert, do not clip the rightmost/bottomost pixels of
  an image with partial pixel coverage.

- Partial fix for #668 - Render small caps for fonts that support the
  "smcp" OpenType feature.  Librsvg and Pango are not yet able to
  synthesize small caps for fonts that do not support them, but for
  those that do, they should work fine now.

- #566 - Restrict which elements can appear inside a clipPath, to be
  spec compliant.

- #746 - Possible cairo_save() without cairo_restore() in render_layer().

- Various updates to the developer's documentation.

==============
Version 2.51.2
==============

This release fixes an important bug about text spacing.  The bug fix
requires an update to at least Pango 1.44.  Sorry for the increased
requirements!

Librsvg now supports most of the filter function shortcuts in SVG2;
see below.

Previously, librsvg picked up the user's language preferences through
environment variables like LANG and LC_MESSAGES.  This is inconvenient
for applications that call rsvg-convert but don't want to synthesize a
LANG variable.

There is a new option in rsvg-convert so you can pass
--accept-language=<languages> formatted as an HTTP Accept-Language
header.  This is used to specify which languages will be chosen from
elements with the "systemLanguage" attribute:

    rsvg-convert --accept-language=es-MX,en foo.svg

That command will select Mexican Spanish and English from suitable SVG
elements.  Please see the man page for details.

- The Minimum Supported Rust Version (MSRV) is now Rust 1.51.

- Librsvg now requires at least Pango 1.44.

- #730 - Incorrect text spacing when the transform is not 1:1.  You
  can see this when a small font-size is scaled up due to a
  transform.  It is less visible for a large font-size scaled down.

- #709 #710 #712 714 #715 #716 #717 - The "filter" attribute now
  accepts lists of "<filter-function>" per SVG2.  There is support for
  blur(), contrast(), grayscale(), invert(), opacity(), saturate(),
  sepia() (John Ledbetter).

- #356 - Add --accept-language option to rsvg-convert.

- #704 - Fix circle/ellipse in paths when they are made out of a
  single Arc command.

- #691 - Don't allow number lists with unbounded lengths in
  tableValues attributes, for feComponentTransfer and
  feConvolveMatrix (Madds H).

- #718 - Negative rx/ry in rect element should be ignored.

- #687 - Reduce memory pressure when rendering text.

- Fix build on 32-bit ARM (Lovell Fuller).

- Update the Rust crate dependencies (Bastien Orivel).

- Refactoring parsers (Paolo Borelli).

- There is a new list of librsvg releases with security fixes in
  SECURITY.md.  That file also contains security-related information
  on librsvg's dependencies.

Special thanks to John Ledbetter for carefully implementing each of
the new shortcuts for filter functions in SVG2.


==============
Version 2.51.1
==============

- The Minimum Supported Rust Version is now 1.48.

- rsvg-convert should fully work on Windows again (Abraham Toriz).

- rsvg-convert's SVG output format uses pixel units instead of points again.

- #699 - Images embedded as data: URLs didn't render if they had a
  MIME type with a charset parameter.

- #698 - Add limit for too-large radiuses on the feMorphology filter (Madds H).

- #686 - Reduced stack usage (Sebastian Dröge).

- #261 - Parse the enable-background property.

- #703 - Properly ignore elements in an error state inside the "switch" element.

- #695 - Fix cascading mode for the "feImage" element.

- Fix cascading for the "filter" element and filter primitives in general.

- Remove constraints on the types of units used within the "filter"
  element and filter primitives.

- Reduced memory consumption in general by about 300 bytes per SVG element.

- Update vulnerable crates:
    smallvec to 1.6.1 (RUSTSEC-2021-0003)
    generic-array to 0.13.3 (RUSTSEC-2020-0146)

- Lots of cleanups to the build (Sven Neumann).

- Update to gtk-rs 0.9 (Bilal Elmoussaoui).

- Updated ARCHITECTURE.md and documentation in general.

Special thanks to Dunja Lalic for adding the start of code coverage
analysis to the build.


==============
Version 2.51.0
==============

There are many changes in this development release!  This experimental
release is meant for early testing, with the understanding that some
things may be broken, especially since we have large changes to the
way librsvg's artifacts are built.

The biggest user-visible change is that rsvg-convert has been ported
to Rust (Sven Neumann, Paolo Borelli).

Please file bugs at https://gitlab.gnome.org/GNOME/librsvg/-/issues/new
if these changes break your scripts; they are experimental for the
2.51.x development series:

- #646 - rsvg-convert's default DPI is now 96, to better match W3C
  standards.  It was 90 before for historical reasons.  We can change
  this back to 90 if it breaks too many scripts.  You can use the
  options "--dpi-x=90 --dpi-y=90" to restore the old behavior.

- rsvg-convert's --export-id (-i) option should now have more useful
  behavior.  This extracts a particular element from the SVG document
  and renders it scaled to the size specified by the --width/--height
  arguments, or to the pixel size of the element as if it had no
  transformations applied.

- rsvg-convert no longer supports the "xml" or "recording" output
  formats.  These are useful only for debugging Cairo, not for general
  usage.

Known missing features, which should be restored for the stable release:

- rsvg-convert does not allow stdin/stdout streams on Windows; this is
  being tracked in issue #676.

The following are changes related to porting to Rust; they are not
necessarily user-visible, but important for developers of the library:

- There is no leftover C code in the library; all of the
  implementation and the publically-visible symbols are defined in the
  Rust code.  The remaining .h files are all public and do not reflect
  any .c code.  (Sven Neumann)

- The test suite is now ported to Rust.  The only remaining tests in C
  are for the C API itself (tests/api.c).  With the test suite in
  Rust, the tests are automatically run in parallel across CPU cores,
  making test runs much faster.  (Sven Neumann, Dunja Lalic)

- "cargo build", "cargo test" should now work without running
  autotools first.

- The C API is now implemented on top of the public Rust API, without
  special hooks into the library's internals.

The following APIs are deprecated but still available:

- rsvg_handle_render_cairo() - use rsvg_handle_render_document() instead.

- rsvg_handle_render_cairo_sub() - use rsvg_handle_render_layer() or
  rsvg_handle_render_element() depending on what you want to do.

- These deprecations are because the new APIs conform with the web
  world's view of how SVGs should be positioned and scaled in
  surrounding content.  Whereas the old APIs were about rendering SVGs
  to whatever current transformation matrix a Cairo context may
  contain, the new APIs take a rectangular viewport and librsvg
  automatically scales the SVG document to fit in it.  The "natural
  sizing" that was implicit in the deprecated APIs is now explicitly
  documented, and available through the new API
  rsvg_handle_get_intrinsic_size_in_pixels().

New APIs:

- rsvg_handle_get_intrinsic_size_in_pixels() converts an SVG
  document's intrinsic dimensions to pixels, i.e. transforms the SVG
  document's "width" and "height" attributes to CSS pixels.

New features and bug fixes:

- #615: SVG2: Support a chain of uri() filters in the "filter" property
  (John Ledbetter, Sven Neumann).

- #483: Support CSS selectors for attribute matching, like rect[attr^="prefix"]

- #554: Fixed the geometry_for_layer() APIs to not ignore the passed viewport.

- Fixed CSS "import" so it allows only files from the same base directory
  (Lars Schmertmann).

- #642 - Fix dx/dy offsets in nested <tspan> elements.

- #601 - Compute correct bounds for objects with stroke-width=0.

- Slight speed improvements in the RGBA premultiplication code (Sven Neumann).

- #623 - The pkg-config files (*.pc) do not define the 'svgz_supported' and
  'css_supported' variables anymore.  These variables were hardcoded
  to 'true' and unchanged since 2011.

- #624 - The source repository no longer produces a librsvg-uninstalled.pc file.

- Fix the MacOS build (Christian Hergert, Ignacio Casal Quinteiro).

- Deal with missing pkg-config (Ismael Luceno).

- For cross-compilation, check for target-specific prefixed tools like
  rustc/cargo (Heiko Becker).

Changes in the Rust API:

- #597 - The LoadingError and RenderingError enums have changed, and
  are now marked #[non_exhaustive].  They will probably change again
  to hide details of error variants before we make librsvg available
  as a crate on crates.io.

Special thanks for this release:

- Dunja Lalic for revamping the CI infrastructure and making our CI
  runs much, much faster - !398.

- Sven Neumann, Dunja Lalic for porting the test suite to Rust.

- Sven Neumann, Paolo Borelli for porting rsvg-convert to Rust and
  unraveling all the little historical details that were embedded in
  it.

- Paolo Borelli for constant refactoring.

diffstat:

 graphics/librsvg/Makefile                  |    7 +-
 graphics/librsvg/PLIST                     |   17 +-
 graphics/librsvg/cargo-depends.mk          |  287 +++++----
 graphics/librsvg/distinfo                  |  866 ++++++++++++++++------------
 graphics/librsvg/patches/patch-Makefile.in |   21 +-
 5 files changed, 680 insertions(+), 518 deletions(-)

diffs (truncated from 1585 to 300 lines):

diff -r 9968cdc5b045 -r 2705a94a943a graphics/librsvg/Makefile
--- a/graphics/librsvg/Makefile Wed Feb 23 19:55:06 2022 +0000
+++ b/graphics/librsvg/Makefile Wed Feb 23 20:45:44 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.135 2021/12/08 16:02:12 adam Exp $
+# $NetBSD: Makefile,v 1.136 2022/02/23 20:45:44 wiz Exp $
 
-DISTNAME=      librsvg-2.50.7
-PKGREVISION=   1
+DISTNAME=      librsvg-2.52.6
 CATEGORIES=    graphics gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/librsvg/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -21,6 +20,8 @@
 #CONFIGURE_ARGS+=      --enable-Bsymbolic=auto
 CONFIGURE_ARGS+=       --disable-Bsymbolic
 
+RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.cairo-gobject}/lib
+
 PKGCONFIG_OVERRIDE=    librsvg.pc.in
 
 TEST_TARGET=           check
diff -r 9968cdc5b045 -r 2705a94a943a graphics/librsvg/PLIST
--- a/graphics/librsvg/PLIST    Wed Feb 23 19:55:06 2022 +0000
+++ b/graphics/librsvg/PLIST    Wed Feb 23 20:45:44 2022 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.20 2019/10/04 13:40:08 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.21 2022/02/23 20:45:44 wiz Exp $
 bin/rsvg-convert
-include/librsvg-2.0/librsvg/librsvg-features.h
 include/librsvg-2.0/librsvg/rsvg-cairo.h
+include/librsvg-2.0/librsvg/rsvg-features.h
+include/librsvg-2.0/librsvg/rsvg-version.h
 include/librsvg-2.0/librsvg/rsvg.h
 lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.la
 lib/girepository-1.0/Rsvg-2.0.typelib
@@ -17,24 +18,28 @@
 share/gtk-doc/html/rsvg-2.0/annotation-glossary.html
 share/gtk-doc/html/rsvg-2.0/api-index-full.html
 share/gtk-doc/html/rsvg-2.0/ch01.html
+share/gtk-doc/html/rsvg-2.0/ch01s02.html
+share/gtk-doc/html/rsvg-2.0/ch01s03.html
 share/gtk-doc/html/rsvg-2.0/ch02.html
+share/gtk-doc/html/rsvg-2.0/ch03.html
 share/gtk-doc/html/rsvg-2.0/home.png
 share/gtk-doc/html/rsvg-2.0/index.html
 share/gtk-doc/html/rsvg-2.0/left-insensitive.png
 share/gtk-doc/html/rsvg-2.0/left.png
 share/gtk-doc/html/rsvg-2.0/licence.html
+share/gtk-doc/html/rsvg-2.0/migrating-to-geometry-apis.html
 share/gtk-doc/html/rsvg-2.0/object-tree.html
 share/gtk-doc/html/rsvg-2.0/recommendations-assets.html
 share/gtk-doc/html/rsvg-2.0/right-insensitive.png
 share/gtk-doc/html/rsvg-2.0/right.png
 share/gtk-doc/html/rsvg-2.0/rsvg-2.0.devhelp2
+share/gtk-doc/html/rsvg-2.0/rsvg-Deprecated-functions-to-render-to-GdkPixbuf.html
+share/gtk-doc/html/rsvg-2.0/rsvg-Deprecated-functions-to-render-with-Cairo.html
+share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-Cairo.html
 share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-GIO.html
-share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-GdkPixbuf.html
-share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-cairo.html
-share/gtk-doc/html/rsvg-2.0/rsvg-Version-check-and-feature-tests.html
+share/gtk-doc/html/rsvg-2.0/rsvg-Version-checks.html
 share/gtk-doc/html/rsvg-2.0/rsvg.html
 share/gtk-doc/html/rsvg-2.0/style.css
 share/gtk-doc/html/rsvg-2.0/up-insensitive.png
 share/gtk-doc/html/rsvg-2.0/up.png
-share/locale/es/LC_MESSAGES/librsvg.mo
 share/thumbnailers/librsvg.thumbnailer
diff -r 9968cdc5b045 -r 2705a94a943a graphics/librsvg/cargo-depends.mk
--- a/graphics/librsvg/cargo-depends.mk Wed Feb 23 19:55:06 2022 +0000
+++ b/graphics/librsvg/cargo-depends.mk Wed Feb 23 20:45:44 2022 +0000
@@ -1,42 +1,50 @@
-# $NetBSD: cargo-depends.mk,v 1.2 2021/08/11 00:18:40 gutteridge Exp $
+# $NetBSD: cargo-depends.mk,v 1.3 2022/02/23 20:45:44 wiz Exp $
 
 CARGO_CRATE_DEPENDS+=  adler-1.0.2
 CARGO_CRATE_DEPENDS+=  adler32-1.2.0
 CARGO_CRATE_DEPENDS+=  aho-corasick-0.7.18
-CARGO_CRATE_DEPENDS+=  approx-0.3.2
-CARGO_CRATE_DEPENDS+=  assert_cmd-1.0.5
+CARGO_CRATE_DEPENDS+=  ansi_term-0.12.1
+CARGO_CRATE_DEPENDS+=  anyhow-1.0.53
+CARGO_CRATE_DEPENDS+=  approx-0.5.1
+CARGO_CRATE_DEPENDS+=  assert_cmd-2.0.4
 CARGO_CRATE_DEPENDS+=  atty-0.2.14
-CARGO_CRATE_DEPENDS+=  autocfg-1.0.1
+CARGO_CRATE_DEPENDS+=  autocfg-1.1.0
 CARGO_CRATE_DEPENDS+=  base-x-0.2.8
-CARGO_CRATE_DEPENDS+=  bitflags-1.2.1
+CARGO_CRATE_DEPENDS+=  bit-set-0.5.2
+CARGO_CRATE_DEPENDS+=  bit-vec-0.6.3
+CARGO_CRATE_DEPENDS+=  bitflags-1.3.2
 CARGO_CRATE_DEPENDS+=  block-0.1.6
-CARGO_CRATE_DEPENDS+=  bstr-0.2.16
-CARGO_CRATE_DEPENDS+=  bumpalo-3.7.0
-CARGO_CRATE_DEPENDS+=  bytemuck-1.5.1
+CARGO_CRATE_DEPENDS+=  bstr-0.2.17
+CARGO_CRATE_DEPENDS+=  bumpalo-3.9.1
+CARGO_CRATE_DEPENDS+=  bytemuck-1.7.3
 CARGO_CRATE_DEPENDS+=  byteorder-1.4.3
-CARGO_CRATE_DEPENDS+=  cairo-rs-0.8.1
-CARGO_CRATE_DEPENDS+=  cairo-sys-rs-0.9.2
-CARGO_CRATE_DEPENDS+=  cast-0.2.6
+CARGO_CRATE_DEPENDS+=  cairo-rs-0.14.9
+CARGO_CRATE_DEPENDS+=  cairo-sys-rs-0.14.9
+CARGO_CRATE_DEPENDS+=  cast-0.2.7
+CARGO_CRATE_DEPENDS+=  cast-0.3.0
+CARGO_CRATE_DEPENDS+=  cfg-expr-0.8.1
+CARGO_CRATE_DEPENDS+=  cfg-expr-0.10.1
 CARGO_CRATE_DEPENDS+=  cfg-if-1.0.0
 CARGO_CRATE_DEPENDS+=  chrono-0.4.19
-CARGO_CRATE_DEPENDS+=  clap-2.33.3
-CARGO_CRATE_DEPENDS+=  const_fn-0.4.8
+CARGO_CRATE_DEPENDS+=  clap-2.34.0
+CARGO_CRATE_DEPENDS+=  const-cstr-0.3.0
+CARGO_CRATE_DEPENDS+=  const_fn-0.4.9
 CARGO_CRATE_DEPENDS+=  convert_case-0.4.0
-CARGO_CRATE_DEPENDS+=  crc32fast-1.2.1
-CARGO_CRATE_DEPENDS+=  criterion-0.3.4
-CARGO_CRATE_DEPENDS+=  criterion-plot-0.4.3
-CARGO_CRATE_DEPENDS+=  crossbeam-channel-0.5.1
-CARGO_CRATE_DEPENDS+=  crossbeam-deque-0.8.0
-CARGO_CRATE_DEPENDS+=  crossbeam-epoch-0.9.5
-CARGO_CRATE_DEPENDS+=  crossbeam-utils-0.8.5
-CARGO_CRATE_DEPENDS+=  cssparser-0.27.2
+CARGO_CRATE_DEPENDS+=  crc32fast-1.3.2
+CARGO_CRATE_DEPENDS+=  criterion-0.3.5
+CARGO_CRATE_DEPENDS+=  criterion-plot-0.4.4
+CARGO_CRATE_DEPENDS+=  crossbeam-channel-0.5.2
+CARGO_CRATE_DEPENDS+=  crossbeam-deque-0.8.1
+CARGO_CRATE_DEPENDS+=  crossbeam-epoch-0.9.7
+CARGO_CRATE_DEPENDS+=  crossbeam-utils-0.8.7
+CARGO_CRATE_DEPENDS+=  cssparser-0.28.1
 CARGO_CRATE_DEPENDS+=  cssparser-macros-0.6.0
 CARGO_CRATE_DEPENDS+=  csv-1.1.6
 CARGO_CRATE_DEPENDS+=  csv-core-0.1.10
-CARGO_CRATE_DEPENDS+=  data-url-0.1.0
-CARGO_CRATE_DEPENDS+=  deflate-0.8.6
-CARGO_CRATE_DEPENDS+=  derive_more-0.99.14
-CARGO_CRATE_DEPENDS+=  difference-2.0.0
+CARGO_CRATE_DEPENDS+=  data-url-0.1.1
+CARGO_CRATE_DEPENDS+=  deflate-1.0.0
+CARGO_CRATE_DEPENDS+=  derive_more-0.99.17
+CARGO_CRATE_DEPENDS+=  difflib-0.4.0
 CARGO_CRATE_DEPENDS+=  discard-1.0.4
 CARGO_CRATE_DEPENDS+=  doc-comment-0.3.3
 CARGO_CRATE_DEPENDS+=  dtoa-0.4.8
@@ -49,180 +57,209 @@
 CARGO_CRATE_DEPENDS+=  encoding-index-singlebyte-1.20141219.5
 CARGO_CRATE_DEPENDS+=  encoding-index-tradchinese-1.20141219.5
 CARGO_CRATE_DEPENDS+=  encoding_index_tests-0.1.4
-CARGO_CRATE_DEPENDS+=  flate2-1.0.20
-CARGO_CRATE_DEPENDS+=  float-cmp-0.8.0
+CARGO_CRATE_DEPENDS+=  fastrand-1.7.0
+CARGO_CRATE_DEPENDS+=  flate2-1.0.22
+CARGO_CRATE_DEPENDS+=  float-cmp-0.9.0
+CARGO_CRATE_DEPENDS+=  fnv-1.0.7
 CARGO_CRATE_DEPENDS+=  form_urlencoded-1.0.1
-CARGO_CRATE_DEPENDS+=  futf-0.1.4
-CARGO_CRATE_DEPENDS+=  futures-channel-0.3.15
-CARGO_CRATE_DEPENDS+=  futures-core-0.3.15
-CARGO_CRATE_DEPENDS+=  futures-executor-0.3.15
-CARGO_CRATE_DEPENDS+=  futures-io-0.3.15
-CARGO_CRATE_DEPENDS+=  futures-macro-0.3.15
-CARGO_CRATE_DEPENDS+=  futures-task-0.3.15
-CARGO_CRATE_DEPENDS+=  futures-util-0.3.15
+CARGO_CRATE_DEPENDS+=  futf-0.1.5
+CARGO_CRATE_DEPENDS+=  futures-channel-0.3.21
+CARGO_CRATE_DEPENDS+=  futures-core-0.3.21
+CARGO_CRATE_DEPENDS+=  futures-executor-0.3.21
+CARGO_CRATE_DEPENDS+=  futures-io-0.3.21
+CARGO_CRATE_DEPENDS+=  futures-task-0.3.21
+CARGO_CRATE_DEPENDS+=  futures-util-0.3.21
 CARGO_CRATE_DEPENDS+=  fxhash-0.2.1
-CARGO_CRATE_DEPENDS+=  gdk-pixbuf-0.8.0
-CARGO_CRATE_DEPENDS+=  gdk-pixbuf-sys-0.9.1
-CARGO_CRATE_DEPENDS+=  generic-array-0.13.3
+CARGO_CRATE_DEPENDS+=  gdk-pixbuf-0.14.0
+CARGO_CRATE_DEPENDS+=  gdk-pixbuf-sys-0.14.0
 CARGO_CRATE_DEPENDS+=  getrandom-0.1.16
-CARGO_CRATE_DEPENDS+=  getrandom-0.2.3
-CARGO_CRATE_DEPENDS+=  gio-0.8.1
-CARGO_CRATE_DEPENDS+=  gio-sys-0.9.1
-CARGO_CRATE_DEPENDS+=  glib-0.9.3
-CARGO_CRATE_DEPENDS+=  glib-sys-0.9.1
-CARGO_CRATE_DEPENDS+=  gobject-sys-0.9.1
-CARGO_CRATE_DEPENDS+=  half-1.7.1
-CARGO_CRATE_DEPENDS+=  hermit-abi-0.1.18
+CARGO_CRATE_DEPENDS+=  getrandom-0.2.4
+CARGO_CRATE_DEPENDS+=  gio-0.14.8
+CARGO_CRATE_DEPENDS+=  gio-sys-0.14.0
+CARGO_CRATE_DEPENDS+=  glib-0.14.8
+CARGO_CRATE_DEPENDS+=  glib-macros-0.14.1
+CARGO_CRATE_DEPENDS+=  glib-sys-0.14.0
+CARGO_CRATE_DEPENDS+=  glob-0.3.0
+CARGO_CRATE_DEPENDS+=  gobject-sys-0.14.0
+CARGO_CRATE_DEPENDS+=  half-1.8.2
+CARGO_CRATE_DEPENDS+=  heck-0.3.3
+CARGO_CRATE_DEPENDS+=  heck-0.4.0
+CARGO_CRATE_DEPENDS+=  hermit-abi-0.1.19
 CARGO_CRATE_DEPENDS+=  idna-0.2.3
-CARGO_CRATE_DEPENDS+=  itertools-0.9.0
-CARGO_CRATE_DEPENDS+=  itertools-0.10.0
-CARGO_CRATE_DEPENDS+=  itoa-0.4.7
-CARGO_CRATE_DEPENDS+=  js-sys-0.3.51
-CARGO_CRATE_DEPENDS+=  language-tags-0.2.2
+CARGO_CRATE_DEPENDS+=  instant-0.1.12
+CARGO_CRATE_DEPENDS+=  itertools-0.10.3
+CARGO_CRATE_DEPENDS+=  itoa-0.4.8
+CARGO_CRATE_DEPENDS+=  itoa-1.0.1
+CARGO_CRATE_DEPENDS+=  js-sys-0.3.56
+CARGO_CRATE_DEPENDS+=  language-tags-0.3.2
 CARGO_CRATE_DEPENDS+=  lazy_static-1.4.0
-CARGO_CRATE_DEPENDS+=  libc-0.2.95
-CARGO_CRATE_DEPENDS+=  libm-0.2.1
+CARGO_CRATE_DEPENDS+=  libc-0.2.118
 CARGO_CRATE_DEPENDS+=  linked-hash-map-0.5.4
 CARGO_CRATE_DEPENDS+=  locale_config-0.3.0
+CARGO_CRATE_DEPENDS+=  lock_api-0.4.6
 CARGO_CRATE_DEPENDS+=  log-0.4.14
 CARGO_CRATE_DEPENDS+=  lopdf-0.26.0
 CARGO_CRATE_DEPENDS+=  lzw-0.10.0
 CARGO_CRATE_DEPENDS+=  mac-0.1.1
 CARGO_CRATE_DEPENDS+=  malloc_buf-0.0.6
 CARGO_CRATE_DEPENDS+=  markup5ever-0.10.1
-CARGO_CRATE_DEPENDS+=  matches-0.1.8
-CARGO_CRATE_DEPENDS+=  matrixmultiply-0.2.4
-CARGO_CRATE_DEPENDS+=  memchr-2.4.0
-CARGO_CRATE_DEPENDS+=  memoffset-0.6.4
-CARGO_CRATE_DEPENDS+=  miniz_oxide-0.3.7
+CARGO_CRATE_DEPENDS+=  matches-0.1.9
+CARGO_CRATE_DEPENDS+=  matrixmultiply-0.3.2
+CARGO_CRATE_DEPENDS+=  memchr-2.4.1
+CARGO_CRATE_DEPENDS+=  memoffset-0.6.5
 CARGO_CRATE_DEPENDS+=  miniz_oxide-0.4.4
-CARGO_CRATE_DEPENDS+=  nalgebra-0.21.1
+CARGO_CRATE_DEPENDS+=  miniz_oxide-0.5.1
+CARGO_CRATE_DEPENDS+=  nalgebra-0.29.0
+CARGO_CRATE_DEPENDS+=  nalgebra-macros-0.1.0
 CARGO_CRATE_DEPENDS+=  new_debug_unreachable-1.0.4
 CARGO_CRATE_DEPENDS+=  nodrop-0.1.14
 CARGO_CRATE_DEPENDS+=  normalize-line-endings-0.3.0
-CARGO_CRATE_DEPENDS+=  num-complex-0.2.4
+CARGO_CRATE_DEPENDS+=  num-complex-0.4.0
 CARGO_CRATE_DEPENDS+=  num-integer-0.1.44
-CARGO_CRATE_DEPENDS+=  num-rational-0.2.4
+CARGO_CRATE_DEPENDS+=  num-rational-0.4.0
 CARGO_CRATE_DEPENDS+=  num-traits-0.2.14
-CARGO_CRATE_DEPENDS+=  num_cpus-1.13.0
+CARGO_CRATE_DEPENDS+=  num_cpus-1.13.1
 CARGO_CRATE_DEPENDS+=  objc-0.2.7
 CARGO_CRATE_DEPENDS+=  objc-foundation-0.1.1
 CARGO_CRATE_DEPENDS+=  objc_id-0.1.1
-CARGO_CRATE_DEPENDS+=  once_cell-1.7.2
+CARGO_CRATE_DEPENDS+=  once_cell-1.9.0
 CARGO_CRATE_DEPENDS+=  oorandom-11.1.3
-CARGO_CRATE_DEPENDS+=  pango-0.8.0
-CARGO_CRATE_DEPENDS+=  pango-sys-0.9.1
-CARGO_CRATE_DEPENDS+=  pangocairo-0.9.0
-CARGO_CRATE_DEPENDS+=  pangocairo-sys-0.10.1
-CARGO_CRATE_DEPENDS+=  paste-0.1.18
-CARGO_CRATE_DEPENDS+=  paste-impl-0.1.18
+CARGO_CRATE_DEPENDS+=  pango-0.14.8
+CARGO_CRATE_DEPENDS+=  pango-sys-0.14.0
+CARGO_CRATE_DEPENDS+=  pangocairo-0.14.0
+CARGO_CRATE_DEPENDS+=  pangocairo-sys-0.14.0
+CARGO_CRATE_DEPENDS+=  parking_lot-0.11.2
+CARGO_CRATE_DEPENDS+=  parking_lot_core-0.8.5
+CARGO_CRATE_DEPENDS+=  paste-1.0.6
 CARGO_CRATE_DEPENDS+=  percent-encoding-2.1.0
-CARGO_CRATE_DEPENDS+=  pest-2.1.3
 CARGO_CRATE_DEPENDS+=  phf-0.8.0
 CARGO_CRATE_DEPENDS+=  phf_codegen-0.8.0
 CARGO_CRATE_DEPENDS+=  phf_generator-0.8.0
 CARGO_CRATE_DEPENDS+=  phf_macros-0.8.0
 CARGO_CRATE_DEPENDS+=  phf_shared-0.8.0
-CARGO_CRATE_DEPENDS+=  pin-project-lite-0.2.6
+CARGO_CRATE_DEPENDS+=  phf_shared-0.10.0
+CARGO_CRATE_DEPENDS+=  pin-project-lite-0.2.8
 CARGO_CRATE_DEPENDS+=  pin-utils-0.1.0
-CARGO_CRATE_DEPENDS+=  pkg-config-0.3.19
+CARGO_CRATE_DEPENDS+=  pkg-config-0.3.24
 CARGO_CRATE_DEPENDS+=  plotters-0.3.1
-CARGO_CRATE_DEPENDS+=  plotters-backend-0.3.0
-CARGO_CRATE_DEPENDS+=  plotters-svg-0.3.0
-CARGO_CRATE_DEPENDS+=  png-0.16.8
+CARGO_CRATE_DEPENDS+=  plotters-backend-0.3.2
+CARGO_CRATE_DEPENDS+=  plotters-svg-0.3.1
+CARGO_CRATE_DEPENDS+=  png-0.17.3
 CARGO_CRATE_DEPENDS+=  pom-3.2.0
-CARGO_CRATE_DEPENDS+=  ppv-lite86-0.2.10
+CARGO_CRATE_DEPENDS+=  ppv-lite86-0.2.16
 CARGO_CRATE_DEPENDS+=  precomputed-hash-0.1.1
-CARGO_CRATE_DEPENDS+=  predicates-1.0.8
-CARGO_CRATE_DEPENDS+=  predicates-core-1.0.2
-CARGO_CRATE_DEPENDS+=  predicates-tree-1.0.2
+CARGO_CRATE_DEPENDS+=  predicates-2.1.1
+CARGO_CRATE_DEPENDS+=  predicates-core-1.0.3
+CARGO_CRATE_DEPENDS+=  predicates-tree-1.0.5



Home | Main Index | Thread Index | Old Index