forked from pool/aegisub
908acb6799
* Return a rgba string for coloralpha lua controls (rather than just rgb) * Update to moonscript 0.2.5 * Fix memory leaks when automation errors occur * Add an error check for trying to interact with an expired subtitles object rather than just crashing * Fix a crash when deleting lines with audio open * Sort the actor and effect dropdown lists (#1715) * Fix crash on startup when the config file can't be written * Fix some performance issues with very large selections * Fix some cases where the taskbar progress indicator would get stuck at nearly complete * Speed up passing subtitles to libass a bit * Fontconfig reads installed fonts from the registry on Windows, adding support for fonts installed via font managers to the fonts collector OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/aegisub?expand=0&rev=17
12 lines
343 B
Diff
12 lines
343 B
Diff
--- configure.ac
|
|
+++ configure.ac
|
|
@@ -16,7 +16,7 @@ m4_define([libpulse_required_version], [
|
|
m4_define([lua_auto4_required_version], [5.1])
|
|
m4_define([pkgconfig_required_version], [0.20])
|
|
m4_define([portaudio_required_version], [19])
|
|
-m4_define([wx_required_version], [3.0.0])
|
|
+m4_define([wx_required_version], [2.9.5])
|
|
|
|
#######
|
|
# Setup
|