head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2025.08.14.10.25.26; author gdt; state dead; branches; next 1.1; commitid oqOUinN3YGpNuG6G; 1.1 date 2025.08.13.00.13.54; author gdt; state Exp; branches; next ; commitid Sze1JAs0PvuR8v6G; desc @@ 1.2 log @chat/dino: Update to 0.5.0 - switch to meson and drop cmake patch - swap out libsignal-c in favor of libomemo-c - drop build accomodations from cmake that no longer seem needed: + MAKE_JOBS_SAFE + forcing on libsoup3 ok ryoon@@ Upstream NEWS content: * Improved file sharing The way file transfers are currently done in the XMPP ecosystem is limited in functionality and files can sometimes be received out-of-order. Dino now supports a new method for announcing file transfers (XEP-0447), which solves this issue. Additionally, users can now see preview images or other file details before downloading the file. Dino currently only uses the new method for unencrypted file transfers, for example in public channels. * Reworked dialogs The account and preferences dialogs have been combined into a single, new dialog. This dialog lets you manage accounts and adjust encryption and other settings. It now also includes some new settings like an option for OMEMO encryption by default, which is enabled by default. Additionally, the conversation details dialog has been completely redesigned. Both dialogs are now fully compatible with mobile devices. * New unread line A new unread line has been added, indicating the point up to which you’ve already read the messages. @ text @$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/13 00:13:54 gdt Exp $ Adjust cmake min version to a value that makes cmake happy, without understanding why one needs to specify a min version and what the consquences are. Left to upstream to fix this properly: https://github.com/dino/dino/issues/1747 --- CMakeLists.txt.orig 2025-08-12 23:37:56.782694627 +0000 +++ CMakeLists.txt @@@@ -1,4 +1,4 @@@@ -cmake_minimum_required(VERSION 3.3) +cmake_minimum_required(VERSION 3.22) list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) include(ComputeVersion) if (NOT VERSION_FOUND) @ 1.1 log @chat/dino: Hack around cmake deprecations @ text @d1 1 a1 1 $NetBSD$ @