head	1.13;
access;
symbols
	pkgsrc-2026Q1:1.13.0.4
	pkgsrc-2026Q1-base:1.13
	pkgsrc-2025Q4:1.13.0.2
	pkgsrc-2025Q4-base:1.13
	pkgsrc-2025Q3:1.12.0.4
	pkgsrc-2025Q3-base:1.12
	pkgsrc-2025Q2:1.12.0.2
	pkgsrc-2025Q2-base:1.12
	pkgsrc-2025Q1:1.11.0.12
	pkgsrc-2025Q1-base:1.11
	pkgsrc-2024Q4:1.11.0.10
	pkgsrc-2024Q4-base:1.11
	pkgsrc-2024Q3:1.11.0.8
	pkgsrc-2024Q3-base:1.11
	pkgsrc-2024Q2:1.11.0.6
	pkgsrc-2024Q2-base:1.11
	pkgsrc-2024Q1:1.11.0.4
	pkgsrc-2024Q1-base:1.11
	pkgsrc-2023Q4:1.11.0.2
	pkgsrc-2023Q4-base:1.11
	pkgsrc-2023Q3:1.9.0.2
	pkgsrc-2023Q3-base:1.9
	pkgsrc-2023Q2:1.8.0.2
	pkgsrc-2023Q2-base:1.8
	pkgsrc-2023Q1:1.7.0.10
	pkgsrc-2023Q1-base:1.7
	pkgsrc-2022Q4:1.7.0.8
	pkgsrc-2022Q4-base:1.7
	pkgsrc-2022Q3:1.7.0.6
	pkgsrc-2022Q3-base:1.7
	pkgsrc-2022Q2:1.7.0.4
	pkgsrc-2022Q2-base:1.7
	pkgsrc-2022Q1:1.7.0.2
	pkgsrc-2022Q1-base:1.7
	pkgsrc-2021Q4:1.6.0.2
	pkgsrc-2021Q4-base:1.6
	pkgsrc-2021Q3:1.5.0.6
	pkgsrc-2021Q3-base:1.5
	pkgsrc-2021Q2:1.5.0.4
	pkgsrc-2021Q2-base:1.5
	pkgsrc-2021Q1:1.5.0.2
	pkgsrc-2021Q1-base:1.5
	pkgsrc-2020Q4:1.4.0.2
	pkgsrc-2020Q4-base:1.4
	pkgsrc-2020Q3:1.3.0.6
	pkgsrc-2020Q3-base:1.3
	pkgsrc-2020Q2:1.3.0.4
	pkgsrc-2020Q2-base:1.3
	pkgsrc-2020Q1:1.3.0.2
	pkgsrc-2020Q1-base:1.3;
locks; strict;
comment	@# @;


1.13
date	2025.10.23.20.39.27;	author wiz;	state Exp;
branches;
next	1.12;
commitid	1V2hBZn9ypXaCJfG;

1.12
date	2025.04.24.14.15.50;	author wiz;	state Exp;
branches;
next	1.11;
commitid	A3VBjL8Zdd4LljSF;

1.11
date	2023.11.09.12.15.50;	author adam;	state Exp;
branches;
next	1.10;
commitid	Urnz4w8FPVz2OVLE;

1.10
date	2023.10.24.22.11.14;	author wiz;	state Exp;
branches;
next	1.9;
commitid	MTsrqKm6aGrQAVJE;

1.9
date	2023.08.14.05.25.19;	author wiz;	state Exp;
branches;
next	1.8;
commitid	LOSB79OLVxvXjIAE;

1.8
date	2023.05.06.19.08.54;	author ryoon;	state Exp;
branches;
next	1.7;
commitid	U0SnpK5fQpHc6WnE;

1.7
date	2022.01.27.19.04.12;	author wiz;	state Exp;
branches;
next	1.6;
commitid	PH16GNL6qcSxZiqD;

1.6
date	2021.12.08.16.02.40;	author adam;	state Exp;
branches;
next	1.5;
commitid	2PyWjHx5T8rqARjD;

1.5
date	2021.01.05.15.14.38;	author jperkin;	state Exp;
branches;
next	1.4;
commitid	oifhkxwQlVd2ayCC;

1.4
date	2020.11.01.19.36.37;	author maya;	state Exp;
branches;
next	1.3;
commitid	Ix4MR7hpnkfkHduC;

1.3
date	2020.03.08.16.48.13;	author wiz;	state Exp;
branches;
next	1.2;
commitid	rcNYzTQo8icypCZB;

1.2
date	2020.02.07.12.13.42;	author ryoon;	state Exp;
branches;
next	1.1;
commitid	lMG6MV07xSOBRJVB;

1.1
date	2020.02.06.21.57.42;	author kamil;	state Exp;
branches;
next	;
commitid	LMWYksAzibmY7FVB;


desc
@@


1.13
log
@*: recursive bump for pcre2

Running an old binary against the new pcre doesn't work:
/usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/pkg/lib/libglib-2.0.so.0 not defined
@
text
@# $NetBSD: Makefile,v 1.12 2025/04/24 14:15:50 wiz Exp $

DISTNAME=	spice-0.15.2
PKGNAME=	${DISTNAME:S/spice/spice-server/}
PKGREVISION=	2
CATEGORIES=	sysutils
MASTER_SITES=	https://www.spice-space.org/download/releases/
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://www.spice-space.org/
COMMENT=	Simple Protocol for Independent Computing Environments
LICENSE=	gnu-lgpl-v2.1

