From patchwork Sat Sep 18 13:37:52 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: phodina X-Patchwork-Id: 33122 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id A680727BBE3; Sat, 18 Sep 2021 14:39:12 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 2A5FD27BBE1 for ; Sat, 18 Sep 2021 14:39:12 +0100 (BST) Received: from localhost ([::1]:51438 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mRaYh-0005n7-8s for patchwork@mira.cbaines.net; Sat, 18 Sep 2021 09:39:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47134) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mRaYY-0005kc-O2 for guix-patches@gnu.org; Sat, 18 Sep 2021 09:39:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50577) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mRaYY-0006SW-Ft for guix-patches@gnu.org; Sat, 18 Sep 2021 09:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mRaYY-0001Yb-Ay for guix-patches@gnu.org; Sat, 18 Sep 2021 09:39:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#50661] [PATCH v2] gnu: Add valeronoi. References: In-Reply-To: Resent-From: phodina Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 18 Sep 2021 13:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50661 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "50661@debbugs.gnu.org" <50661@debbugs.gnu.org> Received: via spool by 50661-submit@debbugs.gnu.org id=B50661.16319722855911 (code B ref 50661); Sat, 18 Sep 2021 13:39:02 +0000 Received: (at 50661) by debbugs.gnu.org; 18 Sep 2021 13:38:05 +0000 Received: from localhost ([127.0.0.1]:33890 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mRaXd-0001XH-0q for submit@debbugs.gnu.org; Sat, 18 Sep 2021 09:38:05 -0400 Received: from mail-4323.protonmail.ch ([185.70.43.23]:62385) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mRaXb-0001Wn-65 for 50661@debbugs.gnu.org; Sat, 18 Sep 2021 09:38:04 -0400 Date: Sat, 18 Sep 2021 13:37:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1631972276; bh=boH9/RJkqXQAO+vSaRfpX52/h+Ii0r77b2DxfftM3Mg=; h=Date:To:From:Reply-To:Subject:From; b=TjMsuL3PI0ta8u21U1UOh5t4mjYSxTFlk2KGVgm6cDfnLgJ3gQxFRUovdxqvV8YZP lgqRdi3SjPoUQ7YqUBzNqAOG8Y+CWcGmz3whQNd08npI873O3uzY06SR3cWCs3ApSn pAqmFChcqTpwDUH/WHI6RO5uXddmsei85KV+ZNwk= Message-ID: MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" Reply-to: phodina X-ACL-Warn: , phodina via Guix-patches X-Patchwork-Original-From: phodina via Guix-patches via From: phodina X-getmail-retrieved-from-mailbox: Patches Fixed forgotten formatting issues. --8<---------------cut here---------------start------------->8-- * gnu/packages/engineering.scm (valeronoi): New variable. --- 2.32.0 diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 46622f3a1f..f61fa04a43 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -24,6 +24,7 @@ ;;; Copyright © 2021 qblade ;;; Copyright © 2021 Gerd Heber ;;; Copyright © 2021 Guillaume Le Vaillant +;;; Copyright © 2021 Petr Hodina ;;; ;;; This file is part of GNU Guix. ;;; @@ -127,6 +128,7 @@ #:use-module (gnu packages xml) #:use-module (gnu packages xiph) #:use-module (gnu packages openkinect) + #:use-module (gnu packages xdisorg) #:use-module (gnu packages xorg)) (define-public librecad @@ -1168,6 +1170,42 @@ educational use. As such, there is an emphasis on capabilities that improve the 'showing the effect of'-style of operation.") (license license:gpl2+))) +(define-public valeronoi +(package + (name "valeronoi") + (version "v0.1.3") + (source (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/ccoors/Valeronoi") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a866h37xmhrnl7hnkhdzjjm8dpjwhq0va2g6hdcp7y949d82ipp")))) + (build-system cmake-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key outputs #:allow-other-keys) + (invoke "./valeronoi-tests")))))) + (inputs `(("qtbase" ,qtbase-5) + ("qtsvg" ,qtsvg) + ("openssl" ,openssl) + ("libxkbcommon" ,libxkbcommon) + ("cgal" ,cgal) + ("gmp" ,gmp) + ("mpfr" ,mpfr) + ("boost" ,boost))) + (synopsis "WiFi mapping companion app for Valetudo") + (description "Valeronoi (Valetudo + Voronoi) is a companion for Valetudo +for generating WiFi signal strength maps. It visualizes them using a Voronoi +diagram.") + (home-page "https://github.com/ccoors/Valeronoi") + (license license:gpl3))) + (define-public volk (package (name "volk")