3'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/spice.scm
AgeCommit message (Expand)Author
2023-07-23gnu: virt-viewer: Fix build....* gnu/packages/spice.scm (virt-viewer)[arguments]: Add a new 'build-with-recent-meson phase. Tobias Geerinckx-Rice
2023-04-09gnu: libcacard: Use latest meson....* gnu/packages/spice.scm (libcacard) [arguments]: Remove meson. Add a runpath directive to #:configure-flags. Maxim Cournoyer
2023-04-03gnu: libcacard: Build with older meson....* gnu/packages/spice.scm (libcacard)[arguments]: Build with meson-0.60. Efraim Flashner
2023-02-25gnu: virglrenderer: Update to 0.10.4....* gnu/packages/spice.scm (virglrenderer): Update to 0.10.4. [source]: Use git-fetch and update URI. [build-system] Change to meson-build-system. [inputs]: Remove eudev. [native-inputs]: Add python. [home-page]: Update URL. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Simon Streit
2023-02-25gnu: spice-gtk: Adjust the default file name of the ACL helper binary....* gnu/packages/spice.scm (spice-gtk) [arguments]: Add adjust-default-acl-helper-path phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: spice-gtk: Enable support for polkit, webdav and others....* gnu/packages/spice.scm (spice-gtk) [arguments]: Add the correct-polkit-dir and fake-pkexec phases. [inputs]: Add acl, cyrus-sasl, libcap-ng, polkit and usbutils. [propagated-inputs]: Add libcacard and phodav. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: spice-vdagent: Update to 0.22.1....* gnu/packages/spice.scm (spice-vdagent): Update to 0.22.1. [source]: Delete patch. * gnu/packages/patches/spice-vdagent-glib-2.68.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: spice: Update to 0.15.1....* gnu/packages/spice.scm (spice): Update to 0.15.1. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: libcacard: Remove obsolete configure flags....* gnu/packages/spice.scm (libcacard) [arguments]: Delete field. [propagated-inputs]: Reword comment. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: virglrenderer: Update to 0.7.0....* gnu/packages/spice.scm (virglrenderer): Update to 0.7.0. Remove patch. Re-indent and sort inputs. * gnu/packages/patches/virglrenderer-CVE-2017-6386.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: usbredir: Update to 0.13.0....* gnu/packages/spice.scm (usbredir): Update to 0.13.0. [inputs]: Add glib. [native-inputs]: Remove autoconf, automake, and libtool. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: spice-protocol: Update to 0.14.4....* gnu/packages/spice.scm (spice-protocol): Update to 0.14.4. [arguments]: Use gexps. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: spice-gtk: Propagate libjpeg-turbo, lz4, opus, and usbredir....* gnu/packages/spice.scm (spice-gtk) [inputs]: Move libjpeg-turbo, lz4, opus, and usbredir to... [propagated-inputs]: ... here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: spice-gtk: Update to 0.42....* gnu/packages/spice.scm (spice-gtk): Update to 0.42. [build-system]: Use meson-build-system. [arguments]: Remove configure-flags. Rename disable-session-test phase to disable-problematic-tests, and adjust. Remove the patch-la-files phase. [native-inputs]: Add python, python-pyparsing and python-six. [inputs]: Remove python. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: spice-gtk: Use gexps....* gnu/packages/spice.scm (spice-gtk) [arguments]: Streamline and use gexps. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: spice-gtk: Remove input labels....* gnu/packages/spice.scm (spice-gtk): Remove input labels. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: spice-gtk: Fix indentation and normalize field order....* gnu/packages/spice.scm (spice-gtk): Fix indentation. Move and re-order inputs below arguments. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2022-09-15gnu: virt-viewer: Update to 11.0 and enable more features....* gnu/packages/spice.scm (virt-viewer): Update to 11.0. [build-system]: Use meson-build-system. [arguments]: Delete field. [native-inputs]: Replace intltool with gettext-minimal. Add python. [inputs]: Add bash-completion, libgovirt, libvirt-glib and vte. Maxim Cournoyer
2022-09-09gnu: libcacard: Explicitly add NSS on RUNPATH....* gnu/packages/spice.scm (libcacard)[arguments]: New field. Marius Bakke
2022-09-09gnu: Explicitly use OpenSSL 1.1 in more packages....* gnu/packages/rust-apps.scm (rust-cargo-c)[inputs]: Change from OPENSSL to OPENSSL-1.1. * gnu/packages/security-token.scm (opensc)[inputs]: Likewise. * gnu/packages/spice.scm (spice, spice-gtk)[propagated-inputs]: Likewise. * gnu/packages/web.scm (serf)[propagated-inputs]: Likewise. Marius Bakke