Skip to content

community/plasma-videoplayer: add missing deps

I'm sorry that I can't resist using those great Plasma apps on non-Plasma environments ;)

Since without following deps on Phosh & Xfce it

won't start (kirigami2 qt5-qtquickcontrols)
QQmlApplicationEngine failed to load component
qrc:/main.qml:26:1: module "org.kde.kirigami" is not installed
qrc:/main.qml:24:1: module "QtQuick.Controls" is not installed
qrc:/main.qml:26:1: module "org.kde.kirigami" is not installed
qrc:/main.qml:24:1: module "QtQuick.Controls" is not installed
won't play videos (qt5-qtmultimedia qtmpris)
QQmlComponent: Component is not ready
file:///usr/lib/qt5/qml/org/kde/kirigami.2/PageRow.qml:623: Error: Error while loading page: qrc:/PlayerPage.qml:27 module "org.nemomobile.mpris" is not installed
qrc:/PlayerPage.qml:25 module "QtMultimedia" is not installed
qrc:/PlayerPage.qml:27 module "org.nemomobile.mpris" is not installed
qrc:/PlayerPage.qml:25 module "QtMultimedia" is not installed
won't have player history (qt5-qtbase-sqlite)
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers: 
QSqlQuery::prepare: database not open
qrc:/helper/db.js:15: Error: Driver not loaded Driver not loaded
QSqlQuery::prepare: database not open
qrc:/helper/db.js:42: Error: Driver not loaded Driver not loaded

Related issue: #12711 (closed) Didn't include any of the stuff there in this MR since I think plasma-videoplayer shouldn't depend on codec packages.

Merge request reports