[01;33mFetching source from mirror: http://download.kde.org/stable/release-service/24.12.2/src/kdenlive-24.12.2.tar.xz [0mCMake Warning: Manually-specified variables were not used by the project: CMAKE_LD_FLAGS ECM_MKSPECS_INSTALL_DIR I/O warning : failed to load external entity "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml" No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". No "pt_br" localization of "footer-doc-comment" exists; using "en". No "pt_br" localization of "footer-doc-feedback" exists; using "en". No "pt_br" localization of "footer-doc-teamname" exists; using "en". /var/pisi/kdenlive-24.12.2-58/work/kdenlive-24.12.2/src/bin/projectclip.cpp: In member function ‘void ProjectClip::refreshBounds()’: /var/pisi/kdenlive-24.12.2-58/work/kdenlive-24.12.2/src/bin/projectclip.cpp:2287:9: warning: unused variable ‘previousUsedPos’ [-Wunused-variable] 2287 | int previousUsedPos = pCore->currentDoc()->getSequenceProperty(getSequenceUuid(), QStringLiteral("lastUsedFrame")).toInt(); | ^~~~~~~~~~~~~~~ /var/pisi/kdenlive-24.12.2-58/work/kdenlive-24.12.2/src/dialogs/subtitlestyleedit.cpp: In constructor ‘SubtitleStyleEdit::SubtitleStyleEdit(QWidget*)’: /var/pisi/kdenlive-24.12.2-58/work/kdenlive-24.12.2/src/dialogs/subtitlestyleedit.cpp:52:36: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations] 52 | connect(checkBold, &QCheckBox::stateChanged, this, &SubtitleStyleEdit::updateProperties); | ^~~~~~~~~~~~ In file included from /usr/include/qt6/QtWidgets/QCheckBox:1, from /var/pisi/kdenlive-24.12.2-58/work/kdenlive-24.12.2/build/src/ui_editsubstyle_ui.h:18, from /var/pisi/kdenlive-24.12.2-58/work/kdenlive-24.12.2/src/dialogs/subtitlestyleedit.h:9, from /var/pisi/kdenlive-24.12.2-58/work/kdenlive-24.12.2/src/dialogs/subtitlestyleedit.cpp:6: /usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here 41 | void stateChanged(int); | ^~~~~~~~~~~~ /var/pisi/kdenlive-24.12.2-58/work/kdenlive-24.12.2/src/dialogs/subtitlestyleedit.cpp:53:38: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations] 53 | connect(checkItalic, &QCheckBox::stateChanged, this, &SubtitleStyleEdit::updateProperties); | ^~~~~~~~~~~~ /usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here 41 | void stateChanged(int); | ^~~~~~~~~~~~ /var/pisi/kdenlive-24.12.2-58/work/kdenlive-24.12.2/src/dialogs/subtitlestyleedit.cpp:54:41: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations] 54 | connect(checkUnderline, &QCheckBox::stateChanged, this, &SubtitleStyleEdit::updateProperties); | ^~~~~~~~~~~~ /usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here 41 | void stateChanged(int); | ^~~~~~~~~~~~ /var/pisi/kdenlive-24.12.2-58/work/kdenlive-24.12.2/src/dialogs/subtitlestyleedit.cpp:55:41: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations] 55 | connect(checkStrikeOut, &QCheckBox::stateChanged, this, &SubtitleStyleEdit::updateProperties); | ^~~~~~~~~~~~ /usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here 41 | void stateChanged(int); | ^~~~~~~~~~~~ /var/pisi/kdenlive-24.12.2-58/work/kdenlive-24.12.2/src/utils/thememanager.cpp: In constructor ‘ThemeManager::ThemeManager(QObject*)’: /var/pisi/kdenlive-24.12.2-58/work/kdenlive-24.12.2/src/utils/thememanager.cpp:24:33: warning: ‘KColorSchemeManager::KColorSchemeManager(QObject*)’ is deprecated: Since 6.6. Use KColorSchemeManager::instance() [-Wdeprecated-declarations] 24 | : KColorSchemeManager(parent) | ^ In file included from /usr/include/KF6/KColorScheme/KColorSchemeManager:1, from /var/pisi/kdenlive-24.12.2-58/work/kdenlive-24.12.2/src/utils/thememanager.h:15, from /var/pisi/kdenlive-24.12.2-58/work/kdenlive-24.12.2/src/utils/thememanager.cpp:9: /usr/include/KF6/KColorScheme/kcolorschememanager.h:59:14: note: declared here 59 | explicit KColorSchemeManager(QObject *parent = nullptr); | ^~~~~~~~~~~~~~~~~~~ /var/pisi/kdenlive-24.12.2-58/work/kdenlive-24.12.2/src/mainwindow.cpp: In member function ‘void MainWindow::setupActions()’: /var/pisi/kdenlive-24.12.2-58/work/kdenlive-24.12.2/src/mainwindow.cpp:1802:40: warning: ‘QAction* KActionCategory::addAction(KStandardAction::StandardAction, const QObject*, const char*)’ is deprecated: Since 6.9. Use KStandardActions overload [-Wdeprecated-declarations] 1802 | act = clipActionCategory->addAction(KStandardAction::Copy, this, SLOT(slotCopy())); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/KF6/KXmlGui/KActionCategory:1, from /var/pisi/kdenlive-24.12.2-58/work/kdenlive-24.12.2/src/mainwindow.h:23, from /var/pisi/kdenlive-24.12.2-58/work/kdenlive-24.12.2/src/mainwindow.cpp:7: /usr/include/KF6/KXmlGui/kactioncategory.h:114:14: note: declared here 114 | QAction *addAction(KStandardAction::StandardAction actionType, const QObject *receiver = nullptr, const char *member = nullptr); | ^~~~~~~~~ [01;33m*** 0 error(s), 1 warning(s) [0m