GNU bug report logs -
#57124
[PATCH] gnu: libplacebo: Update to 4.208.0.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 11 Aug 2022 16:07:56 +0800
with message-id <87edxnryn7.fsf <at> envs.net>
and subject line Re: bug#57124: [PATCH] gnu: libplacebo: Update to 4.208.0.
has caused the debbugs.gnu.org bug report #57124,
regarding [PATCH] gnu: libplacebo: Update to 4.208.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
57124: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57124
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/video.scm (libplacebo)[version]: Update to 4.208.0.
[native-inputs]: Add python.
---
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 d5dc59ddff..54cbbc4053 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1444,16 +1444,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
@@ -1462,7 +1462,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
--
2.37.1
[Message part 3 (message/rfc822, inline)]
Milkey Mouse <milkeymouse <at> meme.institute> writes:
> * gnu/packages/video.scm (libplacebo)[version]: Update to 4.208.0.
> [native-inputs]: Add python.
Pushed, thank you!
This bug report was last modified 2 years and 286 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.