GNU bug report logs - #57125
[PATCH] gnu: Add mpv-libplacebo.

Previous Next

Package: guix-patches;

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

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

Severity: normal

Tags: patch

To reply to this bug, email your comments to 57125 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57125; Package guix-patches. (Wed, 10 Aug 2022 19:23: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:23:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Milkey Mouse <milkeymouse <at> meme.institute>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add mpv-libplacebo.
Date: Wed, 10 Aug 2022 12:22:09 -0700
* gnu/packages/video.scm (mpv-libplacebo): New variable.
---
 gnu/packages/video.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d5dc59ddff..313ac94784 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2307,6 +2307,19 @@ (define-public gallery-dl
 (define-public gnome-mpv
   (deprecated-package "gnome-mpv" celluloid))
 
+(define-public mpv-libplacebo
+  (package
+    (inherit mpv)
+    (name "mpv-libplacebo")
+    (inputs (append `(("libepoxy" ,libepoxy)
+                      ("libplacebo" ,libplacebo))
+                    (package-inputs mpv)))
+    (arguments
+     (substitute-keyword-arguments (package-arguments mpv)
+       ((#:configure-flags flags)
+        (append flags
+                `("--enable-shaderc" "--enable-libplacebo" "--enable-vulkan")))))))
+
 (define-public mpv-mpris
   (package
     (name "mpv-mpris")
-- 
2.37.1





Information forwarded to guix-patches <at> gnu.org:
bug#57125; Package guix-patches. (Thu, 11 Aug 2022 08:12:02 GMT) Full text and rfc822 format available.

Message #8 received at 57125 <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: Milkey Mouse <milkeymouse <at> meme.institute>
Cc: 57125 <at> debbugs.gnu.org
Subject: Re: bug#57125: [PATCH] gnu: Add mpv-libplacebo.
Date: Thu, 11 Aug 2022 16:11:14 +0800
Milkey Mouse <milkeymouse <at> meme.institute> writes:

> * gnu/packages/video.scm (mpv-libplacebo): New variable.
> ---
>  gnu/packages/video.scm | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>
> diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
> index d5dc59ddff..313ac94784 100644
> --- a/gnu/packages/video.scm
> +++ b/gnu/packages/video.scm
> @@ -2307,6 +2307,19 @@ (define-public gallery-dl
>  (define-public gnome-mpv
>    (deprecated-package "gnome-mpv" celluloid))
>  
> +(define-public mpv-libplacebo

Hello, instead add a variant package, how about enable libplacebo for
the existed mpv?  Will it add a lot size (guix size mpv) or reduce some
functions?




This bug report was last modified 1 year and 266 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.