[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mpv: Move libsixel to propagated-inputs.
From: |
guix-commits |
Subject: |
branch master updated: gnu: mpv: Move libsixel to propagated-inputs. |
Date: |
Sun, 08 Sep 2024 05:51:49 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 43df0d8308 gnu: mpv: Move libsixel to propagated-inputs.
43df0d8308 is described below
commit 43df0d8308a32ce76fcd57003a98739ec67360e3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 8 12:35:11 2024 +0300
gnu: mpv: Move libsixel to propagated-inputs.
Mpv adds this library to the Requires.private field of the pkg-config
file.
* gnu/packages/video.scm (mpv)[inputs]: Move libsixel ...
[propagated-inputs]: ... to here.
Change-Id: If4ad493f41812d9e56e22e2cbd69eb70465b511e
---
gnu/packages/video.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f3c6b6df9a..40ea5f61a4 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2703,7 +2703,6 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
ladspa
lcms
libbs2b
- libsixel
mpg123
rsound
vulkan-headers
@@ -2725,6 +2724,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
libdvdread
libjpeg-turbo
libplacebo
+ libsixel
libva
libvdpau
libx11
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mpv: Move libsixel to propagated-inputs.,
guix-commits <=