mglae
mglae
### cmake "Release" Fulfill package media-driver (unnecessary) requirement to force "Release" build type (but they do allow uncommon "ReleaseInternal"). Complete #6413. Should not affect any other package. Note: to test...
This is a request for testing. Changes to LibreELEC-settings addon can be tested by installing an update into /storage. No need to build an image for every platform. The zip...
Allow system wide use of Python libraries installed as Kodi addons by exporting environment variable PYTHONPATH. Avoid adding `sys.path.append('/storage/.kodi/userdata//lib')` to get the library imported. To eliminate any possible side effect...
## Description - Fix possible buffer overflow when using CFile::ReadString() - Add documentation of CFile::ReadString() - Fix CFile::ReadString() to match documentation ## Motivation and context Looking at #22039 I noticed...
script.xbmc.boblight require libboblight.so in lib path to be found from Python. See https://forum.libreelec.tv/thread/28505-boblight-not-working-on-12-0-anymore/?postID=191714#post191714 Only build tested because using boblight myself
script.xbmc.boblight require libboblight.so in lib path to be found from Python. See https://forum.libreelec.tv/thread/28505-boblight-not-working-on-12-0-anymore/?postID=191714#post191714 Only build tested because using boblight myself Backport of #8880
The LE backup code assume that all directories are of root/root 0755. This was correct in the past but at least since using docker overlays directories may be restored with...
gcc is good in generating inline code for atomic operations. But at least in a few cases function calls to libatomic are generated. The error can be surprising, see #9391...