From: Milkey Mouse <milkeymouse@meme.institute>
To: 57125@debbugs.gnu.org
Subject: [bug#57125] [PATCH] gnu: Add mpv-libplacebo.
Date: Wed, 10 Aug 2022 12:22:09 -0700 [thread overview]
Message-ID: <20220810192209.24857-1-milkeymouse@meme.institute> (raw)
* 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
next reply other threads:[~2022-08-10 19:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-10 19:22 Milkey Mouse [this message]
2022-08-11 8:11 ` [bug#57125] [PATCH] gnu: Add mpv-libplacebo 宋文武 via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220810192209.24857-1-milkeymouse@meme.institute \
--to=milkeymouse@meme.institute \
--cc=57125@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.