unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57124] [PATCH] gnu: libplacebo: Update to 4.208.0.
@ 2022-08-10 19:20 Milkey Mouse
  2022-08-11  8:07 ` bug#57124: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Milkey Mouse @ 2022-08-10 19:20 UTC (permalink / raw)
  To: 57124

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57124: [PATCH] gnu: libplacebo: Update to 4.208.0.
  2022-08-10 19:20 [bug#57124] [PATCH] gnu: libplacebo: Update to 4.208.0 Milkey Mouse
@ 2022-08-11  8:07 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2022-08-11  8:07 UTC (permalink / raw)
  To: Milkey Mouse; +Cc: 57124-done

Milkey Mouse <milkeymouse@meme.institute> writes:

> * gnu/packages/video.scm (libplacebo)[version]: Update to 4.208.0.
> [native-inputs]: Add python.

Pushed, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-11  8:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-10 19:20 [bug#57124] [PATCH] gnu: libplacebo: Update to 4.208.0 Milkey Mouse
2022-08-11  8:07 ` bug#57124: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).