summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/graphviz/graphviz_12.2.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* graphviz: upgrade 12.2.1 -> 13.1.0Wang Mingyu7 days1-120/+0
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "recipes: adapt to qemu.bbclass refactoring"Chen Qi2025-05-291-3/+3
| | | | | | | | | | | | | | This reverts commit 24ff52ba3b73757cc0255a5b19822e2e4d3d4e0a. The original patch was my bad. The patches for oe-core were re-worked, but I forgot the recall this patch. In fact, inheriting qemu is needed because it sets a clear barriar for people to use qemu user mode. And the QEMU_OPTIONS settings are also in qemu.bbclass. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: adapt to qemu.bbclass refactoringChen Qi2025-05-031-3/+3
| | | | | | | | | | | Avoid inheriting qemu.bbclass and use oe.qemu.xxx instead. Also, the 'qemu-native' dep is replaced by 'qemuwrapper-cross' for PACKAGE_WRITE_DEPS. qemuwrapper-cross is the one that is actually used by postints and it has 'qemu-native' in DEPENDS. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: upgrade 12.2.0 -> 12.2.1Wang Mingyu2024-12-191-0/+120
Changelog: =========== - Support for building the SWIG-generated R language bindings has been integrated into the CMake build system. This is controllable by the '-DENABLE_R={AUTO|ON|OFF}' option. - A sandboxing wrapper, 'dot_sandbox', is now included with Graphviz. Users should prefer their platform's native security solutions, but if nothing better is available this wrapper offers safe processing of untrusted inputs in some scenarios. - JPEG images without an 'APP0' leading segment are supported for use in 'src' fields and friends. Previously Graphviz was overly strict with the types of JPEGs it would recognize. - The GVPR library program 'depath' no longer acts on previously deleted nodes, causing unpredictable results. - Void-typed function parameters ('int foo(void bar)') and variables 'void baz;' in GVPR are gracefully rejected. - Input that induce a set node height but no set node width no longer crash with the failure "Assertion failed: '(r->boundary[i] <= r->boundary[NUMDIMS + i])', function RTreeInsert". It is typically not obvious to users when their input falls into this situation, hence why the assertion message is quoted here. - Strings containing double quote characters preceded by escape sequences (e.g. '\n"') are once again correctly escaped in dot or canonical output. - 'dot_builtins' no longer lists duplicate format options in its error messages. - A precision error that resulted in truncated edge lines has been corrected. This was a regression in Graphviz 12.0.0. - The xlib plugin ('-Tx11') resets its initialization state during finalization. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>