mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
72c71d2497
commit
9be3ab7bbe
3 changed files with 2 additions and 46 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue