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.54.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/efa4f75d6fba
branches:  trunk
changeset: 379736:efa4f75d6fba
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun May 22 17:22:13 2022 +0000

description:
librsvg: update to 2.54.3

==============
Version 2.54.3
==============

- #866 - Fix detection of gi-docgen (David King, Jan Alexander Steffens).

- Install the generated documentation in the correct place so that
  Devhelp can find it (thanks to Jan Tojnar for pointing this out).

==============
Version 2.54.2
==============

- #823 - Fix regressions when computing element geometries.

- Add a --disable-gtk-doc option for the configure script, so people
  can disable generating documentation for cross-compiling (Matt
  Turner).

- MSVC: Support generating documentation, and passing introspection
  paths (Chun-wei Fan)

==============
Version 2.54.1
==============

This release just has some build-time fixes.

- Fix oversight in the Minimum Supported Rust Version (MSRV) - this
  release requires Rust 1.56 or later.  This has been true since
  librsvg 2.53.1, but it was not checked correctly. (Matt Turner)

- #859 - Make rst2man and gi-docgen optional. (Kleis Auke Wolthuizen)

- #856 - Fix documentation comments.

==============
Version 2.54.0
==============

This is a summary of the 2.53.x release notes; you can also read them
for more detail.  Not many new features; we've been working on
infrastructure and documentation.

- Librsvg now supports SVG2 geometry properties for these elements:
  rect, circle, ellipse, image, svg (Jeremias Ortega).

- #721 - Catch circular references when rendering patterns.

- The C API documentation now uses gi-docgen instead of gtk-doc.
  Rsvg-convert's man page is now converted to reStructuredText instead
  of troff.

- The "Recommendations for applications" chapter in the documentation
  is much improved!

==============
Version 2.53.2
==============

- #851 - Output filled text as text for PDF; fixes regression due to
  outputting all text as paths.

- Fix taller-than-wide proportional scaling and size limiting in
  rsvg-convert.

- #772, #773, #774, #775, #776 - Implement SVG2 geometry properties
  for these elements: rect, circle, ellipse, image, svg (Jeremias
  Ortega).

- #450 - Fix potential unaligned accesses in surface iterators
  (Michael Howell).

- Actually use GDK_PIXBUF_MODULEDIR when calling
  gdk-pixbuf-query-loaders (Fabrice Fontaine).

- Windows build fixes (Chun-wei Fan).

- Add links to functions and types throughout the C API documentation.

==============
Version 2.53.1
==============

While it is not a user-visible change, Jordan Petridis has ported
librsvg's Continuous Integration (CI) infrastructure to use
Freedesktop CI Templates.  This lets us test librsvg easily on
different environments.  If you want your environment tested, now is
the time to add it!

- #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.

- Update to the latest gtk-rs release (Bilal Elmoussaoui).

- Port to Freedesktop CI Templates (Jordan Petridis).
  of troff.

- The "Recommendations for applications" chapter in the documentation
  is much improved!

==============
Version 2.53.2
==============

- #851 - Output filled text as text for PDF; fixes regression due to
  outputting all text as paths.

- Fix taller-than-wide proportional scaling and size limiting in
  rsvg-convert.

- #772, #773, #774, #775, #776 - Implement SVG2 geometry properties
  for these elements: rect, circle, ellipse, image, svg (Jeremias
  Ortega).

- #450 - Fix potential unaligned accesses in surface iterators
  (Michael Howell).

- Actually use GDK_PIXBUF_MODULEDIR when calling
  gdk-pixbuf-query-loaders (Fabrice Fontaine).

- Windows build fixes (Chun-wei Fan).

- Add links to functions and types throughout the C API documentation.

==============
Version 2.53.1
==============

While it is not a user-visible change, Jordan Petridis has ported
librsvg's Continuous Integration (CI) infrastructure to use
Freedesktop CI Templates.  This lets us test librsvg easily on
different environments.  If you want your environment tested, now is
the time to add it!

- #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.

- Update to the latest gtk-rs release (Bilal Elmoussaoui).

- Port to Freedesktop CI Templates (Jordan Petridis).

- Visual Studio builds can work from a git checkout now (Chun-wei Fan)

- Windows build fixes (Martin Hertz, Chun-wei Fan)

==============
Version 2.53.0
==============

