GNU bug report logs

#78643 [PATCH 0/3] gnu: Add spectacle-ocr-screenshot.

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Full log

Message #11 received at 78643@debbugs.gnu.org (full text, mbox, reply):

Received: (at 78643) by debbugs.gnu.org; 30 May 2025 18:01:51 +0000
From debbugs-submit-bounces@debbugs.gnu.org Fri May 30 14:01:50 2025
Received: from localhost ([127.0.0.1]:50474 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1uL43C-000083-9Z
	for submit@debbugs.gnu.org; Fri, 30 May 2025 14:01:50 -0400
Received: from layka.disroot.org ([178.21.23.139]:55132)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
 (Exim 4.84_2) (envelope-from <sughosha@disroot.org>)
 id 1uL435-00007O-QP
 for 78643@debbugs.gnu.org; Fri, 30 May 2025 14:01:44 -0400
Received: from mail01.disroot.lan (localhost [127.0.0.1])
 by disroot.org (Postfix) with ESMTP id E986B260BE;
 Fri, 30 May 2025 20:01:42 +0200 (CEST)
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 Wxgu8p7rlcKU; Fri, 30 May 2025 20:01:42 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail;
 t=1748628102; bh=q7RyePypv//8h0fJOl6KTMcRmpLbUDYXJL1nGHCxdko=;
 h=From:To:Cc:Subject:Date:In-Reply-To:References;
 b=AOOS/o2N2/bbe7eaFKuF5RiwAo0d6R7YWl+uW9IRhhCMXv389ELyoQZyKuaSHmuE8
 tgPglYDpMfP3v2FXy5LcK+XHGnugGzf1o3IeMqJrICha7L5YOPQVr0M9JfdbmRDyhK
 e2+xlVrJFE4nFcNmk3Ptar9lFKFG0/gVBXXwJnwHVbXNyiY9kAGcJVmfbB61N9eRFY
 xOekDBApu8cm8L5RM/sTuBb0VkQHhgKod2VlXynueX6hACyEY9hNWOeue7kFaVoFgF
 ywFdjJF8XcQXFCB9ecxSWkDlyGL45fE+0GKp7FSEu9S6lSCK6eV5eoJ8A08DL4l1la
 8Hu5DvohQWR8g==
From: Sughosha <sughosha@disroot.org>
To: 78643@debbugs.gnu.org
Subject: [PATCH 2/3] gnu: zxing-cpp: Update to 2.3.0.
Date: Fri, 30 May 2025 23:31:01 +0530
Message-ID: <489237b4fe7555869b45157b3583748d99f04ae8.1748627468.git.sughosha@disroot.org>
In-Reply-To: <cover.1748627468.git.sughosha@disroot.org>
References: <cover.1748627468.git.sughosha@disroot.org>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-Spam-Score: 0.0 (/)
X-Debbugs-Envelope-To: 78643
Cc: Sughosha <sughosha@disroot.org>
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -1.0 (-)
* gnu/packages/aidc.scm (zxing-cpp): Update to 2.3.0.
[arguments]<#:configure-flags>: Add "-DZXING_USE_BUNDLED_ZINT=OFF",
"-DZXING_EXAMPLES=OFF" and "-DZXING_UNIT_TESTS=ON".
[native-inputs]: Add pkg-config.
[inputs]: Add zint.

Change-Id: Ib16a05a0e629609420948120870b6a031aea5bcd
---
 gnu/packages/aidc.scm | 47 ++++++++++++++++++++++---------------------
 1 file changed, 24 insertions(+), 23 deletions(-)

diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm
index 9400bb2823..b4fbd2804a 100644
--- a/gnu/packages/aidc.scm
+++ b/gnu/packages/aidc.scm
@@ -83,29 +83,30 @@ (define-public zint
     (license (list license:bsd-2 license:gpl3+))))
 
 (define-public zxing-cpp
-  ;; Use the master branch as it includes unreleased build system improvements
-  ;; allowing to use system libraries (instead of attempting to fetch them
-  ;; from the Internet).
-  (let ((revision "0")
-        (commit "00783db7aa3bcf8620a301854ac71c0ceaaca0c1"))
-    (package
-      (name "zxing-cpp")
-      (version (git-version "1.2.0" revision commit))
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                      (url "https://github.com/nu-book/zxing-cpp")
-                      (commit commit)))
-                (file-name (git-file-name name version))
-                (sha256
-                 (base32
-                  "1yl2cpaqiv1g4nq9v0xfj1vd5faz55k4541vz6hsffvcxgn9nmc5"))))
-      (build-system cmake-build-system)
-      (native-inputs (list fmt-8 googletest))
-      (synopsis "C++ port of ZXing")
-      (description "ZXing-CPP is a barcode scanning library.")
-      (home-page "https://github.com/nu-book/zxing-cpp")
-      (license license:asl2.0))))
+  (package
+    (name "zxing-cpp")
+    (version "2.3.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/nu-book/zxing-cpp")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1hdr73fllnsp3zpmrhw6cjla39lihwg1khgvddsf4v57a0lmiy3f"))))
+    (build-system cmake-build-system)
+    (arguments
+     (list #:configure-flags
+           #~(list "-DZXING_USE_BUNDLED_ZINT=OFF"
+                   "-DZXING_EXAMPLES=OFF" ;requires stb
+                   "-DZXING_UNIT_TESTS=ON")))
+    (native-inputs (list fmt-8 googletest pkg-config))
+    (inputs (list zint))
+    (synopsis "C++ port of ZXing")
+    (description "ZXing-CPP is a barcode scanning library.")
+    (home-page "https://github.com/nu-book/zxing-cpp")
+    (license license:asl2.0)))
 
 ;;; This older variant is kept for gst-plugins-bad (see:
 ;;; https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1684).
-- 
2.49.0





Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Wed Sep 10 09:23:34 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.