Source: lomiri-thumbnailer Version: 3.0.3-1 Severity: normal Tags: patch X-Debbugs-Cc: wuruil...@loongson.cn User: debian-loonga...@lists.debian.org Usertags: loong64
Dear Maintainer, lomiri-thumbnailer compiled incorrectly on loongarch, attachment patch solved the problem. Please merge the attached patch into the repository. wuruilong -- System Information: Debian Release: trixie/sid APT prefers unreleased APT policy: (500, 'unreleased'), (500, 'unstable') Architecture: loong64 (loongarch64) Kernel: Linux 5.10.0-60.96.0.126.oe2203.loongarch64 (SMP w/32 CPU threads) Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: unable to detect
Description: <short summary of the patch> TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . lomiri-thumbnailer (3.0.3-1) unstable; urgency=medium . * New upstream release. * debian/patches: + Drop 3000_fix_boost183.patch. Applied upstream. + Trivial rebase of 1300_disable_qml_and_dbus_tests.patch. * debian/copyright: + Update copyright attribution for debian/. * debian/control: + Bump versioned D: on persistent-cache-cpp-dev to 1.0.7-1~ (latest version). Author: Mike Gabriel <sunwea...@debian.org> --- The information above should follow the Patch Tagging Guidelines, please checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>) Bug: <upstream-bugtracker-url> Bug-Debian: https://bugs.debian.org/<bugnumber> Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber> Forwarded: (no|not-needed|<patch-forwarded-url>) Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>) Reviewed-By: <name and email of someone who approved/reviewed the patch> Last-Update: 2024-06-22 --- lomiri-thumbnailer-3.0.3.orig/tests/qml/CMakeLists.txt +++ lomiri-thumbnailer-3.0.3/tests/qml/CMakeLists.txt @@ -10,6 +10,7 @@ add_dependencies(qml_test thumbnailer-se if (${CMAKE_LIBRARY_ARCHITECTURE} STREQUAL "powerpc-linux-gnu" OR ${CMAKE_LIBRARY_ARCHITECTURE} STREQUAL "s390x-linux-gnu" + OR ${CMAKE_LIBRARY_ARCHITECTURE} STREQUAL "loongarch64-linux-gnu" OR ${CMAKE_LIBRARY_ARCHITECTURE} STREQUAL "mipsel-linux-gnu" OR ${CMAKE_LIBRARY_ARCHITECTURE} STREQUAL "mips64el-linux-gnuabi64" OR ${CMAKE_LIBRARY_ARCHITECTURE} STREQUAL "arm-linux-gnueabi"