summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make fast forward from 3.2.2+dfsg-6.2HEADarchive/debian/3.2.2+dfsg-6.3masterAndrej Shadura2022-07-20
|\ | | | | | | [dgit --quilt=gbp]
| * Make fast forward from 3.2.2+dfsg-6.1archive/debian/3.2.2+dfsg-6.2Andrej Shadura2022-07-20
| |\ | | | | | | | | | [dgit --quilt=gbp]
| | * Use updated libboost searching m4macrosarchive/debian/3.2.2+dfsg-6.1Boyuan Yang2022-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refresh m4 files under m4macros dir to fix libboost 1.75+ detection. Also update configure.ac to use new AX_BOOST macros. libboost macro update has been forwarded. Forwarded: https://github.com/Aegisub/Aegisub/pull/235 Gbp-Pq: Name refresh-libboost-searching-m4macros.patch
| | * configure.ac: Use explicit AM_GETTEXT_VERSIONBoyuan Yang2022-04-27
| | | | | | | | | | | | | | | | | | | | | This is required for autopoint, gettextize to work well. Bug-Debian: https://bugs.debian.org/997098 Gbp-Pq: Name configure.ac-Use-explicit-AM_GETTEXT_VERSION.patch
| | * [PATCH] Integrate AppData file with build systemscx2022-04-27
| | | | | | | | | Gbp-Pq: Name integrate-appdata-with-build.patch
| | * [PATCH] Add AppData file templatescx2022-04-27
| | | | | | | | | Gbp-Pq: Name add-appdata-file-template.patch
| | * [PATCH] Use target name without directory in $*_OBJ macrowangqr2022-04-27
| | | | | | | | | | | | | | | Fix Aegisub/Aegisub#171 Gbp-Pq: Name make-4.3.patch
| | * [PATCH] Fixes for Boost 1.69.0scx2022-04-27
| | | | | | | | | | | | | | | =================================================================== Gbp-Pq: Name fix-compilation-with-Boost-1.71.patch
| | * [PATCH] Fix crashing when picking languagescx2022-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Gbp-Pq: Name fix-crash-spell-language.patch
| | * Add Keywords field to .desktop fileAniol Marti2022-04-27
| | | | | | | | | | | | | | | | | | | | | | | | Forwarded: not-needed Last-Update: 2018-12-09 =================================================================== Gbp-Pq: Name add-keywords-desktop.patch
| | * Simplify the way build/version.sh gets Aegisub versionAniol Marti2022-04-27
| | | | | | | | | | | | | | | | | | | | | | | | Forwarded: not-needed Last-Update: 2018-12-08 =================================================================== Gbp-Pq: Name simplify-version.patch
| | * [PATCH] fix(updated-macos-build): prefix icu method calls ↵sidneys2022-04-27
| | | | | | | | | | | | | | | (icu::BreakIterator, icu::Locale, icu::UnicodeString) Gbp-Pq: Name add-icu-prefix.patch
| | * [PATCH] Fix compilation against icu 59.1 (#46)Maxime Gauduin2022-04-27
| | | | | | | | | Gbp-Pq: Name fix-icu-compilation.patch
| | * [PATCH] Explicitly allow unicode text when pastingThomas Goyne2022-04-27
| | | | | | | | | Gbp-Pq: Name allow-unicode-text.patch
| | * [PATCH] Eliminate implicit std::string <-> wxString conversionsThomas Goyne2022-04-27
| | | | | | | | | | | | | | | On Windows these don't use UTF-8 and so are broken. Gbp-Pq: Name delete-implicit-conversions.patch
| | * [PATCH] Add a missing staticThomas Goyne2022-04-27
| | | | | | | | | Gbp-Pq: Name add-missing-static.patch
| | * [PATCH] Eliminate a pointless multimap in the cache cleanerThomas Goyne2022-04-27
| | | | | | | | | Gbp-Pq: Name delete-multimap-cache-cleaner.patch
| | * [PATCH] Fix MRU menus (#48)Marcin Kurczewski2022-04-27
| | | | | | | | | | | | | | | | | | | | | Broken in 9bbfdddde046c151b4ebaa06de10b2d51216cbec. I don't understand why the author made such a change, so I left their solution with #ifdef guard. Gbp-Pq: Name fix-mru-menus.patch
| | * [PATCH] Add the standard OS X "Window" menuThomas Goyne2022-04-27
| | | | | | | | | Gbp-Pq: Name osx-menu.patch
| | * [PATCH] Sort Automation menu items by display nameNiels Martin Hansen2022-04-27
| | | | | | | | | Gbp-Pq: Name sort-automation-menus.patch
| | * Fix luajit 2.1 FTBFSAniol Marti2022-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Origin: Upstream Forwarded: Not-needed Last-Update: Bug: 873327 Acked-by: Gunnar Wolf <gwolf@debian.org> Applied-upstream: yes Gbp-Pq: Name luajit_21.patch
| | * Fix FTBFS on some architecturesSebastian Reichel2022-04-27
| | | | | | | | | | | | | | | | | | Last-Update: 2015-08-09 Gbp-Pq: Name add-libatomic-dependency.patch
| | * Only add timestamp when BUILD_CREDIT is definedJuan Picca2022-04-27
| | | | | | | | | | | | | | | | | | Last-Update: 2015-06-23 Last-Update: 2015-06-23 Gbp-Pq: Name only-add-timestamp-in-build-credit.patch
| | * Fix compilation by adding pthread dependencySebastian Reichel2022-04-27
| | | | | | | | | | | | | | | | | | Last-Update: 2015-08-04 Gbp-Pq: Name fix-pthread.patch
| | * vendor/luajit is removed in the Debian packageSebastian Reichel2022-04-27
| | | | | | | | | | | | | | | | | | | | | Forwarded: not-needed Last-Update: 2014-08-06 Gbp-Pq: Name remove-vendor-luajit-dependency.patch
| * | Remove unconditional -Wno-c++11-narrowingAndrej Shadura2022-07-20
| | | | | | | | | Gbp-Pq: Name remove-unconditional-Wno-c++11-narrowing.patch
| * | Use updated libboost searching m4macrosBoyuan Yang2022-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refresh m4 files under m4macros dir to fix libboost 1.75+ detection. Also update configure.ac to use new AX_BOOST macros. libboost macro update has been forwarded. Forwarded: https://github.com/Aegisub/Aegisub/pull/235 Gbp-Pq: Name refresh-libboost-searching-m4macros.patch
| * | configure.ac: Use explicit AM_GETTEXT_VERSIONBoyuan Yang2022-07-20
| | | | | | | | | | | | | | | | | | | | | This is required for autopoint, gettextize to work well. Bug-Debian: https://bugs.debian.org/997098 Gbp-Pq: Name configure.ac-Use-explicit-AM_GETTEXT_VERSION.patch
| * | [PATCH] Integrate AppData file with build systemscx2022-07-20
| | | | | | | | | Gbp-Pq: Name integrate-appdata-with-build.patch
| * | [PATCH] Add AppData file templatescx2022-07-20
| | | | | | | | | Gbp-Pq: Name add-appdata-file-template.patch
| * | [PATCH] Use target name without directory in $*_OBJ macrowangqr2022-07-20
| | | | | | | | | | | | | | | Fix Aegisub/Aegisub#171 Gbp-Pq: Name make-4.3.patch
| * | [PATCH] Fixes for Boost 1.69.0scx2022-07-20
| | | | | | | | | | | | | | | =================================================================== Gbp-Pq: Name fix-compilation-with-Boost-1.71.patch
| * | [PATCH] Fix crashing when picking languagescx2022-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Gbp-Pq: Name fix-crash-spell-language.patch
| * | Add Keywords field to .desktop fileAniol Marti2022-07-20
| | | | | | | | | | | | | | | | | | | | | | | | Forwarded: not-needed Last-Update: 2018-12-09 =================================================================== Gbp-Pq: Name add-keywords-desktop.patch
| * | Simplify the way build/version.sh gets Aegisub versionAniol Marti2022-07-20
| | | | | | | | | | | | | | | | | | | | | | | | Forwarded: not-needed Last-Update: 2018-12-08 =================================================================== Gbp-Pq: Name simplify-version.patch
| * | [PATCH] fix(updated-macos-build): prefix icu method calls ↵sidneys2022-07-20
| | | | | | | | | | | | | | | (icu::BreakIterator, icu::Locale, icu::UnicodeString) Gbp-Pq: Name add-icu-prefix.patch
| * | [PATCH] Fix compilation against icu 59.1 (#46)Maxime Gauduin2022-07-20
| | | | | | | | | Gbp-Pq: Name fix-icu-compilation.patch
| * | [PATCH] Explicitly allow unicode text when pastingThomas Goyne2022-07-20
| | | | | | | | | Gbp-Pq: Name allow-unicode-text.patch
| * | [PATCH] Eliminate implicit std::string <-> wxString conversionsThomas Goyne2022-07-20
| | | | | | | | | | | | | | | On Windows these don't use UTF-8 and so are broken. Gbp-Pq: Name delete-implicit-conversions.patch
| * | [PATCH] Add a missing staticThomas Goyne2022-07-20
| | | | | | | | | Gbp-Pq: Name add-missing-static.patch
| * | [PATCH] Eliminate a pointless multimap in the cache cleanerThomas Goyne2022-07-20
| | | | | | | | | Gbp-Pq: Name delete-multimap-cache-cleaner.patch
| * | [PATCH] Fix MRU menus (#48)Marcin Kurczewski2022-07-20
| | | | | | | | | | | | | | | | | | | | | Broken in 9bbfdddde046c151b4ebaa06de10b2d51216cbec. I don't understand why the author made such a change, so I left their solution with #ifdef guard. Gbp-Pq: Name fix-mru-menus.patch
| * | [PATCH] Add the standard OS X "Window" menuThomas Goyne2022-07-20
| | | | | | | | | Gbp-Pq: Name osx-menu.patch
| * | [PATCH] Sort Automation menu items by display nameNiels Martin Hansen2022-07-20
| | | | | | | | | Gbp-Pq: Name sort-automation-menus.patch
| * | Fix luajit 2.1 FTBFSAniol Marti2022-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Origin: Upstream Forwarded: Not-needed Last-Update: Bug: 873327 Acked-by: Gunnar Wolf <gwolf@debian.org> Applied-upstream: yes Gbp-Pq: Name luajit_21.patch
| * | Fix FTBFS on some architecturesSebastian Reichel2022-07-20
| | | | | | | | | | | | | | | | | | Last-Update: 2015-08-09 Gbp-Pq: Name add-libatomic-dependency.patch
| * | Only add timestamp when BUILD_CREDIT is definedJuan Picca2022-07-20
| | | | | | | | | | | | | | | | | | Last-Update: 2015-06-23 Last-Update: 2015-06-23 Gbp-Pq: Name only-add-timestamp-in-build-credit.patch
| * | Fix compilation by adding pthread dependencySebastian Reichel2022-07-20
| | | | | | | | | | | | | | | | | | Last-Update: 2015-08-04 Gbp-Pq: Name fix-pthread.patch
| * | vendor/luajit is removed in the Debian packageSebastian Reichel2022-07-20
| | | | | | | | | | | | | | | | | | | | | Forwarded: not-needed Last-Update: 2014-08-06 Gbp-Pq: Name remove-vendor-luajit-dependency.patch
* | | Fix compilation with old versions of ffms2Thomas Goyne2022-07-20
| | | | | | | | | Gbp-Pq: Name update-ffms2-agi-colorspaces.patch