Sun Nov 1 19:35:42 2020 UTC ()
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


(maya)
diff -r1.13 -r1.14 pkgsrc/sysutils/spice-protocol/Makefile
diff -r1.5 -r1.6 pkgsrc/sysutils/spice-protocol/PLIST
diff -r1.12 -r1.13 pkgsrc/sysutils/spice-protocol/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/sysutils/spice-protocol/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/spice-protocol/Makefile 2020/01/26 17:32:11 1.13
+++ pkgsrc/sysutils/spice-protocol/Makefile 2020/11/01 19:35:42 1.14
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.13 2020/01/26 17:32:11 rillig Exp $ 1# $NetBSD: Makefile,v 1.14 2020/11/01 19:35:42 maya Exp $
2 2
3DISTNAME= spice-protocol-0.14.0 3DISTNAME= spice-protocol-0.14.3
4CATEGORIES= sysutils 4CATEGORIES= sysutils
5MASTER_SITES= http://spice-space.org/download/releases/ 5MASTER_SITES= http://spice-space.org/download/releases/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://spice-space.org/ 9HOMEPAGE= https://spice-space.org/
10COMMENT= Headers defining protocols for SPICE server code 10COMMENT= Headers defining protocols for SPICE server code
11LICENSE= modified-bsd AND mit 11LICENSE= modified-bsd AND mit
12 12
13GNU_CONFIGURE= yes 
14USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
15USE_LANGUAGES= # none 14USE_LANGUAGES= # none
16 15
17PKGCONFIG_OVERRIDE+= spice-protocol.pc.in 16PKGCONFIG_OVERRIDE+= spice-protocol.pc.in
18 17
 18.include "../../devel/meson/build.mk"
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/sysutils/spice-protocol/PLIST (expand / switch to unified diff)

--- pkgsrc/sysutils/spice-protocol/PLIST 2019/02/24 10:35:48 1.5
+++ pkgsrc/sysutils/spice-protocol/PLIST 2020/11/01 19:35:42 1.6
@@ -1,18 +1,15 @@ @@ -1,18 +1,15 @@
1@comment $NetBSD: PLIST,v 1.5 2019/02/24 10:35:48 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.6 2020/11/01 19:35:42 maya Exp $
2include/spice-1/spice/barrier.h 2include/spice-1/spice/barrier.h
3include/spice-1/spice/controller_prot.h 
4include/spice-1/spice/end-packed.h 3include/spice-1/spice/end-packed.h
5include/spice-1/spice/enums.h 4include/spice-1/spice/enums.h
6include/spice-1/spice/foreign_menu_prot.h 
7include/spice-1/spice/ipc_ring.h 5include/spice-1/spice/ipc_ring.h
8include/spice-1/spice/macros.h 6include/spice-1/spice/macros.h
9include/spice-1/spice/protocol.h 7include/spice-1/spice/protocol.h
10include/spice-1/spice/qxl_dev.h 8include/spice-1/spice/qxl_dev.h
11include/spice-1/spice/qxl_windows.h 9include/spice-1/spice/qxl_windows.h
12include/spice-1/spice/start-packed.h 10include/spice-1/spice/start-packed.h
13include/spice-1/spice/stats.h 11include/spice-1/spice/stats.h
14include/spice-1/spice/stream-device.h 12include/spice-1/spice/stream-device.h
15include/spice-1/spice/types.h 13include/spice-1/spice/types.h
16include/spice-1/spice/vd_agent.h 14include/spice-1/spice/vd_agent.h
17include/spice-1/spice/vdi_dev.h 
18share/pkgconfig/spice-protocol.pc 15share/pkgconfig/spice-protocol.pc

cvs diff -r1.12 -r1.13 pkgsrc/sysutils/spice-protocol/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/spice-protocol/distinfo 2019/05/01 07:27:25 1.12
+++ pkgsrc/sysutils/spice-protocol/distinfo 2020/11/01 19:35:42 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2019/05/01 07:27:25 wiz Exp $ 1$NetBSD: distinfo,v 1.13 2020/11/01 19:35:42 maya Exp $
2 2
3SHA1 (spice-protocol-0.14.0.tar.bz2) = 8958c5eb11c67ac213cc6d55a736e9aa51526137 3SHA1 (spice-protocol-0.14.3.tar.xz) = 12c98ce42f161ded0d281f0064b04694ccadb2ea
4RMD160 (spice-protocol-0.14.0.tar.bz2) = aa9fd85dd0eb178386e94ab8fe6e869f39063502 4RMD160 (spice-protocol-0.14.3.tar.xz) = 5a59b1347e4d0b2a54d0b9083e10e1b80341de08
5SHA512 (spice-protocol-0.14.0.tar.bz2) = 797df5f529731e9fd395b5946af2490ecf02c26982cc4a0aef24c1766887a35222f68525a996f8bc7459c2c4a25fde0c9a10c489ee6cab6eed7a68a9b5d90f76 5SHA512 (spice-protocol-0.14.3.tar.xz) = 9e35fd0d9be14074a482bdb20fe6954e5f0a616d0ad60da63a065435df2b169ec134a95d5756df73e2606c7497c9bf0427023d4e5ebfbb1abb181cf8020879a6
6Size (spice-protocol-0.14.0.tar.bz2) = 70938 bytes 6Size (spice-protocol-0.14.3.tar.xz) = 22224 bytes