Update spice-protocol to 0.12.11.
Major changes in 0.12.11 ======================== * protocol: add support for the VP8 and h264 video codecs * protocol: add unix GL scanout messages * remove code generation scripts, moved back to spice-common * macros improvements, more type safety
This commit is contained in:
parent
8f81e5ff58
commit
113b29fd54
3 changed files with 8 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.5 2015/09/30 20:13:29 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2016/04/13 18:06:10 wiz Exp $
|
||||
|
||||
DISTNAME= spice-protocol-0.12.10
|
||||
DISTNAME= spice-protocol-0.12.11
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://spice-space.org/download/releases/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2015/09/30 20:13:29 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2016/04/13 18:06:10 wiz Exp $
|
||||
include/spice-1/spice/barrier.h
|
||||
include/spice-1/spice/controller_prot.h
|
||||
include/spice-1/spice/end-packed.h
|
||||
|
@ -15,13 +15,4 @@ include/spice-1/spice/stats.h
|
|||
include/spice-1/spice/types.h
|
||||
include/spice-1/spice/vd_agent.h
|
||||
include/spice-1/spice/vdi_dev.h
|
||||
lib/spice-protocol/python_modules/__init__.py
|
||||
lib/spice-protocol/python_modules/codegen.py
|
||||
lib/spice-protocol/python_modules/demarshal.py
|
||||
lib/spice-protocol/python_modules/marshal.py
|
||||
lib/spice-protocol/python_modules/ptypes.py
|
||||
lib/spice-protocol/python_modules/spice_parser.py
|
||||
lib/spice-protocol/spice.proto
|
||||
lib/spice-protocol/spice1.proto
|
||||
lib/spice-protocol/spice_codegen.py
|
||||
share/pkgconfig/spice-protocol.pc
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.6 2015/11/04 01:32:31 agc Exp $
|
||||
$NetBSD: distinfo,v 1.7 2016/04/13 18:06:10 wiz Exp $
|
||||
|
||||
SHA1 (spice-protocol-0.12.10.tar.bz2) = 7c7447f0a8853fab2da38afd939ab28c4d9f3222
|
||||
RMD160 (spice-protocol-0.12.10.tar.bz2) = 81ace21929572575ca56c060e0e9f07a52a38cf5
|
||||
SHA512 (spice-protocol-0.12.10.tar.bz2) = 4f6545ced78a4eedf6adca3f10d536a57205626e631d7cf380be4ea08ca2e1fbbe32566e59c2ce1900a7f057a6dab044483b8423885280cbf142b253d8e03711
|
||||
Size (spice-protocol-0.12.10.tar.bz2) = 103029 bytes
|
||||
SHA1 (spice-protocol-0.12.11.tar.bz2) = 322177b3b7b8676a7349265319d4ed7ff31bc098
|
||||
RMD160 (spice-protocol-0.12.11.tar.bz2) = b0a6ad14d0fed670a3e2dc129cd1a65e719e5177
|
||||
SHA512 (spice-protocol-0.12.11.tar.bz2) = 748217f8e3e5d13e14429d6a963737ecbe545b1fc700efb875e74a83b9a8f98d9d8a8917a65ba3c49f69b478af7a995e708689033663e6354692c50c39f108f3
|
||||
Size (spice-protocol-0.12.11.tar.bz2) = 72691 bytes
|
||||
|
|
Loading…
Reference in a new issue