diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-08-04 16:33:25 +0800 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-08-04 11:45:22 -0700 | 
| commit | a4a900e596806a1d0685c43e231dfa0f9aedbabd (patch) | |
| tree | 081c81ea4ff7e83e06f531973592330a5519dfea | |
| parent | 719570989109a2d56caa1fd486e0f0767cf4af66 (diff) | |
| download | meta-openembedded-a4a900e596806a1d0685c43e231dfa0f9aedbabd.tar.gz | |
graphviz: upgrade 13.1.0 -> 13.1.1
Changelog:
=============
- When built with PangoCairo, the Kitty plugin is now available in Graphviz
  static builds. Previously it was only available in shared library (on-demand
  plugin loading) builds.
- The distributed Fedora and Rocky Linux packages now include the Kitty plugin.
- On Windows, the GDI+ plugin is now available in Graphviz static builds.
  Previously it was only available in shared library (on-demand plugin loading)
  builds.
- Processing a graph with GVPR no longer makes explicit the default '"\N"' label
  for nodes. This undoes a change from Graphviz 13.0.1.
- 'nop' no longer preserves empty string labels. This undoes a change from
  Graphviz 13.0.1.
- The order of programmatic calls to 'gvContext'/'gvContextPlugin' and
  'agmemread' once again affects default node labels. This undoes a change from
  Graphviz 13.0.1.
- Spline routing can now deal with horizontal and vertical lines. This removes
  some instances of the "Something is probably seriously wrong" warning.
- Using 'layerselect' beyond layer 1 no longer causes crashes.
- Correct parsing of a PDF file's '/MediaBox' section no longer depends on the
  internal 'BUFSIZ' constant.
- Round tripping a graph through a file no longer causes it to acquire a default
  node label '\N'.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/graphviz/graphviz_13.1.1.bb (renamed from meta-oe/recipes-graphics/graphviz/graphviz_13.1.0.bb) | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_13.1.0.bb b/meta-oe/recipes-graphics/graphviz/graphviz_13.1.1.bb index d15cd7288f..f385280f6d 100644 --- a/meta-oe/recipes-graphics/graphviz/graphviz_13.1.0.bb +++ b/meta-oe/recipes-graphics/graphviz/graphviz_13.1.1.bb | |||
| @@ -23,7 +23,7 @@ SRC_URI = "https://gitlab.com/api/v4/projects/4207231/packages/generic/${BPN}-re | |||
| 23 | SRC_URI:append:class-nativesdk = "\ | 23 | SRC_URI:append:class-nativesdk = "\ | 
| 24 | file://graphviz-setup.sh \ | 24 | file://graphviz-setup.sh \ | 
| 25 | " | 25 | " | 
| 26 | SRC_URI[sha256sum] = "13339b83ee5467001a035cfacd175702ac4b14f5d390f0d34e89437b29881278" | 26 | SRC_URI[sha256sum] = "6c49d7dda4329f5a35ce70035d1ec6602dadae7a7077cd7efe43cb57f4bc8f22" | 
| 27 | 27 | ||
| 28 | UPSTREAM_CHECK_URI = "https://graphviz.org/download/" | 28 | UPSTREAM_CHECK_URI = "https://graphviz.org/download/" | 
| 29 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 29 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 
