head 1.2; access; symbols pkgsrc-2025Q3:1.1.0.6 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.4 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2025.09.30.06.49.38; author adam; state dead; branches; next 1.1; commitid Z4ngQRNvuPyUMHcG; 1.1 date 2025.01.31.16.20.06; author wiz; state Exp; branches; next ; commitid wvpkpXWhV6NVIEHF; desc @@ 1.2 log @snapcast: updated to 0.33.0 0.33.0 Features Server: Add PipeWire stream reader Client: Add PipeWire player Server: process stream sources can be added via RPC Server: mDNS can be disabled Server: Audio streaming over plain TCP (port 1704) can be disabled Server: Add control script for go-librespot Bugfixes Client: Fix case of command line arguments Client: Fix deadlock during shutdown Fix building with boost v1.89.0 Fix MacOS CI General Server: Log warning if default config is missing Server: Make SSL support optional (-DBUILD_WITH_SSL) Make ALSA optional Enable OpenSSL support for Android builds in CMakeLists.txt Update Readme Build Trixie packages for amd64 tcp section in snapserver.conf renamed to tcp-control TCP streaming settings moved from stream to tcp-streaming @ text @$NetBSD: patch-server_stream__session__ws.cpp,v 1.1 2025/01/31 16:20:06 wiz Exp $ Fix build with boost 1.87. https://github.com/badaix/snapcast/commit/6190041e863968d76b6d16140bba90be6dff848f --- server/stream_session_ws.cpp.orig 2025-01-31 16:03:19.618894855 +0000 +++ server/stream_session_ws.cpp @@@@ -107,7 +107,7 @@@@ void StreamSessionWebsocket::on_read_ws( return; } - auto* data = boost::asio::buffer_cast(buffer_.data()); + auto* data = static_cast(buffer_.data().data()); baseMessage_.deserialize(data); LOG(DEBUG, LOG_TAG) << "getNextMessage: " << baseMessage_.type << ", size: " << baseMessage_.size << ", id: " << baseMessage_.id << ", refers: " << baseMessage_.refersTo << "\n"; @ 1.1 log @snapcast: fix build with boost 1.87 Convert to cmake/build.mk while here. @ text @d1 1 a1 1 $NetBSD$ @