Age | Commit message (Collapse) | Author |
|
[depends] gnutls 3.6.14 and nettle 3.6 bump
|
|
[macos] implement code signining
|
|
|
|
|
|
FFmpeg: Bump to 4.3.1-Matrix-Alpha1-1
|
|
|
|
|
|
required to manage keychains when process is a launch daemon
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[depends] bump libudfread to 1.1.0
|
|
|
|
|
|
* Processed output of lintian on repacked Kodi tarball
with the following script:
while read _1 _2 _3 _4 WORD REPL
do
FILENAMES=$(git grep -l "$WORD")
sed -i "s/$WORD/$REPL/g" $FILENAMES
done < /tmp/lint
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
|
|
[cmake] allow passing additional flag to internal ffmpeg
|
|
[Android] Move PYTHON into cache folder
|
|
|
|
|
|
FFmpeg: Bump to 4.3-Matrix-Alpha1
|
|
Fix ios/tvos usage
rbpi requires to explicitly remove lcms, as it doesnt respect the --disable-lcms
flag for some reason, and causes a build failure trying to build the _imagingcms extension when it shouldnt
be building it at all.
building 'PIL._imagingcms' extension
/usr/bin/ccache /home/jenkins/rbpi-dev/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc -fPIC -mcpu=cortex-a7 -mfloat-abi=hard -mfpu=neon-vfpv4 -mvectorize-with-neon-quad -pipe -mabi=aapcs-linux -Wno-psabi -Wa,-mno-warn-deprecated -Wno-deprecated-declarations -isystem/home/jenkins/rbpi-dev/firmware/opt/vc/include -isystem/home/jenkins/rbpi-dev/firmware/opt/vc/include/interface/vcos/pthreads -isystem/home/jenkins/rbpi-dev/firmware/opt/vc/include/interface/vmcs_host/linux -Og -g -D_DEBUG -isystem /home/jenkins/workspace/LINUX-RBPI/tools/depends/xbmc-depends/raspberry-pi2-debug/include -I/home/jenkins/workspace/LINUX-RBPI/tools/depends/xbmc-depends/raspberry-pi2-debug/include/freetype2 -I/home/jenkins/workspace/LINUX-RBPI/tools/depends/target/pythonmodule-pil/raspberry-pi2-debug/src/libImaging -I/home/jenkins/workspace/LINUX-RBPI/tools/depends/xbmc-depends/i686-linux-gnu-native/include -I/home/jenkins/workspace/LINUX-RBPI/tools/depends/xbmc-depends/raspberry-pi2-debug/include -I/home/jenkins/workspace/LINUX-RBPI/tools/depends/xbmc-depends/raspberry-pi2-debug/include/python3.7 -I/usr/local/include -I/usr/include -I/home/jenkins/workspace/LINUX-RBPI/tools/depends/xbmc-depends/i686-linux-gnu-native/include/python3.7 -c src/_imagingcms.c -o build/temp.linux-x86_64-3.7/src/_imagingcms.o
In file included from /home/jenkins/workspace/LINUX-RBPI/tools/depends/xbmc-depends/raspberry-pi2-debug/include/python3.7/Python.h:11:0,
from src/_imagingcms.c:29:
/usr/include/limits.h:26:36: fatal error: bits/libc-header-start.h: No such file or directory
#include <bits/libc-header-start.h>
^
compilation terminated.
error: command '/usr/bin/ccache' failed with exit status 1
Makefile:71: recipe for target '.installed-raspberry-pi2-debug' failed
|
|
|
|
[depends] bump libnfs to 4.0.0
|
|
Bump version to untagged commit hash to support features implemented in
https://github.com/xbmc/xbmc/pull/15686
|
|
[cmake] JsonSchemaBuilder warnings and install fix
|
|
Currently a deb is being created twice for a tvos build. No need for this.
|
|
|
|
[depends] bump dav1d to 0.7.0
|
|
|
|
|
|
[Android] Use releaseOutputBufferAtTime for valid frames
|
|
|
|
|
|
|
|
The below warning is recvied, so just add project(JsonSchemaBuilder) to silence
CMake Warning (dev) in CMakeLists.txt:
No project() command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project() command. Add a line of
code such as
project(ProjectName)
near the top of the file, but after cmake_minimum_required().
CMake is pretending there is a "project(Project)" command on the first
line.
This warning is for project developers. Use -Wno-dev to suppress it.
Also add an install target for the following failure.
make[4]: *** No rule to make target `install'. Stop.
|
|
The which utility is not guaranteed to be installed. Use the portable shell builtin command -v.
|
|
[depends] patch spdlog to require at least fmt 5.3.0
|
|
Log levels
|
|
|
|
|
|
[packaging iOS/tvOS] fix wrong architecture field in deb control file
|
|
|
|
|
|
|
|
|
|
TexturePacker: fix for 32-bit systems
|
|
[depends] add googletest & disable auto fallback to internal build
|