From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id uPqvM1cXFWaQawAAe85BDQ:P1 (envelope-from ) for ; Tue, 09 Apr 2024 12:24:24 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id uPqvM1cXFWaQawAAe85BDQ (envelope-from ) for ; Tue, 09 Apr 2024 12:24:23 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=foundation.xyz header.s=google header.b=Wjkop2is; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=foundation.xyz (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1712658263; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: 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=nJ3Mpgc6IAhKQtCkQH7x7pViPvymXWc7KjBNpq4WME0=; b=aiRpLPecFqDRyU/QqZXeCc4GwX1/wB8VQeU2a4GYFyff11wHxdr6gnUvePeK7b0ISjkFvW mk6C/eppQALH9nzdoZOZQe3oM6U9WqD6YMJNgP0s6aHoGJ1DXCkgL3Pnz2MVAMHST/w4YA UfO3hbyTpplTzgzDoCBeHhx6c7G+TrcjvUe8nePFPFdpkZesDWzDA4Wk1qd2ahnfyVIQBI Bp+R9EwuRkVsk5wO6/UziVmdjBYz1S4V7L6ea5fPLkov956639UkHAbVpZ4S1S+p4XDwvD pV/zALwrIRddm10ykVBDuaZA7fYQPv5p9KmjdoPgprCFWKZGvGPNYObM6DsHyA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1712658263; a=rsa-sha256; cv=none; b=qnaEv0ktdg3LmAMMm5J9tvOzFU3lq1PuvT1ohdNoLtTMpoPvJtqrOKHTAs30c+k7AY9vV3 tmf3qVF2dv0yahVfzO/sW+aB7HDMw72/Lo0CzG3QGA4MOvm8qiTB7lNKTp8I9Yval8lGVU habkwsYe08QvtQn1XLHUmyMAZJ97U0VTwpT5YmEMnd7dKdrgdX+3xQ6a+dHCQKD+Xbl+ri I2o5Wq8/QebBUuhoslOtHQJo2OljBf9gnCrya4GyLtEVA1cm9DGTJ4TGSxQFIbU34aidlT sbCD6PpLMYtuYZslpXSx33gneVvGXxa4F/0UBwnJ48/en7svUVgduRVB/1uO/A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=foundation.xyz header.s=google header.b=Wjkop2is; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=foundation.xyz (policy=none) 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 A164E6023A for ; Tue, 9 Apr 2024 12:24:23 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ru8eA-0001oh-7i; Tue, 09 Apr 2024 06:24:10 -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 1ru8e6-0001oB-Pi for guix-patches@gnu.org; Tue, 09 Apr 2024 06:24:07 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ru8e5-0005ex-1e; Tue, 09 Apr 2024 06:24:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ru8e1-0001w4-T8; Tue, 09 Apr 2024 06:24:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#70305] [PATCH 1/5] gnu: coin3D: Rename to coin3d. Resent-From: Jean-Pierre De Jesus DIAZ Original-Sender: "Debbugs-submit" Resent-CC: lars@6xq.net, marius@gnu.org, maxim.cournoyer@gmail.com, me@bonfacemunyoki.com, sharlatanus@gmail.com, tanguy@bioneland.org, jgart@dismail.de, iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Tue, 09 Apr 2024 10:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70305 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 70305@debbugs.gnu.org Cc: Jean-Pierre De Jesus DIAZ , Lars-Dominik Braun , Marius Bakke , Maxim Cournoyer , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour , jgart , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-Xcc: Lars-Dominik Braun , Marius Bakke , Maxim Cournoyer , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour , jgart , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by 70305-submit@debbugs.gnu.org id=B70305.17126581877083 (code B ref 70305); Tue, 09 Apr 2024 10:24:01 +0000 Received: (at 70305) by debbugs.gnu.org; 9 Apr 2024 10:23:07 +0000 Received: from localhost ([127.0.0.1]:48367 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ru8d4-0001p5-IC for submit@debbugs.gnu.org; Tue, 09 Apr 2024 06:23:07 -0400 Received: from mail-lj1-x22a.google.com ([2a00:1450:4864:20::22a]:49344) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ru8cz-0001nX-FF for 70305@debbugs.gnu.org; Tue, 09 Apr 2024 06:23:00 -0400 Received: by mail-lj1-x22a.google.com with SMTP id 38308e7fff4ca-2d6c9678cbdso70632911fa.2 for <70305@debbugs.gnu.org>; Tue, 09 Apr 2024 03:22:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foundation.xyz; s=google; t=1712658163; x=1713262963; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=nJ3Mpgc6IAhKQtCkQH7x7pViPvymXWc7KjBNpq4WME0=; b=Wjkop2isBYiSdpNygmUqQ5updXwuOytZMx9vlJUQDeCIlxTN5n0i00lBPKF+rZU6ES jkP9Z8lNfr8/IzIFZeLIv0GSrzJBKo9EJzPhxcqpmPJDae6l+xGTEprEZ4yV9/3+Tv99 Dnk/U2/ls8j6yh8SGNIvFxIY7by9K37eG5w01h3b88D0ze4rtE/lx69N5XLFxu0tBU1t gwwES8YSGXY3opWz1BWk9v8vKEWCLGLKBXn1a7TeqKcUDVj902y5g5fVhtpp65i1VWRC yYeA2jn1xwLTe9I2a4i34fyNqgHz4LiMyYS4FDc4hb0TjCNjs10Bwp6DMgIle+2mXTVh jDUQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712658163; x=1713262963; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=nJ3Mpgc6IAhKQtCkQH7x7pViPvymXWc7KjBNpq4WME0=; b=s9Fk/jyctYDgvzlnWHoDUCbvttJ+O2EgI2YBf0NQgRTwYh2ITHCTUNeulQ/w/UeiFU C2UuTX4dz6Hs+FoodyiVVbhQA/B7p0rzTYInmSxfRGOInK+DK5P8GQQ8BrSvXT3iimwQ xZibLzFr7c8xPkvVAIu7a9PNbfR6w2B5bOM84Y0/Ga9HwQPlRgVY4Q43dfAOX/du9Juf nEUERKQy3zPDcMJJIzryYsbfOEIjURYtVd1CpVRue6BidXC6v2rvwfY+vZMvBStGhiYl lS3AqFm+2dvHgcFgRpUy1dmibUN1tfFQb8BVISTs9e9+va4WeSybu2kC2M5s7BLJOYML ksDw== X-Gm-Message-State: AOJu0YyWEBTL4XxPfy53nHztrLFmR1FNqj1tI6Ozgr+gXNA4Xcuspy1y quYToZArZVdkWQUJR8QW5DnTjS8AiSq7i/0SP6XVOSoi7zLYJYGrXQLbmwsVAd+DMvrmxq6SVTB M X-Google-Smtp-Source: AGHT+IFPTFXjPVL+qvCTWsVYILlFooN2a580RR8jr+a0EqUKE4OsdDdJS2p0R9O6eiY3vhrC2dIlMg== X-Received: by 2002:a2e:99d3:0:b0:2d8:5084:f5b9 with SMTP id l19-20020a2e99d3000000b002d85084f5b9mr7463800ljj.28.1712658162698; Tue, 09 Apr 2024 03:22:42 -0700 (PDT) Received: from jeandudey.home ([89.131.29.87]) by smtp.gmail.com with ESMTPSA id f16-20020a05600c4e9000b0041643c9cb0dsm11119880wmq.42.2024.04.09.03.22.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 09 Apr 2024 03:22:42 -0700 (PDT) From: Jean-Pierre De Jesus DIAZ Date: Tue, 9 Apr 2024 12:22:34 +0200 Message-ID: <33289d4c89dcfecd83484873595d9f1833bfd87f.1712657465.git.jean@foundation.xyz> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: 5.63 X-Spam-Score: 5.63 X-Migadu-Queue-Id: A164E6023A X-Migadu-Scanner: mx12.migadu.com X-TUID: 5utHJxfPyhsi * gnu/packages/graphics.scm (coin3d): New Variable. (coin3D): Define as deprecated. (coin3D-4): Point to coin3d. * gnu/packages/engineering.scm (freecad): Use coin3d instead of coin3D. * gnu/packages/python-xyz.scm (python-pivy): Ditto. * gnu/packages/qt.scm (soqt): Ditto. Change-Id: I4e83e25e80c512350f38024847891eac14723f26 --- gnu/packages/engineering.scm | 2 +- gnu/packages/graphics.scm | 9 ++++++--- gnu/packages/python-xyz.scm | 2 +- gnu/packages/qt.scm | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 6f42d674e5..7a60036c28 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2816,7 +2816,7 @@ (define-public freecad swig)) (inputs (list boost - coin3D + coin3d double-conversion eigen fmt diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index a63629823a..ebbc705cfc 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -1951,9 +1951,9 @@ (define-public opencsg (home-page "https://www.opencsg.org/") (license license:gpl2)))) -(define-public coin3D +(define-public coin3d (package - (name "coin3D") + (name "coin3d") (version "4.0.0") (source (origin @@ -2001,7 +2001,10 @@ (define-public coin3D and engineering community.") (license license:bsd-3))) -(define-deprecated coin3D-4 coin3D) +(define-deprecated coin3D coin3d) +(export coin3D) + +(define-deprecated coin3D-4 coin3d) (export coin3D-4) (define-public skia diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 92566abfed..44c709a880 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -32421,7 +32421,7 @@ (define-public python-pivy libice soqt glew - coin3D)) + coin3d)) (home-page "https://github.com/coin3d/pivy") (synopsis "Python bindings to Coin3D") (description diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index dcc9bfeb62..2f23e292e8 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -5115,7 +5115,7 @@ (define-public soqt (native-inputs (list pkg-config cmake)) (inputs - (list qtbase-5 coin3D)) + (list qtbase-5 coin3d)) (home-page "https://github.com/coin3d/soqt") (synopsis "Qt GUI component toolkit library for Coin") (description "SoQt is a Qt GUI component toolkit library for Coin. It is -- 2.41.0