GNU bug report logs -
#57125
[PATCH] gnu: Add mpv-libplacebo.
Previous Next
To reply to this bug, email your comments to 57125 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
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):
* 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):
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 2 years and 241 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.