* [PATCH] gnu: mpv: Use lua@5.2.
@ 2016-11-14 3:09 Andy Patterson
2016-11-14 9:06 ` Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: Andy Patterson @ 2016-11-14 3:09 UTC (permalink / raw)
To: guix-devel
Hi,
This patch re-enables lua support in mpv. After reading
waftools/checks/custom.py in the distribution, I came to the conclusion
that lua > 5.2 isn't supported, so I think this is the right approach.
Thanks,
--
Andy
From fc3b127ea206749cf91eb956e57083f9169f29fb Mon Sep 17 00:00:00 2001
From: Andy Patterson <ajpatter@uwaterloo.ca>
Date: Sun, 13 Nov 2016 21:53:57 -0500
Subject: [PATCH] gnu: mpv: Use lua@5.2.
* gnu/packages/video.scm (mpv)[inputs]: Use lua-5.2.
---
gnu/packages/video.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2e336dd..4329d20 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -866,7 +866,9 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
("libxrandr" ,libxrandr)
("libxscrnsaver" ,libxscrnsaver)
("libxv" ,libxv)
- ("lua" ,lua)
+ ;; XXX: lua > 5.2 is not currently supported; see
+ ;; waftools/checks/custom.py
+ ("lua" ,lua-5.2)
("mesa" ,mesa)
("mpg123" ,mpg123)
("pulseaudio" ,pulseaudio)
--
2.10.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-14 9:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-14 3:09 [PATCH] gnu: mpv: Use lua@5.2 Andy Patterson
2016-11-14 9:06 ` Marius Bakke
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.