The `mixxx` package misses the `qt5-qtbase-sqlite` dependency
Hello,
After upgrading from v3.15
to edge
, I installed the mixxx
package.
When launching it from a terminal, a pop-up would show saying:
Unable to establish a database connection.
Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it.
Click OK to exit.
[OK]
with this console output:
$ mixxx
Warning [Main]: QSqlDatabase: QSQLITE driver not loaded
Warning [Main]: QSqlDatabase: available drivers:
Warning [Main]: DbConnection - Failed to open database connection "" QSqlDatabase(invalid) QSqlError("", "Driver not loaded", "Driver not loaded")
Critical [Main]: DbConnectionPool - Failed to open thread-local database connection "" QSqlDatabase(invalid)
Critical [Main]: DbConnectionPooled - Thread-local database connection not found
after investigation, installing qt5-qtbase-sqlite
removed the error and allowed me to launch mixxx
successfully, shouldn't it be a dependency of the mixxx
package then ?