gnu: qtox: Update to 1.16.3.
* gnu/packages/messaging.scm (qtox): Update to 1.16.3. [inputs]: Change ffmpeg-3.4 to ffmpeg.
This commit is contained in:
parent
9d076dd4a0
commit
7a426eef20
|
@ -961,14 +961,14 @@ instant messenger with audio and video chat capabilities.")
|
||||||
(define-public qtox
|
(define-public qtox
|
||||||
(package
|
(package
|
||||||
(name "qtox")
|
(name "qtox")
|
||||||
(version "1.16.1")
|
(version "1.16.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/qTox/qTox/archive/v"
|
(uri (string-append "https://github.com/qTox/qTox/archive/v"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11l4klw0g6j4qq95krgyd0npxmmpcgk4vp9jq429sbsqn1s039j4"))
|
"10n3cgw9xaqin9la8wpd8v83bkjmimicgbyp5ninsdgsrgky4hmq"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
(file-name (string-append name "-" version ".tar.gz"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -990,7 +990,7 @@ instant messenger with audio and video chat capabilities.")
|
||||||
,(list (string-append (assoc-ref inputs "qtsvg")
|
,(list (string-append (assoc-ref inputs "qtsvg")
|
||||||
"/lib/qt5/plugins/"))))))))))
|
"/lib/qt5/plugins/"))))))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ffmpeg" ,ffmpeg-3.4)
|
`(("ffmpeg" ,ffmpeg)
|
||||||
("filteraudio" ,filteraudio)
|
("filteraudio" ,filteraudio)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("gtk+" ,gtk+-2)
|
("gtk+" ,gtk+-2)
|
||||||
|
|
Loading…
Reference in New Issue