summaryrefslogtreecommitdiffstats
path: root/recipes-extended/virt-viewer
Commit message (Collapse)AuthorAgeFilesLines
* recipes-extended: adapt to UNPACKDIR changesBruce Ashfield2025-06-251-1/+0
| | | | | | | | Adjusting our extended recipes to the OE core UNPACKDIR processing. We mainly just drop our S = assignments for git recipes Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* virt-viewer: update to v11.0-tipBruce Ashfield2025-03-261-1/+1
| | | | | | | | | | | | | | Bumping virt-viewer to version v11.0-87-g107f60c, which comprises the following commits: 107f60c data: Add x-scheme-handler/vnc to desktop file 1676cd8 Fix handling of the --debug flag with glib >= 2.80 b6436a5 Translated using Weblate (Indonesian) 7f8944b Translated using Weblate (Romanian) 4f8b479 Translated using Weblate (French) 7dcc363 build-sys: skip mimedb update if missing f666425 ci: refresh with latest 'lcitool manifest' Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* virt-viewer: update to v11.0Bruce Ashfield2025-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumping virt-viewer to version v11.0-81-gf666425, which comprises the following commits: f666425 ci: refresh with latest 'lcitool manifest' 82dbca4 ci: refresh with latest lcitool manifest 41949db ci: add 'libc' package to lcitool project def 4e08a54 ci: import lcitool project package list definitions 8e1aea4 Translated using Weblate (Czech) 887a4a3 Translated using Weblate (Chinese (Simplified)) 0f44b80 Update translation files 26ce13f Translated using Weblate (Indonesian) cdb1e45 Added translation using Weblate (Romanian) db33b14 Translated using Weblate (Spanish) 4676c57 Make app-id and desktop file name match ee49623 check for incompatible libgovirt version 46997b9 Translated using Weblate (Turkish) 6bacfeb Translated using Weblate (Swedish) 3b37bec Translated using Weblate (Georgian) ef33a2e Translated using Weblate (Finnish) 3f1294a Translated using Weblate (Korean) e3d2651 Translated using Weblate (Italian) b11a26a Translated using Weblate (Ukrainian) b1f93c5 Translated using Weblate (Polish) bd1fa28 Update translation files 25457fe po: update pot file 4868bfe po: add all C sources to POTFILES 286a951 Translated using Weblate (Czech) 968b445 Add codespell configuration 6b7c11f Typo fixes 10b111c Add content_rating to appdata 44db193 Add launchable desktop file and virt-viewer binary 50e793d Translated using Weblate (Spanish) de864c1 Read oVirt CA and pass it to gtk-vnc Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* recipes/classes/scripts: Drop SRCPV usageBruce Ashfield2023-08-241-1/+1
| | | | | | | | | bitbake has been enhanced such that SRCPV is no longer needed in PV to handle updating git hashes and task signatures. We can simplify our PV by dropping SRCPV Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* virt-viewer: update to 11.0-tipBruce Ashfield2023-08-241-1/+1
| | | | | | | | | | | | | | | | Bumping virt-viewer to version v11.0-52-gde864c1, which comprises the following commits: de864c1 Read oVirt CA and pass it to gtk-vnc db3b070 Translated using Weblate (Friulian) b2a50c1 session-vnc: Plug leak in error path 97ed170 rpm: convert license to SPDX format f374f7a Add support for usb-redirect-on-connect in vv-files 0a6155c src: Fix ssh tunnel with non-POSIX remote shells dec15f9 build: use full_path() for referencing programs f7900e4 Translated using Weblate (German) 1e99e5e ci: refresh with latest lcitool manifest Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* virt-viewer: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-12-221-1/+3
| | | | | | | | | | | Fixes: ERROR: Nothing PROVIDES 'spice-gtk' (but /build/layers/meta-virtualization/recipes-extended/virt-viewer/virt-viewer_11.0.bb DEPENDS on or otherwise requires it) spice-gtk was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'virt-viewer', 'spice-gtk'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* virt-viewer: fix buildpaths QA warningBruce Ashfield2022-12-071-0/+7
| | | | | | | | | | | | | | The file virt-viewer-enums.c in the virt-viewer src is generated by glib-mkenums. glib-mkenums is embedding full paths into this file. There's no option for this utility to use a sysroot style variable. So to avoid QA errors, we sed WORKDIR out of the generated file (after build, before packaging) and make its includes relative. The file can then be packaged into virt-viewer-src without a QA error. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* virt-viewer: add recipeMarkus Volk2022-12-071-0/+29
virt-viewer is a minimal tool for displaying the graphical console of a virtual machine. The console is accessed using the VNC or SPICE protocol. The guest can be referred to based on its name, ID, or UUID. If the guest is not already running, then the viewer can be told to wait until it starts before attempting to connect to the console. The viewer can connect directly to both local and remotely hosted machines , optionally using SSL/TLS encryption. virt-viewer is the required client for the debian based proxmox ve. That's also the environ- ment for which it was tested at runtime (only on x86_64). I have successfully compiled it for x86_64, aarch64 and qemumips. Other platforms might work (as long as gobject-introspection is available), but are untested. Adding the vnc protocol would pull in a layer dependency on meta-gnome. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>