Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 90efe2de rédigé par Kubat's avatar Kubat
Parcourir les fichiers

MISC: Update README and CHANGELOG for dependencies (Qt6 + remove SDL2)

parent 5e06bb3a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!198Migrate from Qt5 to Qt6
Pipeline #3316 en échec
......@@ -4,7 +4,7 @@
- Add: add rust code to lektord -> common lib + new repo rs module
- Add: merge the amadeus-rs prokect into the lektor one
- Add: add file logging to lektord, the rotate operations are done by lektord to avoid running out of space if someone try to dos lektord...
- Add: Qt5 module for the player, it's the new default (will replace sdl2!)
- Add: Qt6 module for the player, it's the new default (will replace sdl2!)
- Add: hook to automatically upgrade the database scheme if needed
- Add: multi-add IDs, create a list with stb_ds and add its content in the queue, the adds are batched 10 per 10. When adding multiple times the same kara ID, it is only added once
- Add: dry-update command to only refresh the available kara in Kurisu and don't download them
......@@ -36,6 +36,7 @@
- Change: autotools to cmake toolchain
- Change: cmake minimal version to 3.17 because of policy CMP0100
- Change: the CI check if lektor compiles, no binary deployment for now
- Change: minimal version of Qt is now 6!
- Remove: delete `KLKT` as it is no longer maintained
- Remove: get ride of the SDL2 module
......
......@@ -29,21 +29,16 @@ A Karaoke player made to replace the old bash scripts on Sakura.
- [cmake](https://cmake.org/) with at least the version 3.17
- a C compiler with C11 support
- a C++ compiler with C++20 support (for the Qt5 module)
- a C++ compiler with C++20 support (for the Qt6 module)
- the [sqlite3](https://www.sqlite.org/) development library, version
3.31.0 or newer for [generated columns](https://www.sqlite.org/gencol.html) support
- a POSIX.1-2008 compatible system (for MS Windows, use something like WSL2)
For the module sdl2, you will need the following prerequisites:
- the [mpv](https://mpv.io/) development library
- the [sdl2](https://www.libsdl.org/) development library
- the [sdl2-image](https://www.libsdl.org/projects/SDL_image/) development library
For the Qt module, you will need the following prerequisites:
- the [Qt](https://www.qt.io/) develipment library, QtCore, QtWidgets in at
least version 5.15 (Qt6 should be supported)
- the [mpv](https://mpv.io/) development library
- the [Qt](https://www.qt.io/) develipment library, QtCore, QtWidgets, QtOpenGL,
QtOpenGLWidgets in at least version 6
For the module repo, you will need the folowing prerequisites:
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter