Skip to content

Commit

Permalink
spice-gtk: update to 0.41.
Browse files Browse the repository at this point in the history
Fixes build with meson 0.63

v0.41
=====

- !100 - meson: move cairo dependency to GTK build only
- !102 - coroutine: add support for libucontext
- !105 - build against phodav-3.0/soup-3.0
- fix openssl 3.0 warnings
- meson: fix invalid use of subproject()

v0.40
=====

- Fix usbid parsing regression introduced in !78 (v0.39)
- !91 - Fix crash with division by 0 [rhbz#1941627]
- !97 - #157 - Fix detecting pyparsing module
- Add API to allocate SpiceUsbDevice (for Android)
  spice_usb_device_manager_allocate_device_for_file_descriptor()
- !93 - #137 - add support for TLS-SNI
- !92 - Support USB emulation for MacOS
- !96 - Support side mouse buttons
- !85 - #75 - add spice_display_keyboard_ungrab()
- !81 - GL fix warning fix and improve scanout logic
- !84 - Fix leak and warnings in gstaudio and spicy
- !86, !87, !90 - Several introspection fixes and improvements
  • Loading branch information
0-wiz-0 committed Jul 17, 2022
1 parent 827ab54 commit 80f37f4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 42 deletions.
6 changes: 3 additions & 3 deletions sysutils/spice-gtk/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.8 2022/07/14 23:53:17 dholland Exp $
# $NetBSD: Makefile,v 1.9 2022/07/17 21:23:31 wiz Exp $

DISTNAME= spice-gtk-0.39
PKGREVISION= 1
DISTNAME= spice-gtk-0.41
CATEGORIES= sysutils
MASTER_SITES= https://www.spice-space.org/download/gtk/
EXTRACT_SUFX= .tar.xz
Expand Down Expand Up @@ -31,6 +30,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/vala/buildlink3.mk"
.include "../../devel/meson/build.mk"
.include "../../lang/python/pyversion.mk"
.include "../../lang/python/tool.mk"
.include "../../audio/libopus/buildlink3.mk"
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
Expand Down
6 changes: 3 additions & 3 deletions sysutils/spice-gtk/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2022/07/11 07:52:56 wiz Exp $
@comment $NetBSD: PLIST,v 1.3 2022/07/17 21:23:31 wiz Exp $
bin/spicy
bin/spicy-screenshot
bin/spicy-stats
Expand Down Expand Up @@ -36,10 +36,10 @@ lib/girepository-1.0/SpiceClientGLib-2.0.typelib
lib/girepository-1.0/SpiceClientGtk-3.0.typelib
lib/libspice-client-glib-2.0.so
lib/libspice-client-glib-2.0.so.8
lib/libspice-client-glib-2.0.so.8.7.0
lib/libspice-client-glib-2.0.so.8.8.1
lib/libspice-client-gtk-3.0.so
lib/libspice-client-gtk-3.0.so.5
lib/libspice-client-gtk-3.0.so.5.0.0
lib/libspice-client-gtk-3.0.so.5.1.0
lib/pkgconfig/spice-client-glib-2.0.pc
lib/pkgconfig/spice-client-gtk-3.0.pc
man/man1/spice-client.1
Expand Down
10 changes: 4 additions & 6 deletions sysutils/spice-gtk/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
$NetBSD: distinfo,v 1.4 2022/07/11 07:52:56 wiz Exp $
$NetBSD: distinfo,v 1.5 2022/07/17 21:23:31 wiz Exp $

BLAKE2s (spice-gtk-0.39.tar.xz) = 6c78762219e820f302a8b2502a9ba40114d6eea7fc60b51a966da2dea5a30807
SHA512 (spice-gtk-0.39.tar.xz) = ff0f3ca6b10a2c415f2fa8d61464c5710aaa2a46c2c83909f146fa45f01151e756d9c3d79cb162dd3d0c1279b6ef55a67fc5c1266af2cb5b46ac1eaa0254c8d2
Size (spice-gtk-0.39.tar.xz) = 845528 bytes
SHA1 (patch-subprojects_spice-common_common_recorder_make-it-quick_config.gnu.mk) = b1b125b33292370bf46ce621f540217dd34417c7
SHA1 (patch-subprojects_spice-common_meson.build) = aa5274b68f64ea08ba91da2f28dbbfc0e8a3c841
BLAKE2s (spice-gtk-0.41.tar.xz) = 9c86d44371e37e7a52ad9843d98ed404e5a5ae3eef31916ac9d4cbe8009aa012
SHA512 (spice-gtk-0.41.tar.xz) = bfd97c98c8bdbc29da0f26c38dfcf75d9f17e5358d4c7fa9c36e4974d0df3ce92409ca568dfc790d43f581d00b94090d9e60154e83220a719d678b596c87fcef
Size (spice-gtk-0.41.tar.xz) = 827320 bytes
SHA1 (patch-vapi_meson.build) = ab38cab9efb27a59874f45679e2bc6e63512ec0c

This file was deleted.

This file was deleted.

0 comments on commit 80f37f4

Please sign in to comment.