summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
* gphoto2: Fix /usr/bin/gphoto2 runtime errorHieu Van Nguyen2025-02-041-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: Armin Kuster <akuster808@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>
* directfb: Fix C++17 build warningRicardo Simoes2024-08-262-0/+45
| | | | | | | | | | | | | | | | | | | DirectFB explicitly supports usage of C++. With C++17 and later the below warning is given: lib/direct/util.h:223:19: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 223 | register int ret = 0; | ^~~ To address that, this commit brings in the patch proposed by PR which removes the usage of the register keyword: https://github.com/deniskropp/DirectFB/pull/25 Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* directfb: Add zlib PACKAGECONFIGRicardo Simoes2024-08-261-3/+3
| | | | | | | | | zlib was always enabled in DEPENDS and EXTRA_OEMAKE. Now it is a PACKAGECONFIG which is enabled by default. Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* directfb: Add freetype PACKAGECONFIGRicardo Simoes2024-08-261-3/+3
| | | | | | | | | freetype was always enabled in DEPENDS and EXTRA_OEMAKE. Now it is a PACKAGECONFIG which is enabled by default. Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* directfb: Order PACKAGECONFIG alphabeticallyRicardo Simoes2024-08-261-5/+5
| | | | | | Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ftgl: Switch to maintained forkKhem Raj2024-08-222-3/+3
| | | | | | | | | As per [1], this repo is not being actively maintained therefore rebase to a fork and pull request is also redirected. [1] https://github.com/frankheckenbach/ftgl/pull/19#issuecomment-2306010295 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vdpauinfo: add recipeThomas Perrot2024-08-221-0/+16
| | | | | | | | vdpauinfo is a command-line tool that can query the capabilities of the system's VDPAU implementation. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ftgl: Upgrade to 2.4.0Khem Raj2024-08-216-141/+53
| | | | | | | - Switch to git fork which has all the patches - Fix build with freetype 2.13.3 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libyui-ncurses: Fix buildpaths QA ErrorKhem Raj2024-08-211-3/+7
| | | | | | This is a workaround but lets live with this instead of deleting it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libyui: Upgrade to 4.6.2Khem Raj2024-08-193-180/+7
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fvwm: Fix buildpaths QA ErrorsKhem Raj2024-08-151-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libforms: Remove buildpaths from fd2ps and fdesign scriptsKhem Raj2024-08-151-0/+5
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-abyssinica: upgrade 2.100 -> 2.201Wang Mingyu2024-08-091-2/+2
| | | | | | | | | License-Update: Copyright year updated to 2023, SIL International changged to "https://www.sil.org/" Modern Gurage glyphs Copyright updated to 2022 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* neatvnc: upgrade 0.8.0 -> 0.8.1Wang Mingyu2024-08-091-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsdl-gfx: upgrade 2.0.25 -> 2.0.27Wang Mingyu2024-08-091-2/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* leptonica: upgrade 1.82.0 -> 1.84.1Wang Mingyu2024-08-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xscreensaver: include UPSTREAM_CHECK_URI to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+2
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* xf86-input-tslib: update UPSTREAM_CHECK_* variables to fix devtool upgradesFaiz HAMMOUCHE2024-07-241-0/+2
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status Signed-off-by: Faiz HAMMOUCHE <faiz.hammouche@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* xdotool: update UPSTREAM_CHECK_* variables to fix devtool upgradesFaiz HAMMOUCHE2024-07-241-0/+3
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status Signed-off-by: Faiz HAMMOUCHE <faiz.hammouche@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* ttf-wqy-zenhei: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+3
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* ttf-ubuntu-font-family: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+3
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* ttf-abyssinica: update UPSTREAM_CHECK_* variables to fix devtool upgradesYoann Congal2024-07-241-0/+2
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
* stalonetray: update UPSTREAM_CHECK_* variables to fix devtool upgradesYoann Congal2024-07-241-0/+2
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
* source-code-pro-fonts: update UPSTREAM_CHECK_* variables to fix devtool upgradesYoann Congal2024-07-241-0/+3
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
* openbox: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+3
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* libspiro: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+3
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* libsdl-gfx: include UPSTREAM_CHECK_URI to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+2
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* libmng: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+3
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* leptonica: include UPSTREAM_CHECK_REGEX to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+1
| | | | | | | | | | | Adding UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* gtkperf: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+3
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* graphviz: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+3
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* xterm: upgrade 392 -> 393Wang Mingyu2024-07-151-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imlib2: upgrade 1.12.2 -> 1.12.3Wang Mingyu2024-07-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Y4M loader: add support for full range color - Y4M loader: add support for 10-bit 4:2:0 - XPM loader: Fix potential segv on malformed file - imlib2_load: Add crc32 printout - test: Corrections for for libjxl-0.10 - XPM loader: Fix some color table parsing errors - XPM loader: Major overhaul - test_load_2: Add full range color y4m image - test_load_2: Add some more y4m test images - Some cleanups in asm code - Add endbr32/64 instruction at the start of asm functions - Add missing CET (Control-flow Enforcement Technology) bits in asm code - imlib2_view: Use poll(), not select() - imlib2_view: Minor cleanup - imlib2_view: Enable an alternate background color set (red/green) - imlib2_view: Optionally disable final anti-aliased rendering - imlib2_view: Rename scaling variables - imlib2_view: Optionally scale on input - imlib2_view: Enable specifying border - Y4M loader: Fix frame size calculation for 10-bit 4:2:0 format - imlib2_view: Enable specifying background checkerboard colors Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openbox: fix crash on alt+tab with fullscreen appAlexandre Videgrain2024-07-142-0/+57
| | | | | | | | | | | | Apply an openbox patch to openbox recipe to fix crashes on alt+tab with fullscreen app. Github issue: https://github.com/openembedded/meta-openembedded/issues/837 Signed-off-by: Alexandre Videgrain <alexandre.videgrain@smile.fr> Suggested-by: Ludovic Jozeau <ludovic.jozeau@smile.fr> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xterm: CVE status update CVE-1999-0965Ninette Adhikari2024-07-031-0/+2
| | | | | | | Current version (392) not affected. This was fixed in version X11R5-fix-26 (R11R6 from 1994) Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* renderdoc: Fix build with clang fortify and glibc 2.40Khem Raj2024-07-022-0/+44
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* renderdoc: Upgrade to 1.33Khem Raj2024-07-021-2/+2
| | | | | | License-Update: Updated copyright years. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* feh: upgrade 3.10.2 -> 3.10.3Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | | Changelog: ========== * Fix feh not respecting aspect ratio of thumbnails that are smaller than --thumb-width and --thumb-height * Fix --no-recursive behaving like --recursive * Fix rotation by 180° corrupting images * Speed up --sort=size and --sort=mtime by caching stat(2) calls Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: update upstream-status of all patchesChristian Eggers2024-06-287-7/+7
| | | | | | | | | All patches have been integrated meanwhile and should appear in the next release. Signed-off-by: Christian Eggers <ceggers@arri.de> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: fix version in shared library file nameChristian Eggers2024-06-281-2/+2
| | | | | | | | | The version in the patch file needs to be updated. Fixes: 0c19e65a0969 ("lvgl: Update to 9.1.0") Signed-off-by: Christian Eggers <ceggers@arri.de> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gphoto2: Fix contains reference to TMPDIR [buildpaths] warningalperak2024-06-281-0/+5
| | | | | | | | | | WARNING: gphoto2-2.5.28-r0 do_package_qa: QA Issue: File /usr/bin/gphoto2 in package gphoto2 contains reference to TMPDIR [buildpaths] ERROR: gphoto2-2.5.28-r0 do_package: QA Issue: File '/usr/bin/gphoto2' from gphoto2 was already stripped, this will prevent future debugging! [already-stripped] ERROR: gphoto2-2.5.28-r0 do_package: Fatal QA errors were found, failing task. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tesseract: upgrade 5.3.4 -> 5.4.1Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ * Avoid FP overflow in NormEvidenceOf * Small build fixes and code improvements * Fix setup of datadir on installations with Conda * Fix FP exception in Wordrec::angle_change * Build fixes, code refactoring and other smaller changes. * Fix grey result of indexed PNG in pdfrenderer. * Rename frk -> deu_latf (ISO 639-3, ISO 15924). * Remove broken Dockerfile. * Fixes for several issues reported by Coverity Scan. * Remove unsupported OpenCL code and related API functions * Facilitate vectorization for generic build * Add PAGE XML renderer / export * Support training without lstmf files. * Improve CCUtil::main_setup (fixes issue #4230 related to Coda). * Allow for text angle/gradient to be retrieved Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkwave: upgrade 3.3.119 -> 3.3.120Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | | | Changelog: ============ - Add launchable tag in io.github.gtkwave.GTKWave.metainfo.xml. - Fix memory leak on name in build_hierarchy_array(). - Fix memory leak in ptranslate/ttranslate. - Fix case of missing newline at EOF for VCD loaders. - Add escape handling state machine for vars in FST loader. - Remove escape check on coalesce in FST loader. - CreateFileMapping() warning fix for win32 compiles. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>