gnu: libplacebo: Update to 4.208.0.
* gnu/packages/video.scm (libplacebo)[version]: Update to 4.208.0. [native-inputs]: Add python. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
f233ddaa97
commit
fc5beaf96a
1 changed files with 4 additions and 4 deletions
|
@ -1452,16 +1452,16 @@ libebml is a C++ library to read and write EBML files.")
|
||||||
(define-public libplacebo
|
(define-public libplacebo
|
||||||
(package
|
(package
|
||||||
(name "libplacebo")
|
(name "libplacebo")
|
||||||
(version "4.157.0")
|
(version "4.208.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://code.videolan.org/videolan/libplacebo")
|
(url "https://code.videolan.org/videolan/libplacebo.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08kqsd29h8wm0vz7698wh2mdgpwv6anqc5n7d1spnnamwyfwc64h"))))
|
(base32 "161dp5781s74ca3gglaxlmchx7glyshf0wg43w98pl22n1jcm5qk"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -1470,7 +1470,7 @@ libebml is a C++ library to read and write EBML files.")
|
||||||
(assoc-ref %build-inputs "vulkan-headers")
|
(assoc-ref %build-inputs "vulkan-headers")
|
||||||
"/share/vulkan/registry/vk.xml"))))
|
"/share/vulkan/registry/vk.xml"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-mako pkg-config))
|
(list python python-mako pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list lcms
|
(list lcms
|
||||||
libepoxy
|
libepoxy
|
||||||
|
|
Reference in a new issue