[arch-commits] Commit in vlc/trunk (lua53_compat.patch)

Levente Polyak anthraxx at archlinux.org
Thu Sep 24 21:45:08 UTC 2020


    Date: Thursday, September 24, 2020 @ 21:45:08
  Author: anthraxx
Revision: 396501

upgpkg: vlc 3.0.11.1-3: libmicrodns rebuild

Deleted:
  vlc/trunk/lua53_compat.patch

--------------------+
 lua53_compat.patch |   30 ------------------------------
 1 file changed, 30 deletions(-)

Deleted: lua53_compat.patch
===================================================================
--- lua53_compat.patch	2020-09-24 21:43:42 UTC (rev 396500)
+++ lua53_compat.patch	2020-09-24 21:45:08 UTC (rev 396501)
@@ -1,30 +0,0 @@
-commit 41caaa08cde60c4fec4bf2e5f9610e2a1b9e6a23
-Author: Vinson Lee <vlee at freedesktop.org>
-Date:   Thu Feb 5 14:48:53 2015 -0800
-
-    lua: Define LUA_COMPAT_APIINTCASTS for Lua >= 5.3.0 compatibility.
-    
-    In Lua 5.3.0, luaL_checkint was deprecated.
-    
-    This patch fixes this build error with Lua 5.3.0.
-    
-    lua/demux.c: In function ‘vlclua_demux_peek’:
-    lua/demux.c:55:5: error: implicit declaration of function ‘luaL_checkint’ [-Werror=implicit-function-declaration]
-         int n = luaL_checkint( L, 1 );
-         ^
-    
-    Signed-off-by: Vinson Lee <vlee at freedesktop.org>
-    Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
-
-diff --git a/modules/lua/vlc.h b/modules/lua/vlc.h
-index efd94f1..85c7fc1 100644
---- a/modules/lua/vlc.h
-+++ b/modules/lua/vlc.h
-@@ -38,6 +38,7 @@
- #include <vlc_stream.h>
- #include <vlc_demux.h>
- 
-+#define LUA_COMPAT_APIINTCASTS
- #define LUA_COMPAT_MODULE
- #include <lua.h>        /* Low level lua C API */
- #include <lauxlib.h>    /* Higher level C API */



More information about the arch-commits mailing list