[vlc-commits] [Git][videolan/vlc][3.0.x] contrib: update mingw-w64 to v10
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri May 2 15:42:55 UTC 2025
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
4f988b34 by Steve Lhomme at 2025-05-02T14:55:38+00:00
contrib: update mingw-w64 to v10
This is the latest stable release. We can update our Docker images as well.
We can now detect the proper dcomp.h with the installed mingw-w64 version.
See 50e71ad6fb43c710d64ac4f3945cdd11ccfe5aa5
(cherry picked from commit e3e0854b6dd61d0dde8017257b9e04713a00670a) (edited)
edited:
- 3.0 doesn't need the dcomp target
- 3.0 did not have a SHA512SUMS yet
- 3.0 was using check_githash for the git version
- - - - -
2 changed files:
- + contrib/src/pthreads/SHA512SUMS
- contrib/src/pthreads/rules.mak
Changes:
=====================================
contrib/src/pthreads/SHA512SUMS
=====================================
@@ -0,0 +1 @@
+3c0827af7c40809a867758f6cd9ef3ff0c988b43082345bf725e03949af95968d634ace99a7ffae323189549221dcb5d861de9e801f1fbc7904e446641b60516 mingw-w64-v10.0.0.tar.bz2
\ No newline at end of file
=====================================
contrib/src/pthreads/rules.mak
=====================================
@@ -1,6 +1,6 @@
# winpthreads, dxvahd
-MINGW64_VERSION := 9.0.0
+MINGW64_VERSION := 10.0.0
MINGW64_URL := https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v$(MINGW64_VERSION).tar.bz2/download
MINGW64_HASH=2c35e8ff0d33916bd490e8932cba2049cd1af3d0
MINGW64_GITURL := https://git.code.sf.net/p/mingw-w64/mingw-w64
@@ -32,13 +32,13 @@ $(TARBALLS)/mingw-w64-$(MINGW64_HASH).tar.xz:
$(TARBALLS)/mingw-w64-v$(MINGW64_VERSION).tar.bz2:
$(call download_pkg,$(MINGW64_URL),winpthreads)
-# .sum-pthreads: mingw-w64-v$(MINGW64_VERSION).tar.bz2
-.sum-pthreads: mingw-w64-$(MINGW64_HASH).tar.xz
- $(call check_githash,$(MINGW64_HASH))
- touch $@
+.sum-pthreads: mingw-w64-v$(MINGW64_VERSION).tar.bz2
+# .sum-pthreads: mingw-w64-$(MINGW64_HASH).tar.xz
+# $(call check_githash,$(MINGW64_HASH))
+# touch $@
-# pthreads: mingw-w64-v$(MINGW64_VERSION).tar.bz2 .sum-pthreads
-pthreads: mingw-w64-$(MINGW64_HASH).tar.xz .sum-pthreads
+pthreads: mingw-w64-v$(MINGW64_VERSION).tar.bz2 .sum-pthreads
+# pthreads: mingw-w64-$(MINGW64_HASH).tar.xz .sum-pthreads
$(UNPACK)
$(APPLY) $(SRC)/pthreads/0001-headers-Update-to-Wine-master-and-regenerate-H-from-.patch
$(APPLY) $(SRC)/pthreads/0002-headers-dxvahd-Regenerate-H-from-IDL.patch
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4f988b342493165cda2b9b5d6d63261569a953ce
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4f988b342493165cda2b9b5d6d63261569a953ce
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list