Skip to content

Commit f9b48a5

Browse files
committed
Merge pull request godotengine#113926 from akien-mga/thirdparty-patches-links
Thirdparty: Make GH PR references URLs
2 parents dc74262 + 6917b19 commit f9b48a5

1 file changed

Lines changed: 68 additions & 68 deletions

File tree

thirdparty/README.md

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Files extracted from upstream source:
4343

4444
Patches:
4545

46-
- `0001-build-fixes.patch` (GH-81197)
47-
- `0002-godot-fsr2-options.patch` (GH-81197)
46+
- `0001-build-fixes.patch` ([GH-81197](https://github.com/godotengine/godot/pull/81197))
47+
- `0002-godot-fsr2-options.patch` ([GH-81197](https://github.com/godotengine/godot/pull/81197))
4848

4949

5050
## angle
@@ -85,12 +85,12 @@ Files extracted from upstream source:
8585

8686
Patches:
8787

88-
- `0001-external-zstd-pr344.patch` (GH-73441)
89-
- `0002-external-tinyexr.patch` (GH-97582)
90-
- `0003-remove-tinydds-qoi.patch` (GH-97582)
91-
- `0004-clang-warning-exclude.patch` (GH-111346)
92-
- `0005-unused-typedef.patch` (GH-111445)
93-
- `0006-explicit-includes.patch` (GH-111557)
88+
- `0001-external-zstd-pr344.patch` ([GH-73441](https://github.com/godotengine/godot/pull/73441))
89+
- `0002-external-tinyexr.patch` ([GH-97582](https://github.com/godotengine/godot/pull/97582))
90+
- `0003-remove-tinydds-qoi.patch` ([GH-97582](https://github.com/godotengine/godot/pull/97582))
91+
- `0004-clang-warning-exclude.patch` ([GH-111346](https://github.com/godotengine/godot/pull/111346))
92+
- `0005-unused-typedef.patch` ([GH-111445](https://github.com/godotengine/godot/pull/111445))
93+
- `0006-explicit-includes.patch` ([GH-111557](https://github.com/godotengine/godot/pull/111557))
9494

9595

9696
## brotli
@@ -131,8 +131,8 @@ Files extracted from upstream source:
131131

132132
Patches:
133133

134-
- `0001-disable-exceptions.patch` (GH-80796)
135-
- `0002-llvm-21-header.patch` (GH-113850)
134+
- `0001-disable-exceptions.patch` ([GH-80796](https://github.com/godotengine/godot/pull/80796))
135+
- `0002-llvm-21-header.patch` ([GH-113850](https://github.com/godotengine/godot/pull/113850))
136136

137137

138138
## cvtt
@@ -148,7 +148,7 @@ Files extracted from upstream source:
148148

149149
Patches:
150150

151-
- `0001-revert-bc6h-reorg.patch` (GH-73715)
151+
- `0001-revert-bc6h-reorg.patch` ([GH-73715](https://github.com/godotengine/godot/pull/73715))
152152

153153

154154
## d3d12ma
@@ -165,7 +165,7 @@ Files extracted from upstream source:
165165

166166
Patches:
167167

168-
- `0001-mingw-support.patch` (GH-83452)
168+
- `0001-mingw-support.patch` ([GH-83452](https://github.com/godotengine/godot/pull/83452))
169169

170170

171171
## directx_headers
@@ -182,8 +182,8 @@ Files extracted from upstream source:
182182

183183
Patches:
184184

185-
- `0001-mingw-pragma.patch` (GH-83452)
186-
- `0002-win7-8-dynamic-load.patch` (GH-88496)
185+
- `0001-mingw-pragma.patch` ([GH-83452](https://github.com/godotengine/godot/pull/83452))
186+
- `0002-win7-8-dynamic-load.patch` ([GH-88496](https://github.com/godotengine/godot/pull/88496))
187187

188188

189189
## doctest
@@ -199,7 +199,7 @@ Files extracted from upstream source:
199199

200200
Patches:
201201

202-
- `0001-ciso646-version.patch` (GH-105913)
202+
- `0001-ciso646-version.patch` ([GH-105913](https://github.com/godotengine/godot/pull/105913))
203203

204204

205205
## dr_libs
@@ -231,12 +231,12 @@ Files extracted from upstream:
231231

232232
Patches:
233233

234-
- `0001-disable-exceptions.patch` (GH-48050)
235-
- `0002-godot-config.patch` (GH-88783)
236-
- `0003-emscripten-nthreads.patch` (GH-69799)
237-
- `0004-mingw-no-cpuidex.patch` (GH-92488)
238-
- `0005-mingw-llvm-arm64.patch` (GH-93364)
239-
- `0006-explicit-includes.patch` (GH-111557)
234+
- `0001-disable-exceptions.patch` ([GH-48050](https://github.com/godotengine/godot/pull/48050))
235+
- `0002-godot-config.patch` ([GH-88783](https://github.com/godotengine/godot/pull/88783))
236+
- `0003-emscripten-nthreads.patch` ([GH-69799](https://github.com/godotengine/godot/pull/69799))
237+
- `0004-mingw-no-cpuidex.patch` ([GH-92488](https://github.com/godotengine/godot/pull/92488))
238+
- `0005-mingw-llvm-arm64.patch` ([GH-93364](https://github.com/godotengine/godot/pull/93364))
239+
- `0006-explicit-includes.patch` ([GH-111557](https://github.com/godotengine/godot/pull/111557))
240240

241241
The `modules/raycast/godot_update_embree.py` script can be used to pull the
242242
relevant files from the latest Embree release and apply patches automatically.
@@ -258,7 +258,7 @@ Files extracted from upstream source:
258258

259259
Patches:
260260

261-
- `0001-godot-socket.patch` (GH-7985)
261+
- `0001-godot-socket.patch` ([GH-7985](https://github.com/godotengine/godot/pull/7985))
262262

263263
Important: Building against a system wide ENet is possible, but will limit its
264264
functionality to IPv4 only and no DTLS. We recommend against it.
@@ -282,7 +282,7 @@ Files extracted from upstream source:
282282

283283
Patches:
284284

285-
- `0001-remove-bc7enc.patch` (GH-101362)
285+
- `0001-remove-bc7enc.patch` ([GH-101362](https://github.com/godotengine/godot/pull/101362))
286286

287287

288288
## fonts
@@ -394,7 +394,7 @@ a new version of the web instance.
394394

395395
Patches:
396396

397-
- `0001-enable-both-gl-and-gles.patch` (GH-72831)
397+
- `0001-enable-both-gl-and-gles.patch` ([GH-72831](https://github.com/godotengine/godot/pull/72831))
398398

399399

400400
## glslang
@@ -418,8 +418,8 @@ Files extracted from upstream source:
418418

419419
Patches:
420420

421-
- `0001-apple-disable-absolute-paths.patch` (GH-92010)
422-
- `0002-gcc15-include-fix.patch` (GH-102022)
421+
- `0001-apple-disable-absolute-paths.patch` ([GH-92010](https://github.com/godotengine/godot/pull/92010))
422+
- `0002-gcc15-include-fix.patch` ([GH-102022](https://github.com/godotengine/godot/pull/102022))
423423

424424

425425
## graphite
@@ -447,7 +447,7 @@ Files extracted from upstream source:
447447

448448
Patches:
449449

450-
- `0001-godot-changes.patch` (GH-98750)
450+
- `0001-godot-changes.patch` ([GH-98750](https://github.com/godotengine/godot/pull/98750))
451451

452452

453453
## harfbuzz
@@ -533,7 +533,7 @@ Files extracted from upstream source:
533533

534534
Patches:
535535

536-
- `0001-big-files-support.patch` (GH-100281)
536+
- `0001-big-files-support.patch` ([GH-100281](https://github.com/godotengine/godot/pull/100281))
537537

538538

539539
## libjpeg-turbo
@@ -551,9 +551,9 @@ Files extracted from upstream source:
551551

552552
Patches:
553553

554-
- `0001-cmake-generated-headers.patch` (GH-104347)
555-
- `0002-disable-16bitlossless.patch` (GH-104347)
556-
- `0003-remove-bmp-ppm-support.patch` (GH-104347)
554+
- `0001-cmake-generated-headers.patch` ([GH-104347](https://github.com/godotengine/godot/pull/104347))
555+
- `0002-disable-16bitlossless.patch` ([GH-104347](https://github.com/godotengine/godot/pull/104347))
556+
- `0003-remove-bmp-ppm-support.patch` ([GH-104347](https://github.com/godotengine/godot/pull/104347))
557557

558558

559559
## libktx
@@ -575,9 +575,9 @@ Files extracted from upstream source:
575575

576576
Patches:
577577

578-
- `0001-external-basisu.patch` (GH-76572)
579-
- `0002-disable-astc-block-ext.patch` (GH-76572)
580-
- `0003-basisu-1.60.patch` (GH-103968)
578+
- `0001-external-basisu.patch` ([GH-76572](https://github.com/godotengine/godot/pull/76572))
579+
- `0002-disable-astc-block-ext.patch` ([GH-76572](https://github.com/godotengine/godot/pull/76572))
580+
- `0003-basisu-1.60.patch` ([GH-103968](https://github.com/godotengine/godot/pull/103968))
581581

582582

583583
## libogg
@@ -690,7 +690,7 @@ File extracted from upstream release tarball:
690690

691691
Patches:
692692

693-
- `0001-msvc-2019-psa-redeclaration.patch` (GH-90535)
693+
- `0001-msvc-2019-psa-redeclaration.patch` ([GH-90535](https://github.com/godotengine/godot/pull/90535))
694694

695695

696696
## meshoptimizer
@@ -722,9 +722,9 @@ Files extracted from upstream repository:
722722

723723
Patches:
724724

725-
- `0001-disable-exceptions.patch` (GH-85039)
726-
- `0002-clang-std-replacements-leak.patch` (GH-85208)
727-
- `0003-explicit-includes.patch` (GH-111557)
725+
- `0001-disable-exceptions.patch` ([GH-85039](https://github.com/godotengine/godot/pull/85039))
726+
- `0002-clang-std-replacements-leak.patch` ([GH-85208](https://github.com/godotengine/godot/pull/85208))
727+
- `0003-explicit-includes.patch` ([GH-111557](https://github.com/godotengine/godot/pull/111557))
728728

729729

730730
## miniupnpc
@@ -758,7 +758,7 @@ Files extracted from the upstream source:
758758

759759
Patches:
760760

761-
- `0001-godot-seek.patch` (GH-10428)
761+
- `0001-godot-seek.patch` ([GH-10428](https://github.com/godotengine/godot/pull/10428))
762762

763763

764764
## misc
@@ -782,13 +782,13 @@ Collection of single-file libraries used in Godot components.
782782
* Version: 1.1.0 (f7af54b56518aa659e1cf9fb103c0b6e36a833d9, 2023)
783783
* License: MIT
784784
* Patches:
785-
- `FastNoiseLite-0001-namespace-warnings.patch` (GH-88526)
785+
- `FastNoiseLite-0001-namespace-warnings.patch` ([GH-88526](https://github.com/godotengine/godot/pull/88526))
786786
- `ifaddrs-android.{cc,h}`
787787
* Upstream: https://chromium.googlesource.com/external/webrtc/stable/talk/+/master/base/ifaddrs-android.h
788788
* Version: git (5976650443d68ccfadf1dea24999ee459dd2819d, 2013)
789789
* License: BSD-3-Clause
790790
* Patches:
791-
- `ifaddrs-android-0001-complete-struct.patch` (GH-34101)
791+
- `ifaddrs-android-0001-complete-struct.patch` ([GH-34101](https://github.com/godotengine/godot/pull/34101))
792792
- `mikktspace.{c,h}`
793793
* Upstream: https://archive.blender.org/wiki/index.php/Dev:Shading/Tangent_Space_Normal_Maps/
794794
* Version: 1.0 (2011)
@@ -817,7 +817,7 @@ Collection of single-file libraries used in Godot components.
817817
* License: MIT
818818
* Patches:
819819
- `polypartition-0001-godot-types.patch` (2185c018f)
820-
- `polypartition-0002-shadow-warning.patch` (GH-66808)
820+
- `polypartition-0002-shadow-warning.patch` ([GH-66808](https://github.com/godotengine/godot/pull/66808))
821821
- `qoa.{c,h}`
822822
* Upstream: https://github.com/phoboslab/qoa
823823
* Version: git (ae07b57deb98127a5b40916cb57775823d7437d2, 2025)
@@ -833,7 +833,7 @@ Collection of single-file libraries used in Godot components.
833833
* License: BSD-3-Clause
834834
* Modifications: License included in header.
835835
* Patches:
836-
- `smaz-0001-write-string-warning.patch` (GH-8572)
836+
- `smaz-0001-write-string-warning.patch` ([GH-8572](https://github.com/godotengine/godot/pull/8572))
837837
- `smolv.{cpp,h}`
838838
* Upstream: https://github.com/aras-p/smol-v
839839
* Version: git (9dd54c379ac29fa148cb1b829bb939ba7381d8f4, 2024)
@@ -982,13 +982,13 @@ Files extracted from upstream source:
982982

983983
Patches:
984984

985-
- `0001-remove-unnecessary-subsystems.patch` (GH-106218)
986-
- `0002-msvc-constants-fpstrict.patch` (GH-106218)
987-
- `0003-std-include.patch` (GH-108144)
988-
- `0004-errno-include.patch` (GH-108354)
989-
- `0005-fix-libudev-dbus.patch` (GH-108373)
990-
- `0006-fix-cs-environ.patch` (GH-109283)
991-
- `0007-macos-joypad-name.patch` (GH-110500)
985+
- `0001-remove-unnecessary-subsystems.patch` ([GH-106218](https://github.com/godotengine/godot/pull/106218))
986+
- `0002-msvc-constants-fpstrict.patch` ([GH-106218](https://github.com/godotengine/godot/pull/106218))
987+
- `0003-std-include.patch` ([GH-108144](https://github.com/godotengine/godot/pull/108144))
988+
- `0004-errno-include.patch` ([GH-108354](https://github.com/godotengine/godot/pull/108354))
989+
- `0005-fix-libudev-dbus.patch` ([GH-108373](https://github.com/godotengine/godot/pull/108373))
990+
- `0006-fix-cs-environ.patch` ([GH-109283](https://github.com/godotengine/godot/pull/109283))
991+
- `0007-macos-joypad-name.patch` ([GH-110500](https://github.com/godotengine/godot/pull/110500))
992992

993993
The SDL source code folder includes `hidapi` library inside of folder `thirdparty/sdl/hidapi/`.
994994
Its version and license is described in this file under `hidapi`.
@@ -1037,9 +1037,10 @@ Files extracted from upstream source:
10371037

10381038
Patches:
10391039

1040-
- `0001-specialization-constants.patch` (GH-50325)
1041-
- `0002-zero-size-for-sc-sized-arrays.patch` (GH-94985)
1042-
- `0003-spirv-headers.patch` (GH-111452)
1040+
- `0001-specialization-constants.patch` ([GH-50325](https://github.com/godotengine/godot/pull/50325))
1041+
- `0002-zero-size-for-sc-sized-arrays.patch` ([GH-94985](https://github.com/godotengine/godot/pull/94985))
1042+
- `0003-spirv-headers.patch` ([GH-111452](https://github.com/godotengine/godot/pull/111452))
1043+
10431044

10441045
## swappy-frame-pacing
10451046

@@ -1067,9 +1068,9 @@ Files extracted from upstream source:
10671068

10681069
Patches:
10691070

1070-
- `0001-revert-tvglines-bezier-precision.patch` (GH-96658)
1071-
- `0002-use-heap-alloc.patch` (GH-109530)
1072-
- `0003-explicit-includes.patch` (GH-111557)
1071+
- `0001-revert-tvglines-bezier-precision.patch` ([GH-96658](https://github.com/godotengine/godot/pull/96658))
1072+
- `0002-use-heap-alloc.patch` ([GH-109530](https://github.com/godotengine/godot/pull/109530))
1073+
- `0003-explicit-includes.patch` ([GH-111557](https://github.com/godotengine/godot/pull/111557))
10731074

10741075

10751076
## tinyexr
@@ -1084,7 +1085,7 @@ Files extracted from upstream source:
10841085

10851086
Patches:
10861087

1087-
- `0001-external-zlib.patch` (GH-55115)
1088+
- `0001-external-zlib.patch` ([GH-55115](https://github.com/godotengine/godot/pull/55115))
10881089

10891090

10901091
## ufbx
@@ -1112,12 +1113,12 @@ Files extracted from upstream source:
11121113

11131114
Patches:
11141115

1115-
- `0001-bullet-namespace.patch` (GH-27929)
1116-
- `0002-fpermissive-fix.patch` (GH-27929)
1117-
- `0003-fix-musl-build.patch` (GH-34250)
1118-
- `0004-fix-msvc-arm-build.patch` (GH-34331)
1119-
- `0005-fix-scale-calculation.patch` (GH-38506)
1120-
- `0006-gcc13-include-fix.patch` (GH-77949)
1116+
- `0001-bullet-namespace.patch` ([GH-27929](https://github.com/godotengine/godot/pull/27929))
1117+
- `0002-fpermissive-fix.patch` ([GH-27929](https://github.com/godotengine/godot/pull/27929))
1118+
- `0003-fix-musl-build.patch` ([GH-34250](https://github.com/godotengine/godot/pull/34250))
1119+
- `0004-fix-msvc-arm-build.patch` ([GH-34331](https://github.com/godotengine/godot/pull/34331))
1120+
- `0005-fix-scale-calculation.patch` ([GH-38506](https://github.com/godotengine/godot/pull/38506))
1121+
- `0006-gcc13-include-fix.patch` ([GH-77949](https://github.com/godotengine/godot/pull/77949))
11211122

11221123

11231124
## volk
@@ -1163,10 +1164,9 @@ Version: 3.1.0 (009ecd192c1289c7529bff248a16cfe896254816, 2024)
11631164

11641165
Patches:
11651166

1166-
- `0001-VKEnumStringHelper-godot-vulkan.patch` (GH-97510)
1167-
- `0002-VMA-godot-vulkan.patch` (GH-97510)
1168-
- `0003-VMA-add-vmaCalculateLazilyAllocatedBytes.patch` (GH-99257)
1169-
1167+
- `0001-VKEnumStringHelper-godot-vulkan.patch` ([GH-97510](https://github.com/godotengine/godot/pull/97510))
1168+
- `0002-VMA-godot-vulkan.patch` ([GH-97510](https://github.com/godotengine/godot/pull/97510))
1169+
- `0003-VMA-add-vmaCalculateLazilyAllocatedBytes.patch` ([GH-99257](https://github.com/godotengine/godot/pull/99257))
11701170

11711171

11721172
## wayland
@@ -1239,7 +1239,7 @@ File extracted from upstream release tarball:
12391239

12401240
Patches:
12411241

1242-
- `0001-msvc-build-fix.patch` (GH-30263)
1242+
- `0001-msvc-build-fix.patch` ([GH-30263](https://github.com/godotengine/godot/pull/30263))
12431243

12441244

12451245
## xatlas

0 commit comments

Comments
 (0)