Skip to content

Commit 520df72

Browse files
committed
Downgrade libpng again
New libpng combined with new wxWidgets appears to cause unholy crashes, probably due to having two conflicting copies of libpng linked into the same binary. This needs to be investigated and fixed properly at some point (does Aegisub even really need libpng outside of wxWidgets? It's a dependency of freetype and libass, but libass only needs it for its test programs and freetype probably only needs it for bitmap fonts?), but since this entire branch is a hack anyway I'll just downgrade it for now.
1 parent 9c53d0f commit 520df72

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

subprojects/libpng.wrap

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
[wrap-file]
2-
directory = libpng-1.6.55
3-
source_url = https://github.com/pnggroup/libpng/archive/v1.6.55.tar.gz
4-
source_filename = libpng-1.6.55.tar.gz
5-
source_hash = 71a2c5b1218f60c4c6d2f1954c7eb20132156cae90bdb90b566c24db002782a6
6-
source_fallback_url = https://wrapdb.mesonbuild.com/v2/libpng_1.6.55-1/get_source/libpng-1.6.55.tar.gz
7-
patch_filename = libpng_1.6.55-1_patch.zip
8-
patch_url = https://wrapdb.mesonbuild.com/v2/libpng_1.6.55-1/get_patch
9-
patch_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libpng_1.6.55-1/libpng_1.6.55-1_patch.zip
10-
patch_hash = d5754df441e93e2e2f1dc176cc86f45ec0ef2914e9c77c1e8013c68b106d0ff5
11-
wrapdb_version = 1.6.55-1
2+
directory = libpng-1.6.37
3+
source_url = https://github.com/glennrp/libpng/archive/v1.6.37.tar.gz
4+
source_filename = libpng-1.6.37.tar.gz
5+
source_hash = ca74a0dace179a8422187671aee97dd3892b53e168627145271cad5b5ac81307
6+
patch_url = https://wrapdb.mesonbuild.com/v1/projects/libpng/1.6.37/3/get_zip
7+
patch_filename = libpng-1.6.37-3-wrap.zip
8+
patch_hash = 6c9f32fd9150b3a96ab89be52af664e32207e10aa9f5fb9aa015989ee2dd7100
129

1310
[provide]
14-
dependency_names = libpng
11+
libpng = libpng_dep
12+

0 commit comments

Comments
 (0)