Debian Patches

Status for qstopmotion/2.5.2-3

Patch Description Author Forwarded Bugs Origin Last update
cmake-4.patch Fix FTBFS with CMake 4 Adrian Bunk <bunk@debian.org> no debian
qt6.patch Port build system and source code to Qt6
Replace Qt5 with Qt6 throughout:

Source:
- QDesktopWidget → QGuiApplication::primaryScreen() (removed in Qt6)
- Qt::WA_GroupLeader → removed (removed in Qt6)
- QRegExp → QRegularExpression (removed in Qt6)
- QStyleOption::init() → initFrom() (removed in Qt6)
- QImage::mirrored() → flipped() (deprecated in Qt6)
- QColor::setNamedColor() → QColor::fromString() (deprecated in Qt6)
- QDropEvent::pos() → position().toPoint() (deprecated in Qt6)
- QDomDocument::setContent() bool overload → ParseOption overload
(deprecated in Qt6; legacy call preserved with warning suppression
where a goto prevents introducing a new variable)
- QString != NULL comparisons → isNull() / isEmpty()
- QLayout::setMargin(n) → setContentsMargins(n, n, n, n) (removed in Qt6)
- Key shortcut expressions: Qt::operator+ → operator| (deprecated in Qt6)
- Remove unused #include <QTextCodec> (removed in Qt6)
- Add #include <QRegularExpression>, <QGuiApplication>, <QScreen>

diff -r 30140e249d24 -r 00381ae9f7eb src/domain/animation/projectserializer.cpp
bage@debian.org no backport, https://sourceforge.net/p/qstopmotion/mailman/message/59329939/ 2026-05-04
qt6-exposurethumbview.patch diff --git a/src/frontends/qtfrontend/timeline/exposurethumbview.cpp b/src/frontends/qtfrontend/timeline/exposurethumbview.cpp
index f33ff07..460193a 100644
no

All known versions for source package 'qstopmotion'

Links