USE_CXX_FEATURES=	c++11

USE_LANGUAGES=	c c++
USE_LIBTOOL=	yes
USE_TOOLS+=	gmake pkg-config
GNU_CONFIGURE=	yes
TEST_TARGET=	check

PKGCONFIG_OVERRIDE+=	spice-server.pc.in
PYTHON_FOR_BUILD_ONLY=	tool

LDFLAGS.SunOS+=	-lnsl -lsocket

.include "../../audio/libopus/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../lang/python/tool.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../sysutils/spice-protocol/buildlink3.mk"
.include "../../x11/pixman/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.12
log
@*: recursive bump for jpeg -> libjpeg-turbo switch
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2023/11/09 12:15:50 adam Exp $
d5 1
a5 1
PKGREVISION=	1
@


1.11
log
@spice-server: updated to 0.15.2

Major Changes in 0.15.2:
========================
Really minor fix release, mainly to fix a distribution issue

* Add missing file to distribution
* Fix sound recording fix in case of buffer wrapping

Major Changes in 0.15.1:
========================

* Fix some compatibility issues with FreeBSD
* Fix some minor issue with build
* Improve packaging with Meson
* Lot of C++ improves (clang-tidy)
* Fix some compatibility with no-Glibc libraries (like Musl)
* Fix minor leaks shutting down library
* Add Doxygen file to distribution
* Fix a longstanding issue related to surface updates where wrong surfaces were possibly used
* Fix compatibility with OpenSSL 3
* Updates and fixes for CI
* Use more random connection IDs to fix possible issues with proxies

Major Changes in 0.15:
======================

This is the first release in the new 0.15.x stable series. This release should
be ready for production use.

* Minor updates to CI
* Some compatibility with OpenSSL
* Change the behavior of handle_dev_start ignoring multiple start requests
* Ignore multiple calls to handle_dev_stop
* Pick up newer spice-common to fix a buffer overflow issue
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2023/10/24 22:11:14 wiz Exp $
d5 1
@


1.10
log
@*: bump for openssl 3
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2023/08/14 05:25:19 wiz Exp $
d3 1
a3 1
DISTNAME=	spice-0.14.3
a4 1
PKGREVISION=	4
d14 3
a16 1
GNU_CONFIGURE=	yes
d19 2
d23 1
a26 2
PYTHON_FOR_BUILD_ONLY=	tool

d28 1
a29 1
.include "../../devel/glib2/buildlink3.mk"
@


1.9
log
@*: recursive bump for Python 3.11 as new default
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2023/05/06 19:08:54 ryoon Exp $
d5 1
a5 1
PKGREVISION=	3
@


1.8
log
@*: Recursive revbump from audio/libopus 1.4
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2022/01/27 19:04:12 wiz Exp $
d5 1
a5 1
PKGREVISION=	2
@


1.7
log
@spice-server: fix build with python 3.10
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2021/12/08 16:02:40 adam Exp $
d5 1
a5 1
PKGREVISION=	1
@


1.6
log
@revbump for icu and libffi
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2021/01/05 15:14:38 jperkin Exp $
d23 2
d26 1
@


1.5
log
@spice-server: Fix build on SunOS.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2020/11/01 19:36:37 maya Exp $
d5 1
@


1.4
log
@spice-server: update to 0.14.3

Major Changes in 0.14.3:
========================

Main changes are WebSocket and support for Windows.

* Add support for WebSocket, this will allow to use spice-html5 without proxy
* Support Windows, now Qemu Windows can be build enabling Spice
* Fix some alignment problem
* Converted some documentation to Asciidoc format to make easier to update,
  updated some
* Minor compatibility fix for PPC64EL and ARMHF
* Minor fixes for big endian machines like MIPS
* Avoid some crashes with some buggy guest drivers, simply ignore the invalid
  request
* Fix for old OpenSSL versions
* Minor fix for Windows clients and brushes, fixed an issue with Photoshop
  under Windows 7
* Add ability to query video-codecs
* Small use-after-free fix
* Fix for debugging recording/replaying using QUIC images
* Fix a regression where spice reported no monitors to the client
* Fix DoS in spicevmc if WebDAV used
* Updated and improved test migration script
* Some minor fixes to smartcard support
* Avoid possible disconnection using proxies using a in-flow keepalive
  mechanism
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2020/03/08 16:48:13 wiz Exp $
d20 2
@


1.3
log
@*: recursive bump for libffi
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2020/02/07 12:13:42 ryoon Exp $
d3 1
a3 1
DISTNAME=	spice-0.14.2
a4 1
PKGREVISION=	1
@


1.2
log
@Adjust HOMEPAGE
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2020/02/06 21:57:42 kamil Exp $
d5 1
@


1.1
log
@sysutils/spice-server: import spice-server-0.14.2

SPICE is a remote display system built for virtual environments which
allows you to view a computing 'desktop' environment not only on the
machine where it is running, but from anywhere on the Internet and
from a wide variety of machine architectures.
@
text
@d1 1
a1 1
# $NetBSD$
d10 1
a10 1
HOMEPAGE=	https://www.spice-space.org/download/releases/
@

