[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: libplacebo: Update to 4.208.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: libplacebo: Update to 4.208.0. |
Date: |
Thu, 11 Aug 2022 04:08:32 -0400 |
This is an automated email from the git hooks/post-receive script.
iyzsong pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new fc5beaf96a gnu: libplacebo: Update to 4.208.0.
fc5beaf96a is described below
commit fc5beaf96aab6052a3e2605c5015e9e441f1c8ca
Author: Milkey Mouse <milkeymouse@meme.institute>
AuthorDate: Wed Aug 10 12:20:19 2022 -0700
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>
---
gnu/packages/video.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index ff12e1bb9e..fa6ed184a1 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1452,16 +1452,16 @@ libebml is a C++ library to read and write EBML files.")
(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 @@ libebml is a C++ library to read and write EBML files.")
(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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: libplacebo: Update to 4.208.0.,
guix-commits <=