Control: tags 1074372 + patch Control: tags 1074372 + pending
Dear maintainer, I've prepared an NMU for aegisub (versioned as 3.2.2+dfsg-7.2) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -Nru aegisub-3.2.2+dfsg/debian/changelog aegisub-3.2.2+dfsg/debian/changelog --- aegisub-3.2.2+dfsg/debian/changelog 2023-12-23 22:32:02.000000000 +0100 +++ aegisub-3.2.2+dfsg/debian/changelog 2024-10-26 11:46:24.000000000 +0200 @@ -1,3 +1,13 @@ +aegisub (3.2.2+dfsg-7.2) unstable; urgency=medium + + * Non-maintainer upload. + + [ zhangdandan <[email protected]> ] + * d/p/aegisub-add-support-for-loong64.patch: Add support for loong64 + (Closes: #1074372) + + -- Gianfranco Costamagna <[email protected]> Sat, 26 Oct 2024 11:46:24 +0200 + aegisub (3.2.2+dfsg-7.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru aegisub-3.2.2+dfsg/debian/patches/aegisub-add-support-for-loong64.patch aegisub-3.2.2+dfsg/debian/patches/aegisub-add-support-for-loong64.patch --- aegisub-3.2.2+dfsg/debian/patches/aegisub-add-support-for-loong64.patch 1970-01-01 01:00:00.000000000 +0100 +++ aegisub-3.2.2+dfsg/debian/patches/aegisub-add-support-for-loong64.patch 2024-10-26 11:44:55.000000000 +0200 @@ -0,0 +1,14 @@ +Description: Add loong64 to the lists that check for system libraries (on 64-bit systems)in both lib64 and lib. +Last-Update: 2024-06-27 + +--- aegisub-3.2.2+dfsg.orig/m4macros/ax_boost_base.m4 ++++ aegisub-3.2.2+dfsg/m4macros/ax_boost_base.m4 +@@ -114,7 +114,7 @@ AC_DEFUN([_AX_BOOST_BASE_RUNDETECT],[ + AS_CASE([${host_cpu}], + [x86_64],[libsubdirs="lib64 libx32 lib lib64"], + [mips*64*],[libsubdirs="lib64 lib32 lib lib64"], +- [ppc64|powerpc64|s390x|sparc64|aarch64|ppc64le|powerpc64le|riscv64|e2k],[libsubdirs="lib64 lib lib64"], ++ [ppc64|powerpc64|s390x|sparc64|aarch64|ppc64le|powerpc64le|riscv64|e2k|loong64],[libsubdirs="lib64 lib lib64"], + [libsubdirs="lib"] + ) + diff -Nru aegisub-3.2.2+dfsg/debian/patches/series aegisub-3.2.2+dfsg/debian/patches/series --- aegisub-3.2.2+dfsg/debian/patches/series 2022-09-15 12:52:38.000000000 +0200 +++ aegisub-3.2.2+dfsg/debian/patches/series 2024-10-26 11:45:22.000000000 +0200 @@ -27,3 +27,4 @@ update-ffms2-x11-none.patch update-ffms2-log-levels.patch fix_boost183.patch +aegisub-add-support-for-loong64.patch

