mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
docker/windows: update the version of various deps we install
This commit is contained in:
parent
3b700eb09a
commit
2fadd6e3d0
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
|
||||||
|
|
||||||
$python_dl_url = 'https://www.python.org/ftp/python/3.7.3/python-3.7.3.exe'
|
$python_dl_url = 'https://www.python.org/ftp/python/3.7.4/python-3.7.4.exe'
|
||||||
$msvc_2017_url = 'https://aka.ms/vs/15/release/vs_buildtools.exe'
|
$msvc_2017_url = 'https://aka.ms/vs/15/release/vs_buildtools.exe'
|
||||||
$git_url = 'https://github.com/git-for-windows/git/releases/download/v2.19.1.windows.1/MinGit-2.19.1-64-bit.zip'
|
$git_url = 'https://github.com/git-for-windows/git/releases/download/v2.24.0.windows.2/MinGit-2.24.0.2-64-bit.zip'
|
||||||
$zip_url = 'https://www.7-zip.org/a/7z1805-x64.exe'
|
$zip_url = 'https://www.7-zip.org/a/7z1900-x64.exe'
|
||||||
$msys_url = 'https://ayera.dl.sourceforge.net/project/msys2/Base/x86_64/msys2-base-x86_64-20180531.tar.xz'
|
$msys_url = 'https://ayera.dl.sourceforge.net/project/msys2/Base/x86_64/msys2-base-x86_64-20180531.tar.xz'
|
||||||
|
|
||||||
Write-Host "Installing VisualStudio"
|
Write-Host "Installing VisualStudio"
|
||||||
|
@ -49,4 +49,4 @@ C:\msys64\usr\bin\bash -c "pacman-key --init && pacman-key --populate msys2 && p
|
||||||
C:\msys64\usr\bin\bash -c "pacman -Syuu --noconfirm"
|
C:\msys64\usr\bin\bash -c "pacman -Syuu --noconfirm"
|
||||||
C:\msys64\usr\bin\bash -c "pacman -Sy --noconfirm --needed mingw-w64-x86_64-toolchain ninja"
|
C:\msys64\usr\bin\bash -c "pacman -Sy --noconfirm --needed mingw-w64-x86_64-toolchain ninja"
|
||||||
|
|
||||||
pip install meson
|
pip install meson
|
||||||
|
|
Loading…
Reference in a new issue