[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/217: gnu: zxing-cpp: Update to 1.2.0.
From: |
guix-commits |
Subject: |
43/217: gnu: zxing-cpp: Update to 1.2.0. |
Date: |
Sun, 14 Nov 2021 19:20:35 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit a2ebefe7bf84e2f9b55f8790ccd127aee9a6abc1
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 1 23:34:47 2021 -0400
gnu: zxing-cpp: Update to 1.2.0.
* gnu/packages/aidc.scm (zxing-cpp): Update to 1.2.0. Remove trailing #t.
[native-inputs]: Remove field.
[out-of-source?]: Remove argument.
[tests?]: Set to #f.
[configure-flags]: New argument.
[phases]: Remove argument.
---
gnu/packages/aidc.scm | 33 ++++++++-------------------------
1 file changed, 8 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm
index 21fc195..0c89f1d 100644
--- a/gnu/packages/aidc.scm
+++ b/gnu/packages/aidc.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
+;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -46,7 +47,7 @@
(define-public zxing-cpp
(package
(name "zxing-cpp")
- (version "1.0.8")
+ (version "1.2.0")
(source
(origin
(method git-fetch)
@@ -56,32 +57,14 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "011sq8wcjfxbnd8sj6bf2fgkamlp8gj6q835g61c952npvwsnl71"))))
- (native-inputs
- `(("googletest-source" ,(package-source googletest))))
+ (base32 "1gjj9c7h634rrmmgzbc7cxjqsxdq0paj6113k02ncjm1s9abk7ik"))))
(build-system cmake-build-system)
(arguments
- `(#:out-of-source? #f
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'unpack-googletest
- ;; Copy the googletest sources to where the CMake build expects
them.
- (lambda* (#:key inputs #:allow-other-keys)
- (let ((source (assoc-ref inputs "googletest-source"))
- (target "test/unit/googletest-src"))
- (mkdir-p target)
- (copy-recursively source target)
- ;; Disable downloading via ExternalProject.
- (substitute* "test/unit/CMakeLists.txt.in"
- (("ExternalProject_Add\\(") "message("))
- #t)))
- (replace 'check
- (lambda _
- (with-directory-excursion "test/unit"
- (invoke "cmake" ".")
- (invoke "make")
- (invoke "./ZXingUnitTest"))
- #t)))))
+ ;; The test suite build system is written in a way that required external
+ ;; libraries such as googletest, fmt and others are to be fetched from
+ ;; the network (see: https://github.com/nu-book/zxing-cpp/issues/260).
+ `(#:tests? #f
+ #:configure-flags '("-DBUILD_BLACKBOX_TESTS=OFF")))
(synopsis "C++ port of ZXing")
(description "ZXing-CPP is a barcode scanning library.")
(home-page "https://github.com/nu-book/zxing-cpp")
- 61/217: gnu: gst-plugins-base: Update to 1.18.5., (continued)
- 61/217: gnu: gst-plugins-base: Update to 1.18.5., guix-commits, 2021/11/14
- 58/217: gnu: polkit: Update to 0.120 and ungraft., guix-commits, 2021/11/14
- 70/217: gnu: python-keras: Enable parallel tests., guix-commits, 2021/11/14
- 52/217: Revert commits made to resolve a gdk-pixbuf+svg propagation issue., guix-commits, 2021/11/14
- 69/217: gnu: tensorflow: Enable parallel build (at least partially)., guix-commits, 2021/11/14
- 77/217: gnu: tzdata: Update to 2021e., guix-commits, 2021/11/14
- 79/217: gnu: diffutils: Fix signal processing., guix-commits, 2021/11/14
- 90/217: gnu: glade3: Remove sitecustomize.py workaround., guix-commits, 2021/11/14
- 103/217: build: glib-or-gtk-build-system: Simplify the wrap-all-programs phase., guix-commits, 2021/11/14
- 118/217: gnu: cmake-bootstrap: Update to 3.21.3., guix-commits, 2021/11/14
- 43/217: gnu: zxing-cpp: Update to 1.2.0.,
guix-commits <=
- 60/217: gnu: gstreamer: Update to 1.18.5., guix-commits, 2021/11/14
- 48/217: gnu: python-gst: Update to 1.19.2., guix-commits, 2021/11/14
- 55/217: gnu: abseil-cpp: Update to 20210324.2., guix-commits, 2021/11/14
- 65/217: gnu: gst-libav: Update to 1.18.5., guix-commits, 2021/11/14
- 64/217: gnu: gst-plugins-ugly: Update to 1.18.5., guix-commits, 2021/11/14
- 57/217: gnu: Add a missing copyright., guix-commits, 2021/11/14
- 53/217: gnu: googletest: Update to 1.11.0., guix-commits, 2021/11/14
- 66/217: gnu: gst-editing-services: Update to 1.18.5., guix-commits, 2021/11/14
- 74/217: gnu: python-keras: Skip a flaky test., guix-commits, 2021/11/14
- 83/217: gnu: gcc-5: Fix powerpc64le-linux build, guix-commits, 2021/11/14