This is the first release in the new development series.  There are no
new features, just changes to how the documentation is built.

The man page for rsvg-convert is now generated from a reStructuredText
document, and the C API reference is generated using gi-docgen.

Please make sure you install python3-docutils (for rst2man) and
gi-docgen before compiling librsvg from a tarball.

- #755 - rsvg-convert's man page is now generated from reStructuredText.

- #827 - Move C API reference to gi-docgen.

- Test suite updates (Michael Howell).

- Link against bcrypt for Visual Studio builds (Martin Hertz).

diffstat:

 graphics/librsvg/Makefile         |   23 +-
 graphics/librsvg/PLIST            |  150 +++++++++++--
 graphics/librsvg/cargo-depends.mk |  135 ++++++------
 graphics/librsvg/distinfo         |  407 ++++++++++++++++++-------------------
 4 files changed, 407 insertions(+), 308 deletions(-)

diffs (truncated from 1170 to 300 lines):

diff -r 10f7873522ef -r efa4f75d6fba graphics/librsvg/Makefile
--- a/graphics/librsvg/Makefile Sun May 22 16:39:22 2022 +0000
+++ b/graphics/librsvg/Makefile Sun May 22 17:22:13 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.140 2022/04/18 19:09:53 adam Exp $
+# $NetBSD: Makefile,v 1.141 2022/05/22 17:22:13 gutteridge Exp $
 
-DISTNAME=      librsvg-2.52.8
-PKGREVISION=   1
+DISTNAME=      librsvg-2.54.3
 CATEGORIES=    graphics gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/librsvg/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -17,14 +16,25 @@
 USE_TOOLS+=            pkg-config gmake aclocal autoconf automake
 USE_LANGUAGES+=                c c++
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --disable-tools
 #CONFIGURE_ARGS+=      --enable-Bsymbolic=auto
 CONFIGURE_ARGS+=       --disable-Bsymbolic
 
+PYTHON_FOR_BUILD_ONLY= tool
+# Requires rst2man to generate rsvg-convert.1
+TOOL_DEPENDS+=         ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+# Requires gi-docgen to generate HTML format API documentation
+TOOL_DEPENDS+=         ${PYPKGPREFIX}-gi-docgen-[0-9]*:../../devel/py-gi-docgen
+
 RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.cairo-gobject}/lib
 
 PKGCONFIG_OVERRIDE=    librsvg.pc.in
 
+SUBST_CLASSES+=                rst2man
+SUBST_MESSAGE.rst2man= Fixing rst2man name used by pkgsrc due to versioning.
+SUBST_STAGE.rst2man=   pre-configure
+SUBST_FILES.rst2man=   configure
+SUBST_SED.rst2man=     -e 's,rst2man.py,rst2man-${PYVERSSUFFIX},g'
+
 TEST_TARGET=           check
 
 .include "cargo-depends.mk"
@@ -48,7 +58,7 @@
 .include "../../devel/gobject-introspection/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.50.0
 .include "../../devel/glib2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.pango+=  pango>=1.44
+BUILDLINK_API_DEPENDS.pango+=  pango>=1.48.11
 .include "../../devel/pango/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"
 BUILDLINK_API_DEPENDS.cairo+=  cairo>=1.2.0
@@ -59,6 +69,7 @@
 BUILDLINK_API_DEPENDS.libxml2+=        libxml2>=2.9
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
-RUST_REQ=      1.52.0
+RUST_REQ=      1.56.0
 .include "../../lang/rust/cargo.mk"
+.include "../../lang/python/pyversion.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 10f7873522ef -r efa4f75d6fba graphics/librsvg/PLIST
--- a/graphics/librsvg/PLIST    Sun May 22 16:39:22 2022 +0000
+++ b/graphics/librsvg/PLIST    Sun May 22 17:22:13 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2022/02/23 20:45:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.22 2022/05/22 17:22:13 gutteridge Exp $
 bin/rsvg-convert
 include/librsvg-2.0/librsvg/rsvg-cairo.h
 include/librsvg-2.0/librsvg/rsvg-features.h
@@ -9,37 +9,129 @@
 lib/librsvg-2.la
 lib/pkgconfig/librsvg-2.0.pc
 man/man1/rsvg-convert.1
