gnu: opus-tools: Update to 0.1.10.
* gnu/packages/xiph.scm (opus-tools): Update to 0.1.10. [home-page]: Use HTTPS URL.
This commit is contained in:
parent
a8bcc5ffe9
commit
99d8b07981
|
@ -345,7 +345,7 @@ incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.")
|
||||||
(define opus-tools
|
(define opus-tools
|
||||||
(package
|
(package
|
||||||
(name "opus-tools")
|
(name "opus-tools")
|
||||||
(version "0.1.9")
|
(version "0.1.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -353,7 +353,7 @@ incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fk4nknvl111k89j5yckmyrh6b2wvgyhrqfncp7rig3zikbkv1xi"))))
|
"135jfb9ny3xvd27idsxj7j5ns90lslbyrq70cq3bfwcls4r7add2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; The package developers misuse pkg-config such that it doesn't work
|
;; The package developers misuse pkg-config such that it doesn't work
|
||||||
|
@ -373,7 +373,7 @@ incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.")
|
||||||
Opus-tools provide command line utilities for creating, inspecting and
|
Opus-tools provide command line utilities for creating, inspecting and
|
||||||
decoding .opus files.")
|
decoding .opus files.")
|
||||||
(license license:bsd-3)
|
(license license:bsd-3)
|
||||||
(home-page "http://www.opus-codec.org")))
|
(home-page "https://www.opus-codec.org")))
|
||||||
|
|
||||||
(define opusfile
|
(define opusfile
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue