mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 16:34:18 +09:00
[ci] update build dependencies
This commit is contained in:
@@ -133,17 +133,17 @@ CMAKE_ARGS="-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON \
|
|||||||
if [ ! -d $SRC ]; then
|
if [ ! -d $SRC ]; then
|
||||||
mkdir -p $SRC
|
mkdir -p $SRC
|
||||||
cd $SRC
|
cd $SRC
|
||||||
git clone --depth 1 -b openssl-3.5.0 https://github.com/openssl/openssl.git
|
git clone --depth 1 -b openssl-3.6.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 v1.3.1.2 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 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 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.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 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 --shallow-submodules --recurse-submodules -b v1.0.29-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 n8.0.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 v2.6.0 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 -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
|
git clone --depth 1 -b v2.0.3 https://github.com/mstorsjo/fdk-aac.git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ mkdir -p "$BUILD_BASE"
|
|||||||
cd "$SRC_BASE"
|
cd "$SRC_BASE"
|
||||||
if [ $CLONE -ne 0 ]; then
|
if [ $CLONE -ne 0 ]; then
|
||||||
do_clone v1.3.1 https://github.com/madler/zlib.git zlib
|
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 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
|
do_clone release-3.2.28 https://github.com/libsdl-org/SDL.git SDL
|
||||||
if [ $FFMPEG -ne 0 ]; then
|
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.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 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 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
|
do_download https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/ libressl-4.2.1.tar.gz 6d5c2f58583588ea791f4c8645004071d00dfa554a5bf788a006ca1eb5abd70b libressl
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user