mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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 @@ (define-public libmatroska
|
|||
(define-public libplacebo
|
||||
(package
|
||||
(name "libplacebo")
|
||||
(version "4.157.0")
|
||||
(version "4.208.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://code.videolan.org/videolan/libplacebo")
|
||||
(url "https://code.videolan.org/videolan/libplacebo.git")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "08kqsd29h8wm0vz7698wh2mdgpwv6anqc5n7d1spnnamwyfwc64h"))))
|
||||
(base32 "161dp5781s74ca3gglaxlmchx7glyshf0wg43w98pl22n1jcm5qk"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
@ -1470,7 +1470,7 @@ (define-public libplacebo
|
|||
(assoc-ref %build-inputs "vulkan-headers")
|
||||
"/share/vulkan/registry/vk.xml"))))
|
||||
(native-inputs
|
||||
(list python-mako pkg-config))
|
||||
(list python python-mako pkg-config))
|
||||
(inputs
|
||||
(list lcms
|
||||
libepoxy
|
||||
|
|
Loading…
Reference in a new issue