Feature #1539 » 0032-CI-Update-setup-msys2-to-version-2.28.0.patch
| .github/workflows/ci.yml | ||
|---|---|---|
|         # A mapping from msys2/setup-msys2 version to msys2 version can be | ||
|         # found at | ||
|         # https://github.com/msys2/setup-msys2/blob/main/CHANGELOG.md | ||
|         # 2.27.0 provides msys2 snapshot 20250221 | ||
|         uses: msys2/setup-msys2@v2.27.0 | ||
|         # 2.28.0 provides msys2 snapshot 20250622 | ||
|         uses: msys2/setup-msys2@v2.28.0 | ||
|         with: | ||
|           msystem: UCRT64 | ||
|           install: > | ||
| windows/installer_msys2/Makefile.meson | ||
|---|---|---|
| DLLPATH_PREFIX=/$(ARCHDIR)/bin/ | ||
| ifeq ($(CI),yes) | ||
| ICUVER=76 | ||
| ICUVER=77 | ||
| RAV1E=librav1e.dll | ||
| SVTAV1ENV=libSvtAv1Enc-3.dll | ||
| else | ||
| ICUVER=75 | ||
| RAV1E=rav1e.dll | ||
| SVTAV1ENV=libSvtAv1Enc-2.dll | ||
| endif | ||
| # | ||
| ... | ... | |
|         libaom.dll \ | ||
|         libdav1d-7.dll \ | ||
| 	$(RAV1E) \ | ||
|         libSvtAv1Enc-2.dll \ | ||
|         ${SVTAV1ENV} \ | ||
|         libyuv.dll | ||
| install-env-sdl2: install-env-gtk4-fcmp | ||
- « Previous
- 1
- 2
- Next »