GNU bug report logs -
#57124
[PATCH] gnu: libplacebo: Update to 4.208.0.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57124 in the body.
You can then email your comments to 57124 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#57124
; Package
guix-patches
.
(Wed, 10 Aug 2022 19:22:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Milkey Mouse <milkeymouse <at> meme.institute>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 10 Aug 2022 19:22:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Thu, 11 Aug 2022 08:09:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Milkey Mouse <milkeymouse <at> meme.institute>
:
bug acknowledged by developer.
(Thu, 11 Aug 2022 08:09:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 57124-done <at> debbugs.gnu.org (full text, mbox):
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!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 08 Sep 2022 11:24:06 GMT)
Full text and
rfc822 format available.
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.