Update to spice-gtk-0.40.
This commit is contained in:
parent
bccd64f5e0
commit
707e2bfefe
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.52 2021/11/15 13:03:37 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.53 2022/02/11 06:47:02 ajacoutot Exp $
|
||||
|
||||
COMMENT= GTK client and libraries for SPICE remote desktop servers
|
||||
|
||||
DISTNAME= spice-gtk-0.39
|
||||
DISTNAME= spice-gtk-0.40
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
CATEGORIES= x11 net
|
||||
|
||||
SHARED_LIBS += spice-client-glib-2.0 6.1 # 8.7.0
|
||||
SHARED_LIBS += spice-client-gtk-3.0 4.1 # 5.0.0
|
||||
SHARED_LIBS += spice-client-glib-2.0 6.2 # 8.8.0
|
||||
SHARED_LIBS += spice-client-gtk-3.0 4.2 # 5.1.0
|
||||
|
||||
HOMEPAGE= http://www.spice-space.org/page/Spice-Gtk
|
||||
|
||||
@ -17,15 +17,15 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += X11 c cairo crypto gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
||||
WANTLIB += gobject-2.0 gstapp-1.0 gstaudio-1.0 gstbase-1.0 gstreamer-1.0
|
||||
WANTLIB += gstvideo-1.0 gtk-3 intl jpeg json-glib-1.0 lz4 m opus
|
||||
WANTLIB += pixman-1 sasl2 ssl z
|
||||
WANTLIB += X11 c cairo crypto epoxy gdk-3 gdk_pixbuf-2.0 gio-2.0
|
||||
WANTLIB += glib-2.0 gobject-2.0 gstapp-1.0 gstaudio-1.0 gstbase-1.0
|
||||
WANTLIB += gstreamer-1.0 gstvideo-1.0 gtk-3 intl jpeg json-glib-1.0
|
||||
WANTLIB += lz4 m opus pixman-1 sasl2 ssl z
|
||||
|
||||
MASTER_SITES= http://www.spice-space.org/download/gtk/
|
||||
|
||||
COMPILER= base-clang ports-gcc ports-clang
|
||||
COMPILER_LANGS = c
|
||||
COMPILER_LANGS= c
|
||||
|
||||
MODULES= devel/meson \
|
||||
lang/python
|
||||
@ -73,4 +73,7 @@ CONFIGURE_ARGS += -Dcoroutine=gthread
|
||||
# base-gcc doesn't default to c99
|
||||
CFLAGS += -std=gnu99
|
||||
|
||||
# Has header "X11/XKBlib.h" : NO
|
||||
CFLAGS += -I${X11BASE}/include
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (spice-gtk-0.39.tar.xz) = I6y+4Zfqrsm85ua/2IW9j3lwgzJjkkP/BIMwIIZXE80=
|
||||
SIZE (spice-gtk-0.39.tar.xz) = 845528
|
||||
SHA256 (spice-gtk-0.40.tar.xz) = I/X/f6gLdWR85zzaXq+LMi80Mtu7f286g5Y0YYrbztM=
|
||||
SIZE (spice-gtk-0.40.tar.xz) = 848688
|
||||
|
Loading…
Reference in New Issue
Block a user