From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 26 02:03:34 2025 Received: (at submit) by debbugs.gnu.org; 26 Mar 2025 06:03:34 +0000 Received: from localhost ([127.0.0.1]:40962 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1txJrS-0006Hv-BW for submit@debbugs.gnu.org; Wed, 26 Mar 2025 02:03:34 -0400 Received: from lists.gnu.org ([2001:470:142::17]:55008) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1txJrP-0006Hd-27 for submit@debbugs.gnu.org; Wed, 26 Mar 2025 02:03:31 -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 1txJrJ-0007uf-5F for guix-patches@gnu.org; Wed, 26 Mar 2025 02:03:25 -0400 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1txJrG-00012n-By for guix-patches@gnu.org; Wed, 26 Mar 2025 02:03:24 -0400 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id D996B25E93; Wed, 26 Mar 2025 07:03:18 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id Gl7YpDx3WzNa; Wed, 26 Mar 2025 07:03:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1742968994; bh=5ttxw8NOoGQ5xKnxoKDTI0vNvZYTzZDoadrorXLsIls=; h=From:To:Cc:Subject:Date; b=DUfIkM2BtVrIVx1XQqjOcXOgWSNYlxciyB2mfftJgYr7fIWWc28Aq8G5gdW8SQUZb E5cqdYku6HU2/lqd9UkIu1fy7j8QFyZNbBJJh6It4m6DEm5vDgfxZSgAxE8FwT/v2a GvMetlxzbNdph22kneTCeg6bEBGKy8XBFojgcLR7JVQbdzrWIHI3GRHIwgdqQkr7rL 4hFYmyRgTKQWA+2mMkvfNbI+3FFbZDSxqoapQIXjMOZcUipaPfY7CILin4sc/x9bEO Pl67nU6z8jqlu+qkgHmdE68kUdFJ8ReSSoAgu3K91EKpEJCQUMMMusEHn8zt4w9y/E lAa2yPNNfrHtA== From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= To: guix-patches@gnu.org Subject: [PATCH] gnu: mepo: Update to 1.3.4. Date: Wed, 26 Mar 2025 15:02:56 +0900 Message-ID: MIME-Version: 1.0 X-Debbugs-Cc: Andreas Enge , Eric Bavier , Sharlatan Hellseher Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=mcsinyx@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: andreas@enge.fr, =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= 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: -0.1 (/) * gnu/packages/geo.scm (mepo): Update to 1.3.4. [arguments]: : Specify Zig 0.14. : Add 'patch-geoclue-demos-path. [inputs]: Add geoclue. Change-Id: Ibb9020dcb8202becced1c70ac2a616502dec466e --- gnu/packages/geo.scm | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 79b57669e3b2..8682d29e0e51 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -155,7 +155,8 @@ (define-module (gnu packages geo) #:use-module (gnu packages webkit) #:use-module (gnu packages wxwidgets) #:use-module (gnu packages xml) - #:use-module (gnu packages xorg)) + #:use-module (gnu packages xorg) + #:use-module (gnu packages zig)) (define-public gmt (package @@ -618,7 +619,7 @@ (define-public libgeotiff (define-public mepo (package (name "mepo") - (version "1.3.3") + (version "1.3.4") (source (origin (method git-fetch) @@ -627,15 +628,25 @@ (define-public mepo (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "025nxkilar3gdif2f1zsiy27614x2hbpcmh38sl61ng37aji0jw4")))) + (base32 "0cz4ihz4mw1v47x3xycyayfs28xlns2war2dif31awzg02a3rlfl")))) (build-system zig-build-system) (arguments (list #:install-source? #f - ;; Work around https://github.com/ziglang/zig/issues/17384 - #:zig-build-flags #~(list "--search-prefix" #$curl) + #:zig zig-0.14 #:zig-release-type "safe" #:phases #~(modify-phases %standard-phases + (add-after 'unpack 'patch-geoclue-demos-path + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "scripts/mepo_ui_menu_user_pin_updater.sh" + (("/usr/libexec/geoclue-2.0/demos/agent") + (search-input-file + inputs + "libexec/geoclue-2.0/demos/agent")) + (("/usr/libexec/geoclue-2.0/demos/where-am-i") + (search-input-file + inputs + "libexec/geoclue-2.0/demos/where-am-i"))))) (add-after 'install 'wrap-scripts (lambda* (#:key inputs #:allow-other-keys) (let ((bin-dirs @@ -675,7 +686,7 @@ (define-public mepo "mepo_ui_menu_user_pin_updater.sh")))))))) (native-inputs (list pkg-config)) ;; TODO: package Mobroute - (inputs (list bash-minimal busybox curl gpsd jq ncurses + (inputs (list bash-minimal busybox curl geoclue gpsd jq ncurses sdl2 sdl2-gfx sdl2-image sdl2-ttf util-linux xwininfo zenity)) (home-page "https://mepo.lrdu.org") base-commit: 4d655e48836d5be89942a38da532431316f6887b -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 26 04:54:13 2025 Received: (at 77268-done) by debbugs.gnu.org; 26 Mar 2025 08:54:13 +0000 Received: from localhost ([127.0.0.1]:41300 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1txMWb-00065w-8S for submit@debbugs.gnu.org; Wed, 26 Mar 2025 04:54:13 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:40556) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1txMWY-00065h-CW for 77268-done@debbugs.gnu.org; Wed, 26 Mar 2025 04:54:11 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 20251445; Wed, 26 Mar 2025 09:54:04 +0100 (CET) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id P36_ZPLjDKB3; Wed, 26 Mar 2025 09:54:03 +0100 (CET) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 304411EB; Wed, 26 Mar 2025 09:54:03 +0100 (CET) Date: Wed, 26 Mar 2025 09:54:01 +0100 From: Andreas Enge To: =?utf-8?B?Tmd1eeG7hW4=?= Gia Phong Subject: Re: [bug#77268] [PATCH] gnu: mepo: Update to 1.3.4. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Rspamd-Queue-Id: 20251445 X-Spamd-Result: default: False [-9.60 / 15.00]; REPLY(-4.00)[]; NEURAL_HAM(-3.00)[-1.000]; BAYES_HAM(-3.00)[99.99%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; ARC_NA(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_ENVRCPT(0.00)[gmail.com]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; FREEMAIL_CC(0.00)[debbugs.gnu.org,posteo.net,gmail.com] X-Rspamd-Action: no action X-Spamd-Bar: --------- X-Rspamd-Server: hera X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77268-done Cc: 77268-done@debbugs.gnu.org, Sharlatan Hellseher , Eric Bavier 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 (-) Am Wed, Mar 26, 2025 at 03:02:56PM +0900 schrieb Nguyễn Gia Phong: > * gnu/packages/geo.scm (mepo): Update to 1.3.4. Pushed, thanks! Andreas From unknown Wed Jun 18 23:18:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 23 Apr 2025 11:24:16 +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