[ci] update build dependencies

This commit is contained in:
Armin Novak
2025-12-17 11:21:29 +01:00
committed by akallabeth
parent ccde29453a
commit 94861b8397
2 changed files with 10 additions and 10 deletions

View File

@@ -133,17 +133,17 @@ CMAKE_ARGS="-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON \
if [ ! -d $SRC ]; then
mkdir -p $SRC
cd $SRC
git clone --depth 1 -b openssl-3.5.0 https://github.com/openssl/openssl.git
git clone --depth 1 -b v1.3.1 https://github.com/madler/zlib.git
git clone --depth 1 -b uriparser-0.9.8 https://github.com/uriparser/uriparser.git
git clone --depth 1 -b openssl-3.6.0 https://github.com/openssl/openssl.git
git clone --depth 1 -b v1.3.1.2 https://github.com/madler/zlib.git
git clone --depth 1 -b uriparser-1.0.0 https://github.com/uriparser/uriparser.git
git clone --depth 1 -b json-c-0.18-20240915 https://github.com/json-c/json-c.git
git clone --depth 1 -b release-3.2.10 https://github.com/libsdl-org/SDL.git
git clone --depth 1 -b release-3.2.28 https://github.com/libsdl-org/SDL.git
git clone --depth 1 --shallow-submodules --recurse-submodules -b release-3.2.2 https://github.com/libsdl-org/SDL_ttf.git
git clone --depth 1 --shallow-submodules --recurse-submodules -b release-3.2.4 https://github.com/libsdl-org/SDL_image.git
git clone --depth 1 --shallow-submodules --recurse-submodules -b v1.0.28-0 https://github.com/libusb/libusb-cmake.git
git clone --depth 1 -b n7.1.1 https://github.com/FFmpeg/FFmpeg.git
git clone --depth 1 -b v2.4.1 https://github.com/cisco/openh264.git
git clone --depth 1 -b v1.5.2 https://gitlab.xiph.org/xiph/opus.git
git clone --depth 1 --shallow-submodules --recurse-submodules -b v1.0.29-0 https://github.com/libusb/libusb-cmake.git
git clone --depth 1 -b n8.0.1 https://github.com/FFmpeg/FFmpeg.git
git clone --depth 1 -b v2.6.0 https://github.com/cisco/openh264.git
git clone --depth 1 -b v1.6 https://gitlab.xiph.org/xiph/opus.git
git clone --depth 1 -b v2.0.3 https://github.com/mstorsjo/fdk-aac.git
fi

View File

@@ -139,7 +139,7 @@ mkdir -p "$BUILD_BASE"
cd "$SRC_BASE"
if [ $CLONE -ne 0 ]; then
do_clone v1.3.1 https://github.com/madler/zlib.git zlib
do_clone uriparser-0.9.8 https://github.com/uriparser/uriparser.git uriparser
do_clone uriparser-1.0.0 https://github.com/uriparser/uriparser.git uriparser
do_clone json-c-0.18-20240915 https://github.com/json-c/json-c.git json-c
do_clone release-3.2.28 https://github.com/libsdl-org/SDL.git SDL
if [ $FFMPEG -ne 0 ]; then
@@ -152,7 +152,7 @@ if [ $CLONE -ne 0 ]; then
do_clone release-3.2.4 https://github.com/libsdl-org/SDL_image.git SDL_image
do_clone release-3.2.2 https://github.com/libsdl-org/SDL_ttf.git SDL_ttf
do_clone v2.0.3 https://github.com/mstorsjo/fdk-aac.git fdk-aac
do_clone v1.5.2 https://gitlab.xiph.org/xiph/opus.git opus
do_clone v1.6 https://gitlab.xiph.org/xiph/opus.git opus
do_download https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/ libressl-4.2.1.tar.gz 6d5c2f58583588ea791f4c8645004071d00dfa554a5bf788a006ca1eb5abd70b libressl
fi