FS#76931 - [vlc] seems to be compatible with lua 5.4 as of version 3.0.18

Attached to Project: Arch Linux
Opened by Alois Nespor (anespor) - Sunday, 25 December 2022, 01:19 GMT
Last edited by Levente Polyak (anthraxx) - Saturday, 02 September 2023, 15:39 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To David Runge (dvzrv)
Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
VLC seems to be compatible with lua 5.4 as of version 3.0.18
see
https://code.videolan.org/videolan/vlc/-/commit/cc4c37ebb32c0e519cf6959041e3bcb0d5f6922b
https://code.videolan.org/videolan/vlc/-/issues/25036


PKGBUILD:
# upstream doesn't support lua 5.4 yet: https://trac.videolan.org/vlc/ticket/25036
export LUAC=/usr/bin/luac5.2
export LUA_LIBS="$(pkg-config --libs lua5.2)"

maybe you can consider recompiling vlc with lua 5.4
This task depends upon

Closed by  Levente Polyak (anthraxx)
Saturday, 02 September 2023, 15:39 GMT
Reason for closing:  Implemented
Additional comments about closing:  3.0.18-15
Comment by Toolybird (Toolybird) - Monday, 26 December 2022, 00:18 GMT
Kinda related  FS#70794 

Loading...