guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Remove bctoolbox and ortp.


From: guix-commits
Subject: branch master updated: gnu: Remove bctoolbox and ortp.
Date: Fri, 03 Apr 2020 10:44:13 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9be3ab7  gnu: Remove bctoolbox and ortp.
9be3ab7 is described below

commit 9be3ab7bbe41234d861062e0037d3bd24cbba274
Author: Raghav Gururajan <address@hidden>
AuthorDate: Sun Mar 29 22:53:07 2020 -0400

    gnu: Remove bctoolbox and ortp.
    
    * gnu/packages/telephony.scm (bctoolbox): Delete variable.
    (ortp): Delete variable.
    * gnu/packages/audio.scm (bluez-alsa)[inputs]: Update ortp reference.
    * gnu/packages/kde-internet.scm (kopete)[inputs]: Update ortp reference.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/audio.scm        |  1 +
 gnu/packages/kde-internet.scm |  1 +
 gnu/packages/telephony.scm    | 46 -------------------------------------------
 3 files changed, 2 insertions(+), 46 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 803efb5..f368fed 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -96,6 +96,7 @@
   #:use-module (gnu packages sdl)
   #:use-module (gnu packages serialization)
   #:use-module (gnu packages telephony)
+  #:use-module (gnu packages linphone)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages video)
   #:use-module (gnu packages vim) ;xxd
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index 12aa9fe..666959e 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -42,6 +42,7 @@
   #:use-module (gnu packages serialization)
   #:use-module (gnu packages ssh)
   #:use-module (gnu packages telephony)
+  #:use-module (gnu packages linphone)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages video)
   #:use-module (gnu packages web)
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index 9c2c499..95d3ab5 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -380,52 +380,6 @@ supporting cryptographic kernel.")
     (home-page "https://github.com/cisco/libsrtp";)
     (license license:bsd-3)))
 
-(define-public bctoolbox
-  (package
-    (name "bctoolbox")
-    (version "0.2.0")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append 
"mirror://savannah/linphone/bctoolbox/bctoolbox-"
-                                  version ".tar.gz"))
-              (sha256
-               (base32
-                "14ivv6bh6qywys6yyb34scy9w78d636xl1f7cyxm3gwx2qv71lx5"))))
-    (build-system gnu-build-system)
-    (arguments '(#:make-flags '("CFLAGS=-fPIC")))
-    (native-inputs
-     `(("cunit" ,cunit)))
-    (inputs
-     `(("mbedtls" ,mbedtls-apache)))
-    (home-page "https://www.linphone.org";)
-    (synopsis "Utilities library for linphone software")
-    (description "BCtoolbox is a utilities library used by Belledonne
-Communications software like linphone.")
-    (license license:gpl2+)))
-
-(define-public ortp
-  (package
-    (name "ortp")
-    (version "0.27.0")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://download.savannah.nongnu.org/";
-                                  "releases/linphone/ortp/sources/ortp-"
-                                  version ".tar.gz"))
-              (sha256
-               (base32
-                "1by0dqdqrj5avzcvjws30g8v5sa61wj12x00sxw0kn1smcrshqgb"))))
-    (build-system gnu-build-system)
-    (inputs
-     `(("bctoolbox" ,bctoolbox)))
-    (native-inputs
-     `(("pkg-config" ,pkg-config)))
-    (home-page "https://linphone.org/";)
-    (synopsis "Implementation of the Real-time transport protocol")
-    (description "oRTP is a library implementing the Real-time transport
-protocol (RFC 3550).")
-    (license license:lgpl2.1+)))
-
 (define-public libiax2
   (let ((commit "0e5980f1d78ce462e2d1ed6bc39ff35c8341f201"))
     ;; This is the commit used by the Ring Project.



reply via email to

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