forked from pool/aegisub
Stephan Barth
f8400e0230
- Removed old tarball aegisub-3.1.3.tar.xz - Updated to 3.2.0 * Audio caching is now done in the background rather than popping up a modal progress dialog * The audio display is automatically scrolled to the active line when audio is first opened (if that option is enabled) * Drag all selected lines when Alt is held down when dragging in the audio display * Automation now uses LuaJIT in Lua 5.2 mode rather than Lua 5.1 * Text controls are "infinite" length rather than limited to 30k bytes * subs.delete can be passed a table of row numbers to delete * Add the luabins and lfs libraries to the automation environment * Filter out redundant progress updates so that they don't make everything incredibly slow * Add support for submenus in the automation menu (insert / in the macro name) * Add unicode case conversion functions to the automation module (unicode.to_upper_case, unicode.to_lower_case, unicode.to_fold_case) * Only process selected lines in the Select Overlaps macro if more than one line is selected * Add aegisub.project_properties() to get a table with stuff that used to be in the script info section of the file (but unlike the old script info entries, it's actually always up to date) * Fix loading automation scripts when Aegisub is installed to a path with non-ascii characters in it * Lua functions which take a path have been patched to support UTF-8 on Windows * Add a warning when a script using a bold or italic variant of a font that doesn't actually exist, as emboldening done by the renderer may not match what is seen in Aegisub * Make the installer translatable and use the language selected in the installer for Aegisub's UI language * Fix locale issues that could lead to find/replace stripping all non-ascii characters from a file * Use localized names for languages everywhere they're displayed rather than the English names * Make fontconfig indexing about four times as fast * Significantly speed up passing subtitles to the subtitle renderer (as much as 10x faster), making the video display less laggy with large files * Speed up indexing Matroska files * Significantly speed up reading subtitles from Matroska files * Cut idle CPU usage when Aegisub is in the background by about 90% * Cut down the disk space used a bit * Resample \be and \blur tags * Add support for converting between YCbCr matricies * Make the handling for AR-changing resampling a bit smarter OBS-URL: https://build.opensuse.org/request/show/243924 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/aegisub?expand=0&rev=19
13 lines
515 B
Diff
13 lines
515 B
Diff
diff -rupN aegisub-3.2.0.old/configure.ac aegisub-3.2.0/configure.ac
|
|
--- aegisub-3.2.0.old/configure.ac 2014-07-28 07:29:16.000000000 -0700
|
|
+++ aegisub-3.2.0/configure.ac 2014-08-07 10:57:53.991229983 -0700
|
|
@@ -15,7 +15,7 @@ m4_define([libass_required_version], [0.
|
|
m4_define([libpulse_required_version], [0.5])
|
|
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
|