Package: aegisub / 3.2.2+dfsg-6
Metadata
Package | Version | Patches format |
---|---|---|
aegisub | 3.2.2+dfsg-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
remove vendor luajit dependency.patch | (download) |
Makefile.inc.in |
4 2 + 2 - 0 ! |
vendor/luajit is removed in the debian package |
fix pthread.patch | (download) |
tools/Makefile |
2 1 + 1 - 0 ! |
fix compilation by adding pthread dependency |
only add timestamp in build credit.patch | (download) |
src/version.cpp |
4 4 + 0 - 0 ! |
only add timestamp when build_credit is defined |
add libatomic dependency.patch | (download) |
src/Makefile |
3 2 + 1 - 0 ! |
fix ftbfs on some architectures |
luajit_21.patch | (download) |
libaegisub/lua/modules/lpeg.c |
4 2 + 2 - 0 ! |
fix luajit 2.1 ftbfs |
sort automation menus.patch | (download) |
src/menu.cpp |
65 50 + 15 - 0 ! |
[patch] sort automation menu items by display name |
osx menu.patch | (download) |
src/menu.cpp |
39 36 + 3 - 0 ! |
[patch] add the standard os x "window" menu |
fix mru menus.patch | (download) |
src/menu.cpp |
7 6 + 1 - 0 ! |
[patch] fix mru menus (#48) Broken in 9bbfdddde046c151b4ebaa06de10b2d51216cbec. I don't understand why the author made such a change, so I left their solution with #ifdef guard. |
delete multimap cache cleaner.patch | (download) |
src/utils.cpp |
9 7 + 2 - 0 ! |
[patch] eliminate a pointless multimap in the cache cleaner |
add missing static.patch | (download) |
src/utils.cpp |
2 1 + 1 - 0 ! |
[patch] add a missing static |
delete implicit conversions.patch | (download) |
src/aegisublocale.cpp |
5 3 + 2 - 0 ! |
[patch] eliminate implicit std::string <-> wxstring conversions On Windows these don't use UTF-8 and so are broken. |
allow unicode text.patch | (download) |
src/command/edit.cpp |
4 2 + 2 - 0 ! |
[patch] explicitly allow unicode text when pasting |
fix icu compilation.patch | (download) |
src/utils.cpp |
1 1 + 0 - 0 ! |
[patch] fix compilation against icu 59.1 (#46) |
add icu prefix.patch | (download) |
libaegisub/common/character_count.cpp |
6 3 + 3 - 0 ! |
[patch] fix(updated-macos-build): prefix icu method calls (icu::BreakIterator, icu::Locale, icu::UnicodeString) |
simplify version.patch | (download) |
build/version.sh |
81 2 + 79 - 0 ! |
simplify the way build/version.sh gets aegisub version |
add keywords desktop.patch | (download) |
packages/desktop/aegisub.desktop.template.in |
1 1 + 0 - 0 ! |
add keywords field to .desktop file |
fix crash spell language.patch | (download) |
src/subs_edit_ctrl.cpp |
8 6 + 2 - 0 ! |
[patch] fix crashing when picking language Aegisub crashes immediately after selecting any language from the end of the list (above the 100th position). This is because it can support no more than 100 languages. This patch extends this limit up to 1000 languages (locales). Fixes Aegisub/Aegisub#131 |
fix compilation with Boost 1.71.patch | (download) |
src/colour_button.cpp |
4 4 + 0 - 0 ! |
[patch] fixes for boost 1.69.0 |
make 4.3.patch | (download) |
Makefile.target |
2 1 + 1 - 0 ! |
[patch] use target name without directory in $*_obj macro Fix Aegisub/Aegisub#171 |
add appdata file template.patch | (download) |
packages/desktop/aegisub.appdata.xml.template.in |
58 58 + 0 - 0 ! |
[patch] add appdata file template |
integrate appdata with build.patch | (download) |
Makefile.inc.in |
1 1 + 0 - 0 ! |
[patch] integrate appdata file with build system |