[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/51: gnu: pjproject: Update to 2.13.
From: |
guix-commits |
Subject: |
15/51: gnu: pjproject: Update to 2.13. |
Date: |
Tue, 28 Mar 2023 20:20:20 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit 846c615e15b6848c1e4c7d18146d6b40d417cf9f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Mar 24 23:24:57 2023 -0400
gnu: pjproject: Update to 2.13.
* gnu/packages/telephony.scm (pjproject): Update to 2.13.
[arguments]: Disable the resolver-related tests.
---
gnu/packages/telephony.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 81621e9d4d..c921507fd3 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -17,7 +17,7 @@
;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
;;; Copyright © 2020, 2022 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
-;;; Copyright © 2020, 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2020, 2021, 2022, 2023 Maxim Cournoyer
<maxim.cournoyer@gmail.com>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2021 LibreMiami <packaging-guix@libremiami.org>
;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
@@ -729,7 +729,7 @@ your calls and messages.")
(define-public pjproject
(package
(name "pjproject")
- (version "2.12.1")
+ (version "2.13")
(source
(origin
(method git-fetch)
@@ -739,7 +739,7 @@ your calls and messages.")
(file-name (git-file-name name version))
(sha256
(base32
- "0xrj4sznbaip22y9hclff6y81l285bzkkj1smzifskpk3kiwp00w"))
+ "0ld0adp9y2ydnz2ldwdzig3hpk4ayx1va6aqc3nja8zfdnd36fyb"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -820,7 +820,10 @@ your calls and messages.")
"#define INCLUDE_TCP_TEST 0\n")
;; The TSX tests takes a very long time to run; skip them.
(("#define INCLUDE_TSX_GROUP.*")
- "#define INCLUDE_TSX_GROUP 0\n"))
+ "#define INCLUDE_TSX_GROUP 0\n")
+ ;; The resolve test requires a working domain name resolver.
+ (("#define INCLUDE_RESOLVE_TEST.*")
+ "#define INCLUDE_RESOLVE_TEST 0\n"))
(substitute* "pjsip/src/test/dns_test.c"
;; The round_robin_test fails non-deterministically (depending
;; on load); skip it (see:
- 32/51: gnu: qtserialport: Update to 5.15.8., (continued)
- 32/51: gnu: qtserialport: Update to 5.15.8., guix-commits, 2023/03/28
- 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 <=
- 21/51: gnu: qt3d-5: Update to 5.15.8., guix-commits, 2023/03/28
- 24/51: gnu: qtx11extras: Update to 5.15.8., guix-commits, 2023/03/28
- 26/51: gnu: qtdeclarative-5: Update to 5.15.8., guix-commits, 2023/03/28
- 27/51: gnu: qtconnectivity: Update to 5.15.8., guix-commits, 2023/03/28
- 29/51: gnu: qtsensors: Update to 5.15.8., guix-commits, 2023/03/28
- 36/51: gnu: qtwebview: Update to 5.15.8., guix-commits, 2023/03/28
- 42/51: gnu: qtgraphicaleffects: Update to 5.15.8., guix-commits, 2023/03/28
- 43/51: gnu: qtgamepad: Update to 5.15.8., guix-commits, 2023/03/28
- 45/51: gnu: qtpurchasing: Update to 5.15.8., guix-commits, 2023/03/28
- 46/51: gnu: qtcharts: Update to 5.15.8., guix-commits, 2023/03/28