Skip to content

Commit 41d8e42

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 f961cde commit 41d8e42

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.52
3-
source_url = https://github.com/pnggroup/libpng/archive/v1.6.52.tar.gz
4-
source_filename = libpng-1.6.52.tar.gz
5-
source_hash = 07098f37e7b7570fc06d2ccbaaf5a47e9344fc36e773e312e334a083689a6212
6-
source_fallback_url = https://wrapdb.mesonbuild.com/v2/libpng_1.6.52-1/get_source/libpng-1.6.52.tar.gz
7-
patch_filename = libpng_1.6.52-1_patch.zip
8-
patch_url = https://wrapdb.mesonbuild.com/v2/libpng_1.6.52-1/get_patch
9-
patch_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/libpng_1.6.52-1/libpng_1.6.52-1_patch.zip
10-
patch_hash = f25b75488a22ec9ced17d86ac30370e0f6a41d968d22aa1a5952df99fa9b0219
11-
wrapdb_version = 1.6.52-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)