From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Patterson Subject: [PATCH] gnu: mpv: Use lua@5.2. Date: Sun, 13 Nov 2016 22:09:49 -0500 Message-ID: <20161113220949.538f81a6@uwaterloo.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c67ek-0003vX-G3 for guix-devel@gnu.org; Sun, 13 Nov 2016 22:10:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c67ef-0003G6-I8 for guix-devel@gnu.org; Sun, 13 Nov 2016 22:10:02 -0500 Received: from mailchk-m02.uwaterloo.ca ([129.97.128.241]:48680) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c67ef-0003Fw-De for guix-devel@gnu.org; Sun, 13 Nov 2016 22:09:57 -0500 Received: from localhost (bas1-jockvale05-70-26-160-170.dsl.bell.ca [70.26.160.170]) (authenticated bits=0) by mailchk-m02.uwaterloo.ca (8.14.4/8.14.4) with ESMTP id uAE39nbt005341 (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256 verify=NO) for ; Sun, 13 Nov 2016 22:09:53 -0500 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org 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 =46rom fc3b127ea206749cf91eb956e57083f9169f29fb Mon Sep 17 00:00:00 2001 From: Andy Patterson 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) --=20 2.10.2