Age | Commit message (Expand) | Author |
2018-11-18 | gnu: spice: Run tests sequentially....* gnu/packages/spice.scm (spice)[arguments]: Add #:parallel-tests?.
| Ludovic Courtès |
2018-11-13 | gnu: spice-vdagent: Fix typo in desktop file....Fixes <https://bugs.gnu.org/33346>.
* gnu/packages/spice.scm (spice-vdagent)[arguments]: Fix typo in
'patch-spice-vdagent.desktop' phase.
| Taegil Bae |
2018-09-11 | gnu: spice: Update to 0.14.1 [fixes CVE-2018-10873]....* gnu/packages/spice.scm (spice): Update to 0.14.1.
[source](uri): Update to new "spice-server" subdirectory.
[native-inputs]: Add GLIB-NETWORKING and GSETTINGS-DESKTOP-SCHEMAS.
[arguments]: Remove configure-flag which is now off even when celt is
available. Add phase to set $SSL_CERT_FILE.
| Marius Bakke |
2018-09-11 | gnu: usbredir: Update to 0.8.0....* gnu/packages/spice.scm (usbredir): Update to 0.8.0.
[source]: Use URL-FETCH.
[native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL.
[arguments]: Remove.
| Marius Bakke |
2018-08-11 | gnu: virt-viewer: Update to 7.0....* gnu/packages/spice.scm (virt-viewer): Update to 7.0.
| Tobias Geerinckx-Rice |
2018-08-11 | gnu: spice-gtk: Update to 0.35....* gnu/packages/spice.scm (spice-gtk): Update to 0.35.
| Tobias Geerinckx-Rice |
2018-06-15 | gnu: spice-protocol: Update to 0.12.14....* gnu/packages/spice.scm (spice-protocol): Update to 0.12.14.
| Tobias Geerinckx-Rice |
2018-04-24 | gnu: virt-viewer: Update to 6.0....* gnu/packages/spice.scm (virt-viewer): Update to 6.0.
| Rutger Helling |
2018-03-26 | gnu: usbredir: Build without '-Werror'....Fixes build failure introduced in
58ee8a94a90eb40496b9704d541b5dfbbf1685ba, where compilation would fail
with:
usbredirhost.c: In function ?usbredirhost_open_full?:
usbredirhost.c:749:5: error: ?libusb_set_debug? is deprecated: Use libusb_set_option instead [-Werror=deprecated-declarations]
libusb_set_debug(host->ctx, host->verbose);
^
In file included from usbredirhost.h:24:0,
from usbredirhost.c:31:
/gnu/store/j8hzc465xy33cjfcq3wv39szxia4xrzv-libusb-1.0.22/include/libusb-1.0/libusb.h:1300:18: note: declared here
void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
^
cc1: all warnings being treated as errors
* gnu/packages/spice.scm (usbredir)[arguments]: In 'autogen' phase,
remove '-Werror' from configure.ac.
| Ludovic Courtès |