mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: libtgvoip: Update to 2.4.4.
* gnu/packages/telephony.scm (libtgvoip): Update to 2.4.4. [source]: Change source URI to reflect upstream. [inputs]: Add pulseaudio and alsa-lib. This change corrects a bug, and allows for cross-compilation on armhf architectures.
This commit is contained in:
parent
641981d3af
commit
5a0d73911c
1 changed files with 7 additions and 5 deletions
|
@ -952,21 +952,23 @@ (define-public jami-client-gnome
|
|||
(define-public libtgvoip
|
||||
(package
|
||||
(name "libtgvoip")
|
||||
(version "2.4.2")
|
||||
(version "2.4.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/zevlg/libtgvoip.git")
|
||||
(url "https://github.com/grishka/libtgvoip.git")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"04dbwd3lwdannhxb2sh6z02i3lka9sb5s039pki6ka4siq5xzk1j"))))
|
||||
"122kn3jx6v0kkldlzlpzvlwqxgp6pmzxsjhrhcxw12bx9c08sar5"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("openssl" ,openssl)
|
||||
("libopusenc" ,libopusenc)))
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("libopusenc" ,libopusenc)
|
||||
("openssl" ,openssl)
|
||||
("pulseaudio" ,pulseaudio)))
|
||||
(synopsis "VoIP library for Telegram clients")
|
||||
(description "A collection of libraries and header files for implementing
|
||||
telephony functionality into custom Telegram clients.")
|
||||
|
|
Loading…
Reference in a new issue