gnu: libdca: Update to 0.0.6.
* gnu/packages/video.scm (libdca): Update to 0.0.6.master
parent
d059a01e32
commit
649b334b58
|
@ -472,7 +472,7 @@ canvas operations.")
|
||||||
(define-public libdca
|
(define-public libdca
|
||||||
(package
|
(package
|
||||||
(name "libdca")
|
(name "libdca")
|
||||||
(version "0.0.5")
|
(version "0.0.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -480,7 +480,7 @@ canvas operations.")
|
||||||
version "/libdca-" version ".tar.bz2"))
|
version "/libdca-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hh6a7l8vvccsd5i1fkv9av2gzv9fy8m0b8jpsn5p6hh4bh2586v"))))
|
"0h0zvcn97i9kyljdpifzi8in9xnw31fx3b3ggj96p8h0l2d8mycq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://www.videolan.org/developers/libdca.html")
|
(home-page "https://www.videolan.org/developers/libdca.html")
|
||||||
(synopsis "DTS Coherent Acoustics decoder")
|
(synopsis "DTS Coherent Acoustics decoder")
|
||||||
|
|
Reference in New Issue