mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 04:28:01 +08:00
update msys2 to latest release (#4990)
This commit is contained in:
commit
ce7c2294c9
@ -1,5 +1,5 @@
|
||||
Source: ffmpeg
|
||||
Version: 4.1
|
||||
Version: 4.1-1
|
||||
Description: a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.
|
||||
FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations.
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
Source: icu
|
||||
Version: 61.1-4
|
||||
Version: 61.1-5
|
||||
Description: Mature and widely used Unicode and localization library.
|
||||
|
@ -1,4 +1,4 @@
|
||||
Source: libgd
|
||||
Version: 2.2.4-4
|
||||
Version: 2.2.4-5
|
||||
Description: Open source code library for the dynamic creation of images by programmers.
|
||||
Build-Depends: freetype, libjpeg-turbo, libpng, libwebp, tiff, fontconfig
|
||||
|
@ -1,3 +1,3 @@
|
||||
Source: libvpx
|
||||
Version: 1.7.0
|
||||
Version: 1.7.0-1
|
||||
Description: The reference software implementation for the video coding formats VP8 and VP9.
|
||||
|
@ -1,3 +1,3 @@
|
||||
Source: openal-soft
|
||||
Version: 1.19.1
|
||||
Version: 1.19.1-1
|
||||
Description: OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API.
|
||||
|
@ -1,3 +1,3 @@
|
||||
Source: x264
|
||||
Version: 157-303c484ec828ed0
|
||||
Version: 157-303c484ec828ed0-1
|
||||
Description: x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format
|
||||
|
@ -53,20 +53,18 @@ function(vcpkg_acquire_msys PATH_TO_ROOT_OUT)
|
||||
if(_vam_HOST_ARCHITECTURE STREQUAL "AMD64")
|
||||
set(TOOLSUBPATH msys64)
|
||||
set(URLS
|
||||
"http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20161025.tar.xz"
|
||||
"https://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-base-x86_64-20161025.tar.xz/download"
|
||||
"http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20181211.tar.xz"
|
||||
)
|
||||
set(ARCHIVE "msys2-base-x86_64-20161025.tar.xz")
|
||||
set(HASH 6c4c18ec59db80b8269698d074866438a624f1ce735ee5005a01b148b02e8f2e966ae381aa1cb4c50f6226c3b7feb271e36907cf26580df084d695b3c9f5c0eb)
|
||||
set(ARCHIVE "msys2-base-x86_64-20181211.tar.xz")
|
||||
set(HASH 1efb9a7ff1daa2d3147ac0fda8e9a645696dbd19a33c986b844bc037d946dddb3353db5a52794ac668718812854400d918e4db13b4a2d0e6f5a9dfe716b48056)
|
||||
set(STAMP "initialized-msys2_64.stamp")
|
||||
else()
|
||||
set(TOOLSUBPATH msys32)
|
||||
set(URLS
|
||||
"http://repo.msys2.org/distrib/i686/msys2-base-i686-20161025.tar.xz"
|
||||
"https://sourceforge.net/projects/msys2/files/Base/i686/msys2-base-i686-20161025.tar.xz/download"
|
||||
"http://repo.msys2.org/distrib/i686/msys2-base-i686-20181211.tar.xz"
|
||||
)
|
||||
set(ARCHIVE "msys2-base-i686-20161025.tar.xz")
|
||||
set(HASH c9260a38e0c6bf963adeaea098c4e376449c1dd0afe07480741d6583a1ac4c138951ccb0c5388bd148e04255a5c1a23bf5ee2d58dcd6607c14f1eaa5639a7c85)
|
||||
set(ARCHIVE "msys2-base-i686-20181211.tar.xz")
|
||||
set(HASH a9b9680a511bb205b87811b303eb29d62e2fd851000304f8b087c5893a3891c2aa2d46217ae989e31b5d52a6ba34ac5e6a5e624d9c917df00a752ade4debc20f)
|
||||
set(STAMP "initialized-msys2_32.stamp")
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user