head 1.3; access; symbols pkgsrc-2024Q2:1.2.0.6 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.4 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.2 pkgsrc-2023Q4-base:1.2; locks; strict; comment @// @; 1.3 date 2024.09.05.14.57.29; author tsutsui; state dead; branches; next 1.2; commitid ElXNYQAH78bG1DoF; 1.2 date 2023.10.19.15.11.26; author tsutsui; state Exp; branches; next 1.1; commitid 9RrwkRtXjdUbsfJE; 1.1 date 2023.10.10.14.20.53; author tsutsui; state Exp; branches; next ; commitid bXjtp1Uk1xXMs5IE; desc @@ 1.3 log @sayaka: update to 3.8.0. Upstream changes: * 3.8.0 (2024/09/04) - rewrite completely with C - support Misskey home timeline - implement `--nfsw=alt` - adjust `--color` option - replace `--force-sixel` with `--show-image=yes` - replace `--no-image` with `--show-image=no` - replace `-4`/`-6` with `--ipv4`/`--ipv6` - change specification of `--play` option - remove `--oremode`, `--palette`, `--x68k` options - remove Twitter functions, `--twitter`, `--full-url`, `--protect`, `--record-all` options - remove mbedTLS support for now @ text @$NetBSD: patch-src_WSClient.cpp,v 1.2 2023/10/19 15:11:26 tsutsui Exp $ - workaround errors of gcc7 on netbsd-9: > WSClient.cpp:73:2: sorry, unimplemented: non-trivial designated initializers not supported --- src/WSClient.cpp.orig 2023-10-19 10:40:17.000000000 +0000 +++ src/WSClient.cpp @@@@ -69,6 +69,9 @@@@ WSClient::Init(wsclient_onmsg_callback_t .recv_callback = wsclient_recv_callback, .send_callback = wsclient_send_callback, .genmask_callback = wsclient_genmask_callback, + .on_frame_recv_start_callback = NULL, + .on_frame_recv_chunk_callback = NULL, + .on_frame_recv_end_callback = NULL, .on_msg_recv_callback = wsclient_on_msg_recv_callback, }; int r = wslay_event_context_client_init(&wsctx, &callbacks, this); @ 1.2 log @sayaka: update to 3.7.2. pkgsrc changes: - update DESCR (forgot to commit in previous) Upstream changes: * 3.7.2 (2023/10/19) - fix a problem that transparent webp images are not drawn - add --show-cw and --shownsfw options - support NSFW images - format messages a bit - show external instance names - implement reconnection on network errors @ text @d1 1 a1 1 $NetBSD: patch-src_WSClient.cpp,v 1.1 2023/10/10 14:20:53 tsutsui Exp $ @ 1.1 log @sayaka: update to 3.7.1. pkgsrc changes: - workaround build errors of gcc7 on netbsd-9 - fix a problem that webp images with alpha channel are not shown properly Upstream changes: * 3.7.1 (2023/10/09) - fix failures on drawing WebP images in some cases - fix infinite loop on emoji notification messages * 3.7.0 (2023/10/09) - start support of Misskey - drop functions to connect to Twitter - drop --filter, --home, --no-rest, --post, and --token options - add --twitter, --misskey, and --local options - temporarily drop --ngword-* and --show-ng options - rename --black/--white options to --dark/--light @ text @d1 1 a1 1 $NetBSD$ d4 1 a4 1 > WSClient.cpp:71:2: sorry, unimplemented: non-trivial designated initializers not supported d6 1 a6 1 --- src/WSClient.cpp.orig 2023-10-09 11:22:42.000000000 +0000 d8 1 a8 1 @@@@ -67,6 +67,9 @@@@ WSClient::Init() d17 1 a17 1 if (wslay_event_context_client_init(&wsctx, &callbacks, this) != 0) { @