From unknown Sat Jun 21 10:17:40 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#73162 <73162@debbugs.gnu.org> To: bug#73162 <73162@debbugs.gnu.org> Subject: Status: Update vcmi to 1.5.7. Reply-To: bug#73162 <73162@debbugs.gnu.org> Date: Sat, 21 Jun 2025 17:17:40 +0000 retitle 73162 Update vcmi to 1.5.7. reassign 73162 guix-patches submitter 73162 Vagrant Cascadian severity 73162 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 10 00:50:44 2024 Received: (at submit) by debbugs.gnu.org; 10 Sep 2024 04:50:44 +0000 Received: from localhost ([127.0.0.1]:34600 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1snspw-0002cQ-1V for submit@debbugs.gnu.org; Tue, 10 Sep 2024 00:50:44 -0400 Received: from lists.gnu.org ([209.51.188.17]:47018) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1snspv-0002cJ-4e for submit@debbugs.gnu.org; Tue, 10 Sep 2024 00:50:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1snspq-0003Nl-E1 for guix-patches@gnu.org; Tue, 10 Sep 2024 00:50:38 -0400 Received: from cascadia.aikidev.net ([173.255.214.101]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1snspo-0002mq-Iw for guix-patches@gnu.org; Tue, 10 Sep 2024 00:50:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1725943831; bh=JtvKWuRalXav2mMrxPhzCUjrm0hr1J4uMwO/7tCQPGY=; h=From:To:Cc:Subject:Date:From; b=G1NRJ7LuK3/PGPmSBqvSQ8wHQsfKQbxwDJjtFtI2XtPT/7vhwOU6l5m04qORhr5vC UDBpGWfF5+yWqDPSbbPjAz0yxbDoywfEKddpjMUIIvXzHhpeh8yATy3meN+DLZ3zOu xT3Ui8O5c/2CXLN0+MUf6MkO8io0O45sYJWX+7pRsRVekiN5CJO+S16uoh56ASvwcE P33wiSb7uF9bU5KgBeumzqb9VDF+Ee7UrKp1SyHPiZ8X1sBnzgOVhSyRmZvWAxxCmm q0Uq4pSD8UPrPbeBysfDji50bovbGbSVgxCdg3ZjwStdRg/V441+jSXxJ0A2tCnGXF ytHr1r875oxsA== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id BB117192A; Mon, 9 Sep 2024 21:50:31 -0700 (PDT) From: Vagrant Cascadian To: guix-patches@gnu.org Subject: Update vcmi to 1.5.7. Date: Mon, 09 Sep 2024 21:50:15 -0700 Message-ID: <87plpcm7so.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: none client-ip=173.255.214.101; envelope-from=vagrant@debian.org; helo=cascadia.aikidev.net X-Spam_score_int: -21 X-Spam_score: -2.2 X-Spam_bar: -- X-Spam_report: (-2.2 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.141, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: iyzsong@envs.net, liliana.prikler@gmail.com, adam.faiz@disroot.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain The attached patch updates vcmi to 1.5.7 and works with QT6 instead of QT5 (maybe due to fixes in vcmi, maybe due to core-updates merge). Did more play testing that I had planned... live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-vcmi-Update-to-1.5.7.patch Content-Transfer-Encoding: quoted-printable From=2072c5e9e79d7f9b51508c97d5d9d3b5fda7e02a0f Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Mon, 9 Sep 2024 17:02:02 -0700 Subject: [PATCH] gnu: vcmi: Update to 1.5.7. * gnu/packages/games.scm (vcmi): Update to 1.5.7. [native-inputs]: Use qtbase and qtools instead of the QT5 variants. =2D-- gnu/packages/games.scm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 30057a4f4a..1a55516a68 100644 =2D-- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11513,7 +11513,7 @@ (define-public fheroes2 (define-public vcmi (package (name "vcmi") =2D (version "1.5.1") + (version "1.5.7") (source (origin (method git-fetch) (uri (git-reference @@ -11522,7 +11522,7 @@ (define-public vcmi (file-name (git-file-name name version)) (sha256 (base32 =2D "1s3a23p9k081ccbkhvifx2rhg6rv82fkrsbjh6allmmsa1lhq6fd")) + "0jgxhq6rz43ild16lmpcf6xbzdhilxpbvknlxy92sxfazyarcg07")) (patches (search-patches "vcmi-disable-privacy-breach.patch"= )))) (build-system cmake-build-system) (arguments @@ -11540,9 +11540,8 @@ (define-public vcmi minizip pkg-config python =2D ;; XXX: Build currently fails with qtbase-6 and qttools-6 =2D qtbase-5 =2D qttools-5 + qtbase + qttools sdl2 sdl2-mixer sdl2-image base-commit: b7d845c18fbadb8bd2e0b6bbd3b4ddfa0416a3ab =2D-=20 2.39.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZt/QBwAKCRDcUY/If5cW qjXXAP9wdWrj3JyV+Ca3hiTXFqPvdrIqfpW7F65RFqFRsyyyLgEAmoBJgTft3bIV yuwtd+6Ut/ehqr4ESqEE52fL8IYbWQ8= =M9bL -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 10 01:37:08 2024 Received: (at 73162-done) by debbugs.gnu.org; 10 Sep 2024 05:37:08 +0000 Received: from localhost ([127.0.0.1]:34628 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sntYp-0005BB-VD for submit@debbugs.gnu.org; Tue, 10 Sep 2024 01:37:08 -0400 Received: from mail-pf1-f180.google.com ([209.85.210.180]:48280) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sntYo-0005Ag-8y for 73162-done@debbugs.gnu.org; Tue, 10 Sep 2024 01:37:06 -0400 Received: by mail-pf1-f180.google.com with SMTP id d2e1a72fcca58-718f4fd89e5so391938b3a.0 for <73162-done@debbugs.gnu.org>; Mon, 09 Sep 2024 22:37:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1725946556; x=1726551356; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=HVa3R+Dt6GMFXpGDnQ2s+GLj0yORtKHr1hO5ZitxnUo=; b=RE3I1uiBX/rBG+dJaKrN5Goj0FwvJ6YcVaoDL7xpLRcFjzJHv1JL//Gv1SbUAM89Z7 i923GN+ttcGwpI7lBXgOAZm0kjc6pOikpB1cB67MSgzWTI4bUl2Qa3ezv36jegeUTi99 Ii6m7atD4ltpxBrqANe1Ge6r4N0tj6xwfVwb3HQK6viAbfY1l/1uxO/C5+qUhWlRhBZG 1kQBaS+JRgZ//NZlwk2LTPuI6NrbhIE9kUbYLbv5zz7IAf4jkKElPltfTWU46XUvdQVX N/MK0BAyHh8C8Bdgl15a8FGNyqhmtnvTpndFL+nchNHYzb/5RtUupHv2q6BoNLegnVNQ w0nw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1725946556; x=1726551356; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=HVa3R+Dt6GMFXpGDnQ2s+GLj0yORtKHr1hO5ZitxnUo=; b=UywVGrP4gWUJiCAjUAfvKq7HHZvVseOuWBjmE3YiKj4kfFs6cUW9yoldYqfEp+mO5F omxb7GX0ifLgnMNOBQo4a5WN2wmd1oty5UTA9BS+8Up8uWPE9Abd+YZos5uaceN5iEjB fJe3e5e6RWco3YEohRhujv+YPsEisJl+7fgwi78TQHqCRlmz+d3muryneNabFegaI7w4 VAxbABlr3OfctYjawYwni5CApu20iRK3LpYzfcTWHJDJlElEcDiK8EfinlanwuJYCOKD lZovQsQVwerURUFiAyECgn/tR6CgS6DaOxXyo7lG6Ba9TRS41Aiu8nhxIq5HHEM6xiVa bfZA== X-Gm-Message-State: AOJu0YyofER3djoHSIG7qLxmfsnNIz/lheQ2bW15PQ7goi4dpecYk3pX VUiMVLSjruUOpQKEuPslx0WV4J16iTM3bRuh0fbVtUOn4GIBBE4pLNH27A== X-Google-Smtp-Source: AGHT+IGReG53/WoHNchpmLwBsi/mGsETwYWk3t3Vi4zrrFGPnNCT5/wLXKWSXNNLvnD2E+Fdc5dbKw== X-Received: by 2002:a05:6a21:70cb:b0:1cf:5155:cb5c with SMTP id adf61e73a8af0-1cf5155ce29mr2400265637.34.1725946555553; Mon, 09 Sep 2024 22:35:55 -0700 (PDT) Received: from hurd (ai214023.d.west.v6connect.net. [138.64.214.23]) by smtp.gmail.com with ESMTPSA id 41be03b00d2f7-7d825ba6a92sm4822452a12.92.2024.09.09.22.35.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Sep 2024 22:35:55 -0700 (PDT) From: Maxim Cournoyer To: Vagrant Cascadian Subject: Re: bug#73162: Update vcmi to 1.5.7. In-Reply-To: <87plpcm7so.fsf@wireframe> (Vagrant Cascadian's message of "Mon, 09 Sep 2024 21:50:15 -0700") References: <87plpcm7so.fsf@wireframe> Date: Tue, 10 Sep 2024 14:35:51 +0900 Message-ID: <87v7z45avc.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 73162-done Cc: 73162-done@debbugs.gnu.org, adam.faiz@disroot.org, liliana.prikler@gmail.com, iyzsong@envs.net X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Vagrant, Vagrant Cascadian writes: > The attached patch updates vcmi to 1.5.7 and works with QT6 instead of > QT5 (maybe due to fixes in vcmi, maybe due to core-updates merge). > > Did more play testing that I had planned... > > live well, > vagrant > > From 72c5e9e79d7f9b51508c97d5d9d3b5fda7e02a0f Mon Sep 17 00:00:00 2001 > From: Vagrant Cascadian > Date: Mon, 9 Sep 2024 17:02:02 -0700 > Subject: [PATCH] gnu: vcmi: Update to 1.5.7. > > * gnu/packages/games.scm (vcmi): Update to 1.5.7. > [native-inputs]: Use qtbase and qtools instead of the QT5 variants. Well done! I've built it and applied it locally, will push shortly. -- Thanks, Maxim From unknown Sat Jun 21 10:17:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 08 Oct 2024 11:24:14 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator