- 01 Feb, 2022 40 commits
-
-
Natanael Copa authored
due to deadlock
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
-
-
Natanael Copa authored
-
Alex Dowad authored
In earlier versions of Lua, registering a C library would automatically create a global variable and store the library's table in it. In recent versions of Lua, that is not the case. However, LuaXml relied on its table being accessible in a global variable called "xml". If this global variable was not defined, several functions would break, including 'load' and 'eval'. If the XML received as input contained any nodes at all, these functions would fail with an error stating: "attempt to index a nil value". The reason why LuaXml wanted to access its own table of functions was to use those functions in the metatable for each parsed XML node. Instead of that, we can set up one shared metatable and stash it in the registry. Also, remove liblua from LIBS, since Lua modules should not link directly to liblua. (Ref: https://lua-users.org/wiki/BuildingModules)
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Leonardo Arena authored
Disable "-02", "-Werror" and GCC Undefined Behaviour Sanitizer
-
Natanael Copa authored
-
-
-
alice authored
-
openrc-init and openrc-shutdown are not actually used by Alpine as Busybox is used as init instead. Therefore delete these from the package.
-
Putting zlib-dev in depends_dev doesn't make the library get built with support for compressed audio formats, and SDL (1) is not used at all. Furthermore, SDL 2 is only used for building a demo player, but this player does not get installed. Thus, drop SDL (1) and SDL 2 from depends_dev, and move zlib-dev to makedepends. Part of alpine/aports#12739
-
Nulo Inc. authored
-
Was missing directfb, kbd, and vis-menu which can't be assumed to be on system and are used by script.
-
https://wit.wiimm.de/ Set of command-line tools to work with Wii/GameCube ISO and WBFS files Signed-off-by:
Sebastian <sebastian@sebsite.pw>
-
-
-
Michał Polański authored
-
Michał Polański authored
-
-
-
Michał Polański authored
-
-
Michał Polański authored
-
-
-