summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
...
* cglm: upgrade 0.9.4 -> 0.9.6Wang Mingyu2025-02-261-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libei: update 1.3.0 -> 1.4.0Markus Volk2025-02-241-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: drop ld-is-gold supportYi Zhao2025-02-231-3/+0
| | | | | | | | | | The gold linker support has been dropped in oe-core[1]. Remove related special cases and patches in recipes. [1] https://git.openembedded.org/openembedded-core/commit/?id=a4addb9ab63011e7c604fc5daff95559e7d214e7 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gphoto: Fix the sed expression to remove --sysroot from config.hKhem Raj2025-02-211-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-takao: update SRC_URIWang Mingyu2025-02-121-1/+1
| | | | | | | | | Upstream repository url changed. Fixes unsuccessful fetch warning. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gphoto: Fix regex to remove --sysroot from CC in config.hKhem Raj2025-02-061-1/+1
| | | | | | | | | Ensure that the string --syroot=/a/b/c is deleted but not the closing quote This fixes QA Issue: File /usr/bin/gphoto2 in package gphoto2 contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Fix variable assignment whitespaceRichard Purdie2025-01-311-1/+1
| | | | | | | | | | | | Recipes are much more readable with whitespace around the assignment operators. Fix various assignments in meta-openembedded recipes to show this is definitely the preferred formatting. This fixes recipes with larger numbers of issues but there are just under 100 other references left to fix. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tigervnc: Replace using --system-acdir with --aclocal-pathKhem Raj2025-01-241-1/+1
| | | | | | This synchronises it with latest autotools class Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gphoto2: Fix /usr/bin/gphoto2 runtime errorHieu Van Nguyen2025-01-161-4/+2
| | | | | | | | | | | | | | After fixing the TMPDIR [buildpaths] warning, a segmentation fault while running gphoto2 command. It seems 'sed' is primarily designed for text processing. When running 'sed' on a binary, it may overwrite or corrupt critical parts of the binary. > root@qemux86-64:~# gphoto2 -v > Segmentation fault Signed-off-by: Hieu Van Nguyen <hieu2.nguyen@lge.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tigervnc: upgrade 1.14.0 -> 1.14.1Yi Zhao2025-01-011-3/+3
| | | | | | | | | | ChangeLog: https://github.com/TigerVNC/tigervnc/releases/tag/v1.14.1 * Update xorg-server to 21.1.15 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsdl2-image: upgrade 2.8.3 -> 2.8.4Wang Mingyu2024-12-301-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsdl2-image: upgrade 2.8.2 -> 2.8.3Wang Mingyu2024-12-241-1/+1
| | | | | | | | Changelog: Fixed handling of grayscale images with alpha Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xkbevd: upgrade 1.1.5 -> 1.1.6Wang Mingyu2024-12-191-1/+1
| | | | | | | | | | | | | | Changelog: ========== - Use _stricmp() instead of strcasecmp() on Windows - Accept --help & --version as aliases to -help & -version - evargs.c: constify pointer arguments that aren't modified - evargs.c: Use standard strchr() instead of deprecated index() - Remove detectableRepeat variable - Assume target platforms have strcasecmp now Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: upgrade 2.5.2 -> 2.5.3Wang Mingyu2024-12-191-1/+1
| | | | | | | | Changelog: https://github.com/uclouvain/openjpeg/blob/v2.5.3/NEWS.md Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: upgrade 12.2.0 -> 12.2.1Wang Mingyu2024-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* vk-gl-cts: don't require networking to configureRoss Burton2024-12-106-55/+205
| | | | | | | | | | | | | | The CMakeLists in this package go and download a number of packages at configure time, which is bad practise for us. Instead, use a script to parse the fetching tool and generate SRC_URI fragments that can be included in the recipe. This refresh_srcuri task will need to be reran on upgrades to ensure that it is up to date: the fragment will warn if the version doesn't match and devtool will do that automatically. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vk-gl-cts: control what targets get builtRoss Burton2024-12-102-0/+4
| | | | | | | | | | Explicitly build the targets that are normally build. This seems like a no-op, but had the advantage of not pulling in vulkan-validationlayers which causes more fetches at configure time, and is only actually used by the developers of the test suite. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vk-gl-cts: use cmake-qemuRoss Burton2024-12-101-13/+1
| | | | | | | Don't configure qemu+cmake manually, use the cmake-qemu class. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vk-gl-cts: set the git tag regex for release checkingRoss Burton2024-12-101-0/+2
| | | | | | | | Add BPN to the tag name to differentiate vulkan-cts and opengl-es-cts releases. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vk-gl-cts: fix EXTRA_OECMAKERoss Burton2024-12-101-2/+5
| | | | | | | | | | | | | There are no native/nativesdk builds of this recipe, so there's no need to use a separate class-target assignment. We should pass AMBER_DISABLE_WERROR in all builds, not just target. Setting -DUPDATE_DEPS=OFF isn't functional as the CMakeLists explictly set that to ON, so remove it. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lxdm: drop debug-tweaksYi Zhao2024-12-091-5/+3
| | | | | | | | | Remove deprecated DISTRO_TYPE as the debug-tweaks IMAGE_FEATURE has been removed in oe-core. Use allow-root-login, empty-root-password and allow-empty-password instead. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xserver-common: remove obsolete recipeRoss Burton2024-12-0413-877/+0
| | | | | | | | Everyone should be using x11-common now (in oe-core) and this recipe hasn't been touched since 2018, so remove it. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tesseract: upgrade 5.4.1 -> 5.5.0Wang Mingyu2024-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ * Set hOCR capabilities ocrp_dir and ocrp_lang unconditionally. * Calculate row bounding box in single-word mode per (issue #4304). * Reduce clock syscalls (#4303). * Several small performance and other code fixes. * Modernized code. * Print time for tessedit_timing_debug in milliseconds. * Print time for ErrorCounter::ComputeErrorRate in milliseconds. * cmake: Correctly set the soversion based on SemVer properties. * Do not export PDBs for static libraries (issue #4279). * Several other small fixes and improvements for builds and CI. * Modernize code for renderers and remove filename conversion for Windows (#4330). * Add build rule for Windows installer. * Support symbolic values for --oem and --psm options. * Remove Tensorflow support. * Add RISC-V V support (#4346). * Remove broken GitHub action msys2-4.1.1. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: upgrade 12.1.2 -> 12.2.0Wang Mingyu2024-11-191-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-abyssinica: upgrade 2.201 -> 2.300Wang Mingyu2024-11-051-2/+2
| | | | | | | | | License-Update: Copyright url changed FAQ url changed Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* leptonica: upgrade 1.84.1 -> 1.85.0Wang Mingyu2024-11-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Drop unnecessary SRC_URI md5sum from the recipes in meta-oe.J. S.2024-11-0536-36/+0
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkwave: Add packageconfig knob for tcl supportKhem Raj2024-11-051-2/+5
| | | | | | | TCL 9.x is not supported and its coming to core, therefore make way for disabling it by adding the knob and keep is off by default. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drm-info: add recipeHiago De Franco2024-11-051-0/+13
| | | | | | | | This recipe provides information about DRM devices, useful for debugging and checking information about DRM. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* panel-mipi-dbi: initial addition of the firmware blob assemblerLeonard Göhrs2024-11-011-0/+28
| | | | | | | | | | | | | | | | This python script assembles a list of human readable commands into a firmware blob. The firmware blob is interpreted by the `panel-mipi-dbi` Linux driver to initialize a MIPI DBI display panel and its controller. MIPI DBI is not to be confused with MIPI DSI. The former is usually used to drive small displays that are attached via SPI, while the latter is a fast communication standard using differential signaling, that is also suitable for larger displays. Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: Disable perl supportKhem Raj2024-10-271-0/+1
| | | | | | | | It ends up peeking into build host's perl installation under /usr/include for perl.h which infact is incorrect. Its better to either fix it to know cross-compiling or disable it, for now chose the latter. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: remove obsolete and problematic patchChen Qi2024-10-252-46/+0
| | | | | | | | | | | | | | | | | | | | | | | | Remove 0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch. This patch is obsolete and not needed because the current graphviz configure.ac has correct logic of checking use_tcl. This use_tcl variable needs to be set when '--disable-tcl' is set, otherwise, things will behave as if no option is supplied and the configure process will check tcl automatically. This patch is problematic because its logic against the current version is wrong. The recipe has already explicitly set '--disable-tcl', so the configure process should not do automatic checking for tcl at do_configure. This patch fixes do_configure error when host has tcl8.6-dev installed. The error is like below: QA Issue: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. [configure-unsafe] Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* deqp-runner: update 0.20.0 -> 0.20.2Dmitry Baryshkov2024-10-193-17/+17
| | | | | | | Update deqp-runner to the fresh 0.20.2 release. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xwud: upgrade 1.0.6 -> 1.0.7Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | | | Changelog: ========== - Accept --help & --version as aliases to -help & -version - Replace strcpy+strcat calls with snprintf - Call free() instead of XFree() on pointers returned by malloc() - Add missing checks for malloc failure - gitlab CI: stop requiring Signed-off-by in commits Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmag: upgrade 1.0.7 -> 1.0.8Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========== - Use double for all floating point numbers, not a mix of double and float - Quiet 64 -Wunused-parameter warnings from clang 13 - usage: add noreturn attribute - Fix -Wmissing-variable-declarations warning from clang 13 - Fix -Wself-assign warning from clang 13 - Fix -Wshadow warning for Display argument to Error() - Clear 9 -Wuseless-cast warnings - Add -help and -version options - Print which arguments were unknown before giving usage message - gitlab CI: stop requiring Signed-off-by in commits Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xkbprint: upgrade 1.0.6 -> 1.0.7Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | | | | Changelog: ========== - Use C99 struct initializers - Variable scope reductions - FindKeysymsByName: avoid NULL pointer dereference - ClearFontStuff: avoid NULL pointer dereference - configure: Use AC_SYS_LARGEFILE to enable large file support - unifdef -Usgi Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-mga: upgrade 2.0.1 -> 2.1.0Wang Mingyu2024-10-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkwave: upgrade 3.3.120 -> 3.3.121Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | Changelog: ========= - FST loader for windows and warnings fixes. - Clang warning fixes in fstapi.c on dynamic arrays. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: upgrade 8.1.0 -> 12.1.2Yi Zhao2024-10-143-74/+24
| | | | | | | | | | | | ChangeLog: https://gitlab.com/graphviz/graphviz/-/blob/12.1.2/CHANGELOG.md * Drop backport patch 0001-Autotools-fix-do-not-put-prefix-based-paths-in-compi.patch * Refresh patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glad: add recipeMarkus Volk2024-10-131-0/+12
| | | | | | | | | Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specifications for multiple languages. This is used by libplacebo -> mpv Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdotool: Remove useless rpathsKhem Raj2024-10-111-1/+1
| | | | | | They are pointing to standard libdir on target Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jasper: Upgrade to 4.2.4 releaseKhem Raj2024-10-111-5/+2
| | | | | | | Changes are here https://github.com/jasper-software/jasper/compare/version-4.1.1...version-4.2.4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tigervnc: upgrade 1.11.0 -> 1.14.0Yi Zhao2024-10-104-37/+34
| | | | | | | | | | | ChangeLog: https://github.com/TigerVNC/tigervnc/releases/tag/v1.14.0 * Refresh patches * Update xorg-server to 21.1.13 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: upgrade 2.5.0 -> 2.5.2Yi Zhao2024-09-152-7/+7
| | | | | | | | | | ChangeLog: https://github.com/uclouvain/openjpeg/blob/v2.5.2/NEWS.md * Refresh 0002-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xterm: upgrade 393 -> 394Wang Mingyu2024-09-101-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libspiro: upgrade 20221101 -> 20240903Wang Mingyu2024-09-101-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opengl-es-cts,vulkan-cts: Upgrade recipes to 3.2.11.0 and 1.3.9.2Khem Raj2024-09-0913-398/+199
| | | | | | | | - Drop patches which are upstreamed. - Move common patches to files/ dir - Use gcc to compile for now as it does not work with clang+libc++ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libei: upgrade 1.2.1 -> 1.3.0Wang Mingyu2024-08-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vdpauinfo: require x11 in DISTRO_FEATURESMartin Jansa2024-08-271-0/+4
| | | | | | | | | | | | | | | | | | | | | It depends on libvdpau and libvdpau has: inherit features_check REQUIRED_DISTRO_FEATURES = "x11" since: commit 0055684612edddae0f041e984c8497c5e5b32e74 Author: Armin Kuster <akuster808@gmail.com> Date: Tue Mar 6 17:27:30 2018 -0800 Subject: libvdpau: only include when x11 in DISTRO_FEATURES the same restriction should be repeated here to avoid: ERROR: Nothing PROVIDES 'libvdpau' (but meta-oe/meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb DEPENDS on or otherwise requires it) libvdpau was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) Also add it to packagegroup-meta-oe and fix libvdpau there. Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* deqp-runner: improved version of parallel-deqp-runnerDmitry Baryshkov2024-08-273-0/+458
| | | | | | | | Add recipe for the deqp-runner, an improved and currently developed version of the parallel-deqp-runner program. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>