[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/51: gnu: qtserialport: Update to 5.15.8.
From: |
guix-commits |
Subject: |
32/51: gnu: qtserialport: Update to 5.15.8. |
Date: |
Tue, 28 Mar 2023 20:20:22 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit 5d7b700356552fa4b2e47472bf174e14e521e55f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Mar 27 16:09:50 2023 -0400
gnu: qtserialport: Update to 5.15.8.
* gnu/packages/qt.scm (qtserialport): Update to 5.15.8.
[arguments]: Use gexps. Simplify pattern in patch-dlopen-paths.
---
gnu/packages/qt.scm | 38 ++++++++++++++++++++------------------
1 file changed, 20 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 80317ef5ec..596a7a86d3 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1708,30 +1708,32 @@ compositor libraries.")
(license (package-license qtbase))))
(define-public qtserialport
- (package (inherit qtsvg-5)
+ (package
+ (inherit qtsvg-5)
(name "qtserialport")
- (version "5.15.5")
+ (version "5.15.8")
(source (origin
- (method url-fetch)
- (uri (qt-urls name version))
- (sha256
- (base32
- "0xg2djwhrj5jqamawlp75g70nmwbp2ph2hh1pm45s36jkxm0k7al"))))
+ (method url-fetch)
+ (uri (qt-urls name version))
+ (sha256
+ (base32
+ "04i8pdyml1sw4dkk9vyw2xy5bz3fp6f90fws7ag5y8iizfgs5v2v"))))
(native-inputs (list perl))
- (inputs
- (list qtbase-5 eudev))
+ (inputs (list qtbase-5 eudev))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg-5)
((#:phases phases)
- `(modify-phases ,phases
- (add-after 'unpack 'patch-dlopen-paths
- (lambda* (#:key inputs #:allow-other-keys)
- (substitute* "src/serialport/qtudev_p.h"
- ;; Use the absolute paths for dynamically loaded libs,
- ;; otherwise the lib will be searched in LD_LIBRARY_PATH which
- ;; typically is not set in guix.
-
(("^\\s*(udevLibrary->setFileNameAndVersion\\(QStringLiteral\\(\")(udev\"\\),\\s*[0-9]+\\);)"
_ a b)
- (string-append a (assoc-ref inputs "eudev") "/lib/lib"
b)))))))))
+ #~(modify-phases #$phases
+ (add-after 'unpack 'patch-dlopen-paths
+ (lambda* (#:key inputs #:allow-other-keys)
+ (substitute* "src/serialport/qtudev_p.h"
+ ;; Use the absolute paths for dynamically loaded libs,
+ ;; otherwise the lib will be searched in LD_LIBRARY_PATH
which
+ ;; typically is not set in guix.
+ (("setFileNameAndVersion\\(QStringLiteral\\(\"udev\")")
+ (format #f "setFileNameAndVersion(QStringLiteral(~s))"
+ (string-append #$(this-package-input "eudev")
+ "/lib/libudev"))))))))))
(synopsis "Qt Serial Port module")
(description "The Qt Serial Port module provides the library for
interacting with serial ports from within Qt.")))
- 50/51: gnu: qtspeech: Update to 5.15.8., (continued)
- 50/51: gnu: qtspeech: Update to 5.15.8., guix-commits, 2023/03/28
- 03/51: gnu: gstreamer-docs: Update to 1.22.1., guix-commits, 2023/03/28
- 11/51: gnu: webkitgtk: Update to 2.40.0., guix-commits, 2023/03/28
- 14/51: gnu: ffmpeg: Add a debug output., guix-commits, 2023/03/28
- 16/51: gnu: jami: Update to 20230323.0., guix-commits, 2023/03/28
- 18/51: gnu: Remove libcanberra/gtk+-2., guix-commits, 2023/03/28
- 19/51: build: qt-utils: Revert setting QT_PLUGIN_PATH exactly., guix-commits, 2023/03/28
- 20/51: gnu: qtbase-5: Update to 5.15.8., guix-commits, 2023/03/28
- 23/51: gnu: qtimageformats: Update to 5.15.8., guix-commits, 2023/03/28
- 30/51: gnu: qtmultimedia-5: Update to 5.15.8., guix-commits, 2023/03/28
- 32/51: gnu: qtserialport: Update to 5.15.8.,
guix-commits <=
- 34/51: gnu: qtwebchannel-5: Update to 5.15.8., guix-commits, 2023/03/28
- 51/51: gnu: qtwebengine-5: Update to 5.15.8., guix-commits, 2023/03/28
- 33/51: gnu: qtserialbus: Update to 5.15.8., guix-commits, 2023/03/28
- 37/51: gnu: qtlocation: Update to 5.15.5., guix-commits, 2023/03/28
- 39/51: gnu: qtscript: Update to 5.15.8., guix-commits, 2023/03/28
- 41/51: gnu: qtquickcontrols2-5: Update to 5.15.8., guix-commits, 2023/03/28
- 44/51: gnu: qtscxml: Update to 5.15.8., guix-commits, 2023/03/28
- 08/51: gnu: gst-libav: Update to 1.22.1., guix-commits, 2023/03/28
- 12/51: gnu: ffmpeg-5: Rename variable to ffmpeg., guix-commits, 2023/03/28
- 15/51: gnu: pjproject: Update to 2.13., guix-commits, 2023/03/28