From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id YAm8G/Dah2JkLQEAbAwnHQ (envelope-from ) for ; Fri, 20 May 2022 20:16:16 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id wDj2GvDah2IpuAAAG6o9tA (envelope-from ) for ; Fri, 20 May 2022 20:16:16 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id CCA0524D35 for ; Fri, 20 May 2022 20:16:15 +0200 (CEST) Received: from localhost ([::1]:56790 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ns7Ac-0000rV-6g for larch@yhetil.org; Fri, 20 May 2022 14:16:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39052) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ns72i-0006Tz-SY for guix-patches@gnu.org; Fri, 20 May 2022 14:08:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46149) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ns72g-00052Q-J9 for guix-patches@gnu.org; Fri, 20 May 2022 14:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ns72g-0004EH-ES for guix-patches@gnu.org; Fri, 20 May 2022 14:08:02 -0400 Subject: bug#55384: [PATCH] gnu: glmark2: Update to 2021.12. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 20 May 2022 18:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55384 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: phodina Cc: 55384-done@debbugs.gnu.org Mail-Followup-To: 55384@debbugs.gnu.org, ludo@gnu.org, phodina@protonmail.com Received: via spool by 55384-done@debbugs.gnu.org id=D55384.165307004716209 (code D ref 55384); Fri, 20 May 2022 18:08:02 +0000 Received: (at 55384-done) by debbugs.gnu.org; 20 May 2022 18:07:27 +0000 Received: from localhost ([127.0.0.1]:40045 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ns727-0004DM-A4 for submit@debbugs.gnu.org; Fri, 20 May 2022 14:07:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45658) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ns723-0004Cz-D6 for 55384-done@debbugs.gnu.org; Fri, 20 May 2022 14:07:25 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60026) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ns71x-0004yU-Fe; Fri, 20 May 2022 14:07:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=I7g/+FDcDO07V8VDZTGJf8uXv2b1KIxyhjjOkTjojnc=; b=AIBjQwk8/e8OSTiIb6cf dMZYR0r23N7fbYgEO0rQUYM8ZkExOB7nke4dXTNWJmNHqjyrPtmYNZzTo6SUkQwYiRHutP16tw4/G bMAoHFD8Am9pUnNG97VKVc93UgdjDOtCrumKTW2fhhyoK4HHW3ENoMMjNV1fxo7mUuaB2MaIZ6/3R LkMRogq8pzrUEkCBVEuA4F0NABiJguyu/3yKW5rIKYkDLH8cAHwil+ZmTHw5kqq0Ds0dWm2Y2YmnU tHpHLSHLaKz9HG6mVjf6VlHZR4QuD3vCiOMKHfmPj9FDhQhgeMdo6lytqvJv4S5NpeLcpYA4ocz8d qh8bhbUBxQyHmw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:50472 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ns71w-0000Iz-TB; Fri, 20 May 2022 14:07:17 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Fri, 20 May 2022 20:07:14 +0200 In-Reply-To: (phodina@protonmail.com's message of "Thu, 12 May 2022 10:29:07 +0000") Message-ID: <87leuwxelp.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1653070576; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=I7g/+FDcDO07V8VDZTGJf8uXv2b1KIxyhjjOkTjojnc=; b=FnG/vPmymOExjX7AuF6FN2XeWn5JOprslA+ycbh9Sl0m4XMfnsPAoh8P03a7MhqYK2tn5H BJnpS4aETy6jkiV90aTOVZRYbrrse8rq1s5YIBKcFy7WZHejWYg9x+6V2o2YPpCK7GbxLV x2qgLHv9oAr0ZfrqhVVER614BilRZ18/ACqT6rbxaacbMrhmx7/dEgNxPEWfhYjSa5bATf iY3VDdr92TDiFCvnXC9HP9brtKfj84KA6w8lFNQg5yy6L82rnDraMcMXW7vywAtqsEGMoc fEWUgMSskOjvpoyR2YhT+PjSur6veQCLR69Vu4UB6rqJw3+sF3rO/cycm2DvuA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1653070576; a=rsa-sha256; cv=none; b=C1HGj4e/IuMB7r/8R3WwS6kuTbWskUMexoh9lywhzSfLRIT7ct1BE3kUXInG9sOHpFxjw2 RYUQNQqYJ50evsmSw5RY382fwkTKxdkROiUpkSjP7ulAzJ/eS4kHkNet9D0GThJ2OGe1Ed ck1LUF5YeWxfJfwC0GyxNU40GzJJsHS7zWuGSf+IBsngstpRsCs5GnKDgKybApk2rnYeWA zJ40A4vbyH6W7BzCLwGsaLqlKLffKN/iyuC/R7VrfEK3jhQaGQsFjXjqyppYJMPyuUNn8a UcKp0o3kMqpMa/PxC1ftYRzkkTv9PEq7la1fzOZGg8RUkXaLs68Jze7y9l37Gg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=AIBjQwk8; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.74 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=AIBjQwk8; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: CCA0524D35 X-Spam-Score: -4.74 X-Migadu-Scanner: scn0.migadu.com X-TUID: lEaeaXnL2G9J Hi, phodina skribis: > From e6fe8544720ec8ed257f9c0f94daa84de20cb6a3 Mon Sep 17 00:00:00 2001 > From: Petr Hodina > Date: Thu, 12 May 2022 12:26:16 +0200 > Subject: [PATCH] gnu: glmark2: Update to 2021.12. > > * gnu/packages/gl.scm (glmark2): Update to 2021.12. > [build-system]: Switch to meson build system. > [arguments]: Adjust arguments to meson build system. Applied, thanks! Ludo=E2=80=99.