Path to this page:
./
sysutils/spice-protocol,
Headers defining protocols for SPICE server code
Branch: CURRENT,
Version: 0.14.4nb1,
Package name: spice-protocol-0.14.4nb1,
Maintainer: pkgsrc-usersHeaders defining protocols for SPICE server code.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 22.988 KB
Version history: (Expand)
- (2023-08-14) Updated to version: spice-protocol-0.14.4nb1
- (2023-06-07) Updated to version: spice-protocol-0.14.4
- (2021-04-12) Updated to version: spice-protocol-0.14.3nb1
- (2020-11-01) Updated to version: spice-protocol-0.14.3
- (2019-05-01) Updated to version: spice-protocol-0.14.0
- (2019-02-24) Updated to version: spice-protocol-0.12.15
CVS history: (Expand)
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-06-07 12:24:06 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
spice-protocol: update to 0.14.4.
Major changes in 0.14.4
=======================
* Fix enum deprecation warning for visual studio
* Fix documentation typos in stream-device.h
|
2022-07-25 13:12:30 by Thomas Klausner | Files touched by this commit (102) |
Log message:
*: remove pkg-config from tools where no buildlink3.mk file is included
Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2021-04-21 18:51:40 by Masatake Daimon | Files touched by this commit (1) |
Log message:
Fix build on platforms where the default compiler is GCC < 6
|
2021-04-12 13:18:21 by Nia Alarie | Files touched by this commit (1) |
Log message:
spice-protocol: fix PKGCONFIG_OVERRIDE, set PYTHON_FOR_BUILD_ONLY
bump PKGREVISION
|
2020-11-01 20:35:42 by Maya Rashish | Files touched by this commit (3) | |
Log message:
spice-protocol: update to 0.14.3
Major changes in 0.14.3
=======================
* Add VD_AGENT_CLIPBOARD_FILE_LIST to support copy/paste of files with
WebDAV support
* Add support for side mouse buttons
* Add a MonitorsMM field to VDAgentMonitorsConfig allowing to pass
physical monitor dimension
Major changes in 0.14.2
=======================
* Removed Autoconf support, only Meson is available
* Removed foreign-menu and controller interfaces
* Deprecated CELT support
* Generate MingW packages building the RPM
* Allows for the agent to pass back a more specific error to the client
* Add quality indicators messages
Major changes in 0.14.1
=======================
* This is the last release with:
* Autotools: Meson is now the only supported
* foreign_menu_prot.h: Deprecated in this release
* controller_prot.h: Deprecated in this release
* Add VD_AGENT_CAP_CLIPBOARD_NO_RELEASE_ON_REGRAB
* Add VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL
* Add SPICE_MSGC_MAIN_QUALITY_INDICATOR enum
* Add STREAM_TYPE_QUALITY_INDICATOR message
* Remove deprecated vdi_dev.h interface
* Remove deprecated VD_AGENT_CLIPBOARD_MAX_SIZE_DEFAULT
* Remove deprecated VD_AGENT_CLIPBOARD_MAX_SIZE_ENV
* Remove unused SPICE_GNUC_ macros
* qxl_dev: QXLReleaseInfo alignment fix
* Some documentation added in vd_agentd.h
* Now shipping a rpm spec file to easy deployment and testing
|