summaryrefslogtreecommitdiff
path: root/gnu/packages/spice.scm
Commit message (Collapse)AuthorAge
...
* gnu: usbredir: Update to 0.8.0.Marius Bakke2018-09-11
| | | | | | | * gnu/packages/spice.scm (usbredir): Update to 0.8.0. [source]: Use URL-FETCH. [native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL. [arguments]: Remove.
* gnu: virt-viewer: Update to 7.0.Tobias Geerinckx-Rice2018-08-11
| | | | * gnu/packages/spice.scm (virt-viewer): Update to 7.0.
* gnu: spice-gtk: Update to 0.35.Tobias Geerinckx-Rice2018-08-11
| | | | * gnu/packages/spice.scm (spice-gtk): Update to 0.35.
* gnu: spice-protocol: Update to 0.12.14.Tobias Geerinckx-Rice2018-06-15
| | | | * gnu/packages/spice.scm (spice-protocol): Update to 0.12.14.
* gnu: virt-viewer: Update to 6.0.Rutger Helling2018-04-24
| | | | * gnu/packages/spice.scm (virt-viewer): Update to 6.0.
* gnu: usbredir: Build without '-Werror'.Ludovic Courtès2018-03-26
| | | | | | | | | | | | | | | | | | | | 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.
* gnu: usbredir: Declare a source file-name.Efraim Flashner2018-03-13
| | | | * gnu/packages/spice.scm (usbredir)[source]: Declare a source file-name.
* gnu: spice: Use HTTPS for spice-space.org home pages.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/spice.scm (spice, spice-vdagent)[home-page]: Use HTTPS
* gnu: spice-gtk: Update to 0.34.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/spice.scm (spice-gtk): Update to 0.34.
* gnu: spice: Update to 0.14.0.Andy Patterson2017-12-04
| | | | | | | | | | | | | | This is a follow-up to commit 9a187b39b7991463aa6985f5b746fccf69789525. * gnu/packages/spice.scm (spice): Update to 0.14.0. [source]: Remove obsolete patches. Use HTTPS URL. [inputs]: Add orc. [home-page]: Update to use https. * gnu/packages/patches/spice-CVE-2016-9577.patch, gnu/packages/patches/spice-CVE-2016-9578-1.patch, gnu/packages/patches/spice-CVE-2016-9578-2.patch, gnu/packages/patches/spice-CVE-2017-7506.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: spice-gtk: Enable GObject introspection support.Andy Patterson2017-10-19
| | | | | | | | | Allows virt-manager to use the spice-gtk widget. * gnu/packages/spice.scm (spice-gtk)[inputs]: Add gobject-introspection. [arguments]<#:configure-flags>: Add --enable-introspection. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: spice-protocol: Update to 0.12.13.Leo Famulari2017-07-13
| | | | * gnu/packages/spice.scm (spice-protocol): Update to 0.12.13.
* gnu: spice: Fix CVE-2017-7506.Leo Famulari2017-07-12
| | | | | | * gnu/packages/patches/spice-CVE-2017-7506.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/spice.scm (spice)[source]: Use it.
* gnu: usbredir: Use HTTPS home-page URL.Leo Famulari2017-07-12
| | | | * gnu/packages/spice.scm (usbredir)[home-page]: Use HTTPS URL.
* gnu: virt-viewer: Update to 5.0.Leo Famulari2017-07-12
| | | | * gnu/packages/spice.scm (virt-viewer): Update to 5.0.
* gnu: virglrenderer: Fix CVE-2017-6386.Leo Famulari2017-03-16
| | | | | | * gnu/packages/patches/virglrenderer-CVE-2017-6386.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/spice.scm (virglrenderer)[source]: Use it.
* gnu: usbredir: Use correct url.ng02017-02-20
| | | | | | * gnu/packages/spice.scm (usbredir)[source]: Update repository URL. Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
* gnu: spice-gtk: Update to 0.33.Marius Bakke2017-02-11
| | | | | * gnu/packages/spice.scm (spice-gtk): Update to 0.33. [source, home-page]: Use HTTPS.
* gnu: spice-protocol: Update to 0.12.12.Marius Bakke2017-02-11
| | | | | * gnu/packages/spice.scm (spice-protocol): Update to 0.12.12. [source, home-page]: Use HTTPS.
* gnu: spice: Fix CVE-2016-9577 and CVE-2016-9578.Marius Bakke2017-02-11
| | | | | | | | * gnu/packages/patches/spice-CVE-2016-9577.patch, gnu/packages/patches/spice-CVE-2016-9578-1.patch, gnu/packages/patches/spice-CVE-2016-9578-2.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them. * gnu/packages/spice.scm (spice)[source]: Use them.
* gnu: virglrenderer: Update to 0.6.0 [security fixes].Marius Bakke2017-02-10
| | | | | | Fixes CVE-2016-{10163,10214} and CVE-2017-{5580,5937}. * gnu/packages/spice.scm (virglrenderer): Update to 0.6.0.
* gnu: spice: Use libjpeg-turbo instead of libjpeg.Tobias Geerinckx-Rice2016-11-29
| | | | | * gnu/packages/spice.scm (spice)[inputs]: Use libjpeg-turbo as suggested during the build.
* gnu: spice: Update to 0.12.8 [fixes CVE-2016-{0749,2150}].David Craven2016-08-22
| | | | | * gnu/packages/spice.scm (spice): Update to 0.12.8. [inputs]: Add cyrus-sasl.
* gnu: usbredir: Invoke autoreconf directly.David Craven2016-08-15
| | | | * gnu/packages/spice.scm (usbredir)[arguments]: Invoke autoreconf directly.
* gnu: usbredir: Add git commit to version.David Craven2016-08-15
| | | | | * gnu/packages/spice.scm (usbredir)[version]: Add commit and revision to version string.
* gnu: spice: Fix usbredir for 32 bit platforms.David Craven2016-08-13
| | | | | | * gnu/packages/spice.scm (usbredir)[origin]: Fetch source from git repo. [native-inputs]: Add AUTOCONF, AUTOMAKE and LIBTOOL. [arguments]: Add autogen phase.
* gnu: spice-vdagent: Set Exec path in spice-vdagent.desktop.David Craven2016-08-05
| | | | | * gnu/packages/spice.scm (spice-vdagent): Set Exec path in spice-vdagent.desktop.
* gnu: virt-viewer: Remove SPICE-PROTOCOL from inputs.Leo Famulari2016-07-29
| | | | | | This is a followup to ba9e2ee64a566d3bdaa93423a56d1fd613cef5f3. * gnu/packages/spice.scm (virt-viewer)[inputs]: Remove SPICE-PROTOCOL.
* gnu: spice-gtk: Remove LIBUSB from inputs.Leo Famulari2016-07-29
| | | | | | This is a followup to 0d05a739d2c78e85bf358c4abdc719ebb3550f5a. * gnu/packages/spice.scm (spice-gtk)[inputs]: Remove LIBUSB.
* gnu: spice-gtk: Propagate SPICE-PROTOCOL.Leo Famulari2016-07-29
| | | | | * gnu/packages/spice.scm (spice-gtk)[inputs]: Move SPICE-PROTOCOL to... [propagated-inputs]: ... here.
* gnu: usbredir: Propagate LIBUSB.Leo Famulari2016-07-29
| | | | | * gnu/packages/spice.scm (usbredir)[inputs]: Replace field with ... [propagated-inputs]: ... new field.
* gnu: Add virt-viewer.David Craven2016-07-28
| | | | | | * gnu/packages/spice.scm (virt-viewer): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add spice-vdagent.David Craven2016-07-28
| | | | | | * gnu/packages/spice.scm (spice-vdagent): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add spice.David Craven2016-07-28
| | | | | | * gnu/packages/spice.scm (spice): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add spice-gtk.David Craven2016-07-28
| | | | | | * gnu/packages/spice.scm (spice-gtk): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add spice-protocol.David Craven2016-07-28
| | | | | | * gnu/packages/spice.scm (spice-protocol): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add virglrenderer.David Craven2016-07-28
| | | | | | * gnu/packages/spice.scm (virglrenderer): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add usbredir.David Craven2016-07-28
* gnu/packages/spice.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>