+share/doc/Rsvg-2.0/RedHatDisplay-Black.woff
+share/doc/Rsvg-2.0/RedHatDisplay-Black.woff2
+share/doc/Rsvg-2.0/RedHatDisplay-BlackItalic.woff
+share/doc/Rsvg-2.0/RedHatDisplay-BlackItalic.woff2
+share/doc/Rsvg-2.0/RedHatDisplay-Bold.woff
+share/doc/Rsvg-2.0/RedHatDisplay-Bold.woff2
+share/doc/Rsvg-2.0/RedHatDisplay-BoldItalic.woff
+share/doc/Rsvg-2.0/RedHatDisplay-BoldItalic.woff2
+share/doc/Rsvg-2.0/RedHatDisplay-Italic.woff
+share/doc/Rsvg-2.0/RedHatDisplay-Italic.woff2
+share/doc/Rsvg-2.0/RedHatDisplay-Medium.woff
+share/doc/Rsvg-2.0/RedHatDisplay-Medium.woff2
+share/doc/Rsvg-2.0/RedHatDisplay-MediumItalic.woff
+share/doc/Rsvg-2.0/RedHatDisplay-MediumItalic.woff2
+share/doc/Rsvg-2.0/RedHatDisplay-Regular.woff
+share/doc/Rsvg-2.0/RedHatDisplay-Regular.woff2
+share/doc/Rsvg-2.0/RedHatText-Bold.woff
+share/doc/Rsvg-2.0/RedHatText-Bold.woff2
+share/doc/Rsvg-2.0/RedHatText-BoldItalic.woff
+share/doc/Rsvg-2.0/RedHatText-BoldItalic.woff2
+share/doc/Rsvg-2.0/RedHatText-Italic.woff
+share/doc/Rsvg-2.0/RedHatText-Italic.woff2
+share/doc/Rsvg-2.0/RedHatText-Medium.woff
+share/doc/Rsvg-2.0/RedHatText-Medium.woff2
+share/doc/Rsvg-2.0/RedHatText-MediumItalic.woff
+share/doc/Rsvg-2.0/RedHatText-MediumItalic.woff2
+share/doc/Rsvg-2.0/RedHatText-Regular.woff
+share/doc/Rsvg-2.0/RedHatText-Regular.woff2
+share/doc/Rsvg-2.0/Rsvg-2.0.devhelp2
+share/doc/Rsvg-2.0/SourceCodePro-It.ttf.woff
+share/doc/Rsvg-2.0/SourceCodePro-Regular.ttf.woff
+share/doc/Rsvg-2.0/SourceCodePro-Semibold.ttf.woff
+share/doc/Rsvg-2.0/callback.SizeFunc.html
+share/doc/Rsvg-2.0/class.Handle.html
+share/doc/Rsvg-2.0/classes_hierarchy.html
+share/doc/Rsvg-2.0/const.MAJOR_VERSION.html
+share/doc/Rsvg-2.0/const.MICRO_VERSION.html
+share/doc/Rsvg-2.0/const.MINOR_VERSION.html
+share/doc/Rsvg-2.0/const.VERSION.html
+share/doc/Rsvg-2.0/ctor.Handle.new.html
+share/doc/Rsvg-2.0/ctor.Handle.new_from_data.html
+share/doc/Rsvg-2.0/ctor.Handle.new_from_file.html
+share/doc/Rsvg-2.0/ctor.Handle.new_from_gfile_sync.html
+share/doc/Rsvg-2.0/ctor.Handle.new_from_stream_sync.html
+share/doc/Rsvg-2.0/ctor.Handle.new_with_flags.html
+share/doc/Rsvg-2.0/enum.Unit.html
+share/doc/Rsvg-2.0/error.Error.html
+share/doc/Rsvg-2.0/flags.HandleFlags.html
+share/doc/Rsvg-2.0/fonts.css
+share/doc/Rsvg-2.0/func.CHECK_VERSION.html
+share/doc/Rsvg-2.0/func.DEPRECATED_FOR.html
+share/doc/Rsvg-2.0/func.cleanup.html
+share/doc/Rsvg-2.0/func.init.html
+share/doc/Rsvg-2.0/func.pixbuf_from_file.html
+share/doc/Rsvg-2.0/func.pixbuf_from_file_at_max_size.html
+share/doc/Rsvg-2.0/func.pixbuf_from_file_at_size.html
+share/doc/Rsvg-2.0/func.pixbuf_from_file_at_zoom.html
+share/doc/Rsvg-2.0/func.pixbuf_from_file_at_zoom_with_max.html
+share/doc/Rsvg-2.0/func.set_default_dpi.html
+share/doc/Rsvg-2.0/func.set_default_dpi_x_y.html
+share/doc/Rsvg-2.0/func.term.html
+share/doc/Rsvg-2.0/fzy.js
+share/doc/Rsvg-2.0/go-up-symbolic.png
+share/doc/Rsvg-2.0/index.html
+share/doc/Rsvg-2.0/index.json
+share/doc/Rsvg-2.0/main.js
+share/doc/Rsvg-2.0/method.Handle.close.html
+share/doc/Rsvg-2.0/method.Handle.free.html
+share/doc/Rsvg-2.0/method.Handle.get_base_uri.html
+share/doc/Rsvg-2.0/method.Handle.get_desc.html
+share/doc/Rsvg-2.0/method.Handle.get_dimensions.html
+share/doc/Rsvg-2.0/method.Handle.get_dimensions_sub.html
+share/doc/Rsvg-2.0/method.Handle.get_geometry_for_element.html
+share/doc/Rsvg-2.0/method.Handle.get_geometry_for_layer.html
+share/doc/Rsvg-2.0/method.Handle.get_intrinsic_dimensions.html
+share/doc/Rsvg-2.0/method.Handle.get_intrinsic_size_in_pixels.html
+share/doc/Rsvg-2.0/method.Handle.get_metadata.html
+share/doc/Rsvg-2.0/method.Handle.get_pixbuf.html
+share/doc/Rsvg-2.0/method.Handle.get_pixbuf_sub.html
+share/doc/Rsvg-2.0/method.Handle.get_position_sub.html
+share/doc/Rsvg-2.0/method.Handle.get_title.html
+share/doc/Rsvg-2.0/method.Handle.has_sub.html
+share/doc/Rsvg-2.0/method.Handle.internal_set_testing.html
+share/doc/Rsvg-2.0/method.Handle.read_stream_sync.html
+share/doc/Rsvg-2.0/method.Handle.render_cairo.html
+share/doc/Rsvg-2.0/method.Handle.render_cairo_sub.html
+share/doc/Rsvg-2.0/method.Handle.render_document.html
+share/doc/Rsvg-2.0/method.Handle.render_element.html
+share/doc/Rsvg-2.0/method.Handle.render_layer.html
+share/doc/Rsvg-2.0/method.Handle.set_base_gfile.html
+share/doc/Rsvg-2.0/method.Handle.set_base_uri.html
+share/doc/Rsvg-2.0/method.Handle.set_dpi.html
+share/doc/Rsvg-2.0/method.Handle.set_dpi_x_y.html
+share/doc/Rsvg-2.0/method.Handle.set_size_callback.html
+share/doc/Rsvg-2.0/method.Handle.set_stylesheet.html
+share/doc/Rsvg-2.0/method.Handle.write.html
+share/doc/Rsvg-2.0/migrating.html
+share/doc/Rsvg-2.0/overview.html
+share/doc/Rsvg-2.0/property.Handle.base-uri.html
+share/doc/Rsvg-2.0/property.Handle.desc.html
+share/doc/Rsvg-2.0/property.Handle.dpi-x.html
+share/doc/Rsvg-2.0/property.Handle.dpi-y.html
+share/doc/Rsvg-2.0/property.Handle.em.html
+share/doc/Rsvg-2.0/property.Handle.ex.html
+share/doc/Rsvg-2.0/property.Handle.flags.html
+share/doc/Rsvg-2.0/property.Handle.height.html
+share/doc/Rsvg-2.0/property.Handle.metadata.html
+share/doc/Rsvg-2.0/property.Handle.title.html
+share/doc/Rsvg-2.0/property.Handle.width.html
+share/doc/Rsvg-2.0/recommendations.html
+share/doc/Rsvg-2.0/search.js
+share/doc/Rsvg-2.0/solarized-dark.css
+share/doc/Rsvg-2.0/solarized-light.css
+share/doc/Rsvg-2.0/struct.DimensionData.html
+share/doc/Rsvg-2.0/struct.Length.html
+share/doc/Rsvg-2.0/struct.PositionData.html
+share/doc/Rsvg-2.0/struct.Rectangle.html
+share/doc/Rsvg-2.0/style.css
+share/doc/Rsvg-2.0/type_func.Error.quark.html
+share/doc/Rsvg-2.0/urlmap.js
 share/doc/librsvg/COMPILING.md
 share/doc/librsvg/CONTRIBUTING.md
 share/doc/librsvg/README.md
 share/doc/librsvg/code-of-conduct.md
 share/gir-1.0/Rsvg-2.0.gir
