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 <dannym@scratchpost.org>
This commit is contained in:
Raghav Gururajan 2020-03-29 22:53:07 -04:00 committed by Danny Milosavljevic
parent 72c71d2497
commit 9be3ab7bbe
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5
3 changed files with 2 additions and 46 deletions

View file

@ -96,6 +96,7 @@ (define-module (gnu packages audio)
#: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

View file

@ -42,6 +42,7 @@ (define-module (gnu packages kde-internet)
#: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)

View file

@ -380,52 +380,6 @@ (define-public libsrtp
(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.