Archived
1
0
Fork 0

gnu: bzrtp: Update to 4.4.34 and enable tests.

* gnu/packages/linphone.scm (bzrtp)[source]: Switch to git repository.
[version]: Update to 4.4.34.
[configure-flags]: Enable tests.
[license]: Upgrade to GPLv3+.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Raghav Gururajan 2021-03-16 12:22:31 -04:00 committed by Maxim Cournoyer
parent 7a8e17343d
commit ebc75b6ae8
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -425,20 +425,22 @@ implements the RFC 3550 standard.")
(define-public bzrtp (define-public bzrtp
(package (package
(name "bzrtp") (name "bzrtp")
(version "1.0.6") (version "4.4.34")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (uri (git-reference
(string-append "https://www.linphone.org/releases/sources/" name (url "https://gitlab.linphone.org/BC/public/bzrtp")
"/" name "-" version ".tar.gz")) (commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 "12y0kkh90pixaaxfyx26ca2brhy6nw57fsypp6vh8jk1illv0j5z")))) (base32 "1yjmsbqmymzl4r7sba6w4a2yld8m6hzafr6jf7sj0syhwpnc3zv6"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; No test target `(#:configure-flags
#:configure-flags (list
(list "-DENABLE_STATIC=NO"))) ; Not required "-DENABLE_STATIC=NO"
"-DENABLE_TESTS=YES")))
(inputs (inputs
`(("bctoolbox" ,bctoolbox) `(("bctoolbox" ,bctoolbox)
("sqlite3" ,sqlite) ("sqlite3" ,sqlite)
@ -448,7 +450,7 @@ implements the RFC 3550 standard.")
written in C. It is fully portable and can be executed on many platforms written in C. It is fully portable and can be executed on many platforms
including both ARM and x86.") including both ARM and x86.")
(home-page "https://gitlab.linphone.org/BC/public/bzrtp") (home-page "https://gitlab.linphone.org/BC/public/bzrtp")
(license license:gpl2+))) (license license:gpl3+)))
(define-public belle-sip (define-public belle-sip
(package (package