-share/gtk-doc/html/rsvg-2.0/RsvgHandle.html
-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-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/thumbnailers/librsvg.thumbnailer
diff -r 10f7873522ef -r efa4f75d6fba graphics/librsvg/cargo-depends.mk
--- a/graphics/librsvg/cargo-depends.mk Sun May 22 16:39:22 2022 +0000
+++ b/graphics/librsvg/cargo-depends.mk Sun May 22 17:22:13 2022 +0000
@@ -1,28 +1,27 @@
-# $NetBSD: cargo-depends.mk,v 1.4 2022/03/19 00:37:44 gutteridge Exp $
+# $NetBSD: cargo-depends.mk,v 1.5 2022/05/22 17:22:13 gutteridge 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+=  ansi_term-0.12.1
-CARGO_CRATE_DEPENDS+=  anyhow-1.0.56
+CARGO_CRATE_DEPENDS+=  anyhow-1.0.57
 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.1.0
-CARGO_CRATE_DEPENDS+=  base-x-0.2.8
+CARGO_CRATE_DEPENDS+=  base-x-0.2.10
 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.17
 CARGO_CRATE_DEPENDS+=  bumpalo-3.9.1
-CARGO_CRATE_DEPENDS+=  bytemuck-1.8.0
+CARGO_CRATE_DEPENDS+=  bytemuck-1.9.1
 CARGO_CRATE_DEPENDS+=  byteorder-1.4.3
-CARGO_CRATE_DEPENDS+=  cairo-rs-0.14.9
-CARGO_CRATE_DEPENDS+=  cairo-sys-rs-0.14.9
+CARGO_CRATE_DEPENDS+=  cairo-rs-0.15.11
+CARGO_CRATE_DEPENDS+=  cairo-sys-rs-0.15.1
 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.2
 CARGO_CRATE_DEPENDS+=  cfg-if-1.0.0
 CARGO_CRATE_DEPENDS+=  chrono-0.4.19
@@ -33,7 +32,7 @@
 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.3
+CARGO_CRATE_DEPENDS+=  crossbeam-channel-0.5.4
 CARGO_CRATE_DEPENDS+=  crossbeam-deque-0.8.1
 CARGO_CRATE_DEPENDS+=  crossbeam-epoch-0.9.8
 CARGO_CRATE_DEPENDS+=  crossbeam-utils-0.8.8
@@ -58,7 +57,7 @@
 CARGO_CRATE_DEPENDS+=  encoding-index-tradchinese-1.20141219.5
 CARGO_CRATE_DEPENDS+=  encoding_index_tests-0.1.4
 CARGO_CRATE_DEPENDS+=  fastrand-1.7.0
-CARGO_CRATE_DEPENDS+=  flate2-1.0.22
+CARGO_CRATE_DEPENDS+=  flate2-1.0.23
 CARGO_CRATE_DEPENDS+=  float-cmp-0.9.0
 CARGO_CRATE_DEPENDS+=  fnv-1.0.7
 CARGO_CRATE_DEPENDS+=  form_urlencoded-1.0.1
@@ -70,19 +69,18 @@
 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.14.0
-CARGO_CRATE_DEPENDS+=  gdk-pixbuf-sys-0.14.0
+CARGO_CRATE_DEPENDS+=  gdk-pixbuf-0.15.11
+CARGO_CRATE_DEPENDS+=  gdk-pixbuf-sys-0.15.10
 CARGO_CRATE_DEPENDS+=  getrandom-0.1.16
-CARGO_CRATE_DEPENDS+=  getrandom-0.2.5
-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+=  getrandom-0.2.6
+CARGO_CRATE_DEPENDS+=  gio-0.15.11
+CARGO_CRATE_DEPENDS+=  gio-sys-0.15.10
+CARGO_CRATE_DEPENDS+=  glib-0.15.11



Home | Main Index | Thread Index | Old Index