gnu: libass: Update to 0.15.1.
* gnu/packages/video.scm (libass): Update to 0.15.1.master
parent
624d477bc0
commit
98a85c78af
|
@ -1207,7 +1207,7 @@ designed to encode video or images into an H.265 / HEVC encoded bitstream.")
|
||||||
(define-public libass
|
(define-public libass
|
||||||
(package
|
(package
|
||||||
(name "libass")
|
(name "libass")
|
||||||
(version "0.15.0")
|
(version "0.15.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1215,7 +1215,7 @@ designed to encode video or images into an H.265 / HEVC encoded bitstream.")
|
||||||
version "/libass-" version ".tar.xz"))
|
version "/libass-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cz8v6kh3f2j5rdjrra2z0h715fa16vjm7kambvqx9hak86262cz"))))
|
"0lwfmdizzrr4gcq3fgw4j8g9pkrqgx6h0f3pgrrnxc07s34kkp8w"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("--disable-static")))
|
'(#:configure-flags '("--disable-static")))
|
||||||
|
|
Reference in New Issue