[vlc-commits] [Git][videolan/vlc][master] 12 commits: lua: common: do not use deprecated module function

Hugo Beauzée-Luyssen (@chouquette) gitlab at videolan.org
Sat Jul 30 19:01:36 UTC 2022



Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC


Commits:
bfc88aa7 by Marvin Scholz at 2022-07-30T17:46:20+00:00
lua: common: do not use deprecated module function

- - - - -
94aa1410 by Marvin Scholz at 2022-07-30T17:46:20+00:00
lua: sandbox: do not use deprecated module function

- - - - -
c8a59b0e by Marvin Scholz at 2022-07-30T17:46:20+00:00
lua: simplexml: do not use deprecated module function

- - - - -
82dd26cc by Marvin Scholz at 2022-07-30T17:46:20+00:00
lua: httprequests: do not use deprecated module function

- - - - -
4109a34d by Marvin Scholz at 2022-07-30T17:46:20+00:00
lua: host: do not use deprecated module function

- - - - -
33c7a44f by Marvin Scholz at 2022-07-30T17:46:20+00:00
lua: http: custom: remove deprecated module function

The file directly modifies the global table (_G) so it does not
seem necessary at all to expose anything explicitly.

- - - - -
3ccfc790 by Marvin Scholz at 2022-07-30T17:46:20+00:00
lua: intf: luac: remove unused requires

- - - - -
7c5203ab by Marvin Scholz at 2022-07-30T17:46:20+00:00
lua: intf: luac: fix usage instructions

- - - - -
230ac19f by Marvin Scholz at 2022-07-30T17:46:20+00:00
contrib: lua: update to 5.4.4

- - - - -
cbae4c01 by Marvin Scholz at 2022-07-30T17:46:20+00:00
configure: adjust luac check for new lua version

The header for luac files changed, so the offset to check had to be
increased. Additionally the contrib lua library now has the version in
the filename.

- - - - -
23f36c63 by Marvin Scholz at 2022-07-30T17:46:20+00:00
lua: cli: update usage instructions

The `-I cli` no longer starts the lua CLI, luacli does not work
either, only `-I luaintf --lua-intf cli` does actually start the Lua
CLI interface properly.

- - - - -
fb808e34 by Marvin Scholz at 2022-07-30T17:46:20+00:00
lua: intf: update README

Mention the new recommended way of requiring modules.

- - - - -


30 changed files:

- configure.ac
- + contrib/src/lua/Add-EXE_EXT-to-allow-specifying-binary-extension.patch
- + contrib/src/lua/Add-a-Makefile-variable-to-override-the-strip-tool.patch
- + contrib/src/lua/Add-version-to-library-name.patch
- + contrib/src/lua/Avoid-usage-of-localeconv.patch
- + contrib/src/lua/Create-an-import-library-needed-for-lld.patch
- + contrib/src/lua/Create-and-install-a-.pc-file.patch
- + contrib/src/lua/Disable-dynamic-library-loading-support.patch
- + contrib/src/lua/Disable-system-and-popen-for-windows-store-builds.patch
- + contrib/src/lua/Do-not-use-large-file-offsets-with-too-old-Android-A.patch
- + contrib/src/lua/Do-not-use-log2f-with-too-old-Android-API-level.patch
- + contrib/src/lua/Enforce-always-using-64bit-integers-floats.patch
- contrib/src/lua/SHA512SUMS
- − contrib/src/lua/implib.patch
- − contrib/src/lua/lua-ios-support.patch
- − contrib/src/lua/lua-noreadline.patch
- − contrib/src/lua/lua-winrt.patch
- − contrib/src/lua/luac-32bits.patch
- − contrib/src/lua/no-dylibs.patch
- − contrib/src/lua/no-localeconv.patch
- contrib/src/lua/rules.mak
- share/lua/http/custom.lua
- share/lua/http/requests/browse.json
- share/lua/http/requests/browse.xml
- share/lua/http/requests/playlist.json
- share/lua/http/requests/playlist.xml
- share/lua/http/requests/rd.json
- share/lua/http/requests/rd.xml
- share/lua/http/requests/status.json
- share/lua/http/requests/status.xml


The diff was not included because it is too large.


View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/fc9a43be3e3c788ce66428a8daffa7d88b7d56d5...fb808e34106f43652f5a6a6a9ab246ed2c7a0713

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/fc9a43be3e3c788ce66428a8daffa7d88b7d56d5...fb808e34106f43652f5a6a6a9ab246ed2c7a0713
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list