summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-06-08 23:34:46 -0400
committerMaxim Cournoyer <maxim@guixotic.coop>2025-08-25 16:38:46 +0900
commit447456be016759b8db05ebcc8fcf5924ca2f4858 (patch)
tree76a3dd22949d6f858e611e050768c4e2e196bd82 /gnu/packages
parent8778183fe6b27a59f019b48f364a76f2c0caea19 (diff)
gnu: ortp: Update to 5.3.57.
* gnu/packages/linphone.scm (ortp): Update to 5.3.57. [configure-flags]: Replace -DENABLE_STATIC=OFF with -DBUILD_SHARED_LIBS=ON. Change-Id: I8aeb5660356f31ab464b74e113cbb47f19c3c464
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/linphone.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index 676a4c60bb0..f30b156f0c0 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -398,7 +398,7 @@ such as conferencing.")
(define-public ortp
(package
(name "ortp")
- (version "5.2.49")
+ (version "5.3.57")
(source
(origin
(method git-fetch)
@@ -407,14 +407,14 @@ such as conferencing.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1hzbrj1ny3lr9sql0lrxggc48sqv5j2yvbpnrdnph88pwzrdnbn5"))))
+ (base32 "1bl3ig1xbxprcdid9i8bnl433x4crxqnj30x5lxiy9ka79b8s8r6"))))
(build-system cmake-build-system)
(outputs '("out" "tester"
"doc")) ;1.5 MiB of HTML doc
(arguments
(list
#:tests? #f ;requires networking
- #:configure-flags '(list "-DENABLE_STATIC=NO"
+ #:configure-flags '(list "-DBUILD_SHARED_LIBS=ON"
"-DENABLE_DOC=NO" ;XXX: missing link for b64
"-DENABLE_TESTS=YES"
;; fix build error with GCC 14.