GNU bug report logs - #57124
[PATCH] gnu: libplacebo: Update to 4.208.0.

Previous Next

Package: guix-patches;

Reported by: Milkey Mouse <milkeymouse <at> meme.institute>

Date: Wed, 10 Aug 2022 19:22:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Milkey Mouse <milkeymouse <at> meme.institute>
Subject: bug#57124: closed (Re: bug#57124: [PATCH] gnu: libplacebo: Update
 to 4.208.0.)
Date: Thu, 11 Aug 2022 08:09:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#57124: [PATCH] gnu: libplacebo: Update to 4.208.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 57124 <at> debbugs.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)]
From: 宋文武 <iyzsong <at> envs.net>
To: Milkey Mouse <milkeymouse <at> meme.institute>
Cc: 57124-done <at> debbugs.gnu.org
Subject: Re: bug#57124: [PATCH] gnu: libplacebo: Update to 4.208.0.
Date: Thu, 11 Aug 2022 16:07:56 +0800
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!

[Message part 3 (message/rfc822, inline)]
From: Milkey Mouse <milkeymouse <at> meme.institute>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: libplacebo: Update to 4.208.0.
Date: Wed, 10 Aug 2022 12:20:19 -0700
* 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




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.