guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/26: gnu: ortp: Update to 5.2.49.


From: guix-commits
Subject: 13/26: gnu: ortp: Update to 5.2.49.
Date: Sun, 9 Apr 2023 05:06:37 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit e4cc8a5cad707b89ddd55d5d11feca631b0ed716
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Apr 8 14:03:57 2023 +0200

    gnu: ortp: Update to 5.2.49.
    
    * gnu/packages/linphone.scm (ortp): Update to 5.2.49.
    [arguments]: Disable documentation.
---
 gnu/packages/linphone.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index bee63a9d04..6b430364ba 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -395,7 +395,7 @@ such as conferencing.")
 (define-public ortp
   (package
     (name "ortp")
-    (version "4.4.34")
+    (version "5.2.49")
     (source
      (origin
        (method git-fetch)
@@ -404,7 +404,7 @@ such as conferencing.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1r1kvjzyfvkf66in4p51wi87balzg3sw3aq6r4xr609mz86spi5m"))))
+        (base32 "1hzbrj1ny3lr9sql0lrxggc48sqv5j2yvbpnrdnph88pwzrdnbn5"))))
     (build-system cmake-build-system)
     (outputs '("out""tester"
                "doc"))                  ;1.5 MiB of HTML doc
@@ -412,6 +412,7 @@ such as conferencing.")
      (list
       #:tests? #f                       ;requires networking
       #:configure-flags '(list "-DENABLE_STATIC=NO"
+                               "-DENABLE_DOC=NO" ;XXX: missing link for b64
                                "-DENABLE_TESTS=YES")
       #:phases
       #~(modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]