Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
lektor
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Kubat
lektor
Validations
64fb6bd1
Vérifiée
Valider
64fb6bd1
rédigé
1 oct. 2022
par
Kubat
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
MODULE: Remove the SDL2 module
parent
534a414a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
3
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
3 fichiers modifiés
CHANGELOG.md
+2
-1
2 ajouts, 1 suppression
CHANGELOG.md
README.md
+2
-6
2 ajouts, 6 suppressions
README.md
inc/lektor/internal/config.def
+0
-6
0 ajout, 6 suppressions
inc/lektor/internal/config.def
avec
4 ajouts
et
13 suppressions
CHANGELOG.md
+
2
−
1
Voir le fichier @
64fb6bd1
# Next
# Next
-
Add: install amadeus-rs as amadeus alongside lektord
-
Add: install amadeus-rs as amadeus alongside lektord
-
Add: rework of the databse in rust with diesel
-
Add: add rust code to lektord -> common lib + new repo rs module
-
Add: add rust code to lektord -> common lib + new repo rs module
-
Add: merge the amadeus-rs prokect into the lektor one
-
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: add file logging to lektord, the rotate operations are done by lektord to avoid running out of space if someone try to dos lektord...
...
@@ -37,7 +38,7 @@
...
@@ -37,7 +38,7 @@
-
Change: cmake minimal version to 3.17 because of policy CMP0100
-
Change: cmake minimal version to 3.17 because of policy CMP0100
-
Change: the CI check if lektor compiles, no binary deployment for now
-
Change: the CI check if lektor compiles, no binary deployment for now
-
Remove: delete
`KLKT`
as it is no longer maintained
-
Remove: delete
`KLKT`
as it is no longer maintained
-
Remove:
get ride of the SDL2 module
-
Remove:
Remove SDL2 module for window modules
# v2.4 (752da467)
# v2.4 (752da467)
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
README.md
+
2
−
6
Voir le fichier @
64fb6bd1
...
@@ -30,20 +30,16 @@ A Karaoke player made to replace the old bash scripts on Sakura.
...
@@ -30,20 +30,16 @@ A Karaoke player made to replace the old bash scripts on Sakura.
-
[
cmake
](
https://cmake.org/
)
with at least the version 3.17
-
[
cmake
](
https://cmake.org/
)
with at least the version 3.17
-
a C compiler with C11 support
-
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 Qt5 module)
-
a
[
rust
](
https://www.rust-lang.org
)
compiler with version >= 1.51
-
The C and C++ compilers must have OpenMP support (see the
-
The C and C++ compilers must have OpenMP support (see the
[
OpenMP C test program
](
utils/cmake/TestOpenMp.c
)
)
[
OpenMP C test program
](
utils/cmake/TestOpenMp.c
)
)
-
the
[
sqlite3
](
https://www.sqlite.org/
)
development library, version
-
the
[
sqlite3
](
https://www.sqlite.org/
)
development library, version
3.
31.0 or newer for
[
generated columns
](
https://www.sqlite.org/gencol.html
)
support
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)
-
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:
For the Qt module, you will need the following prerequisites:
-
the
[
mpv
](
https://mpv.io/
)
development library
-
the
[
Qt
](
https://www.qt.io/
)
develipment library, QtCore, QtWidgets in at
-
the
[
Qt
](
https://www.qt.io/
)
develipment library, QtCore, QtWidgets in at
least version 5.15 (Qt6 should be supported)
least version 5.15 (Qt6 should be supported)
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
inc/lektor/internal/config.def
+
0
−
6
Voir le fichier @
64fb6bd1
...
@@ -67,14 +67,8 @@ value("plt_json", "https://kurisu.iiens.net/api/plt/")
...
@@ -67,14 +67,8 @@ value("plt_json", "https://kurisu.iiens.net/api/plt/")
/* MODULE: PLAYER */
/* MODULE: PLAYER */
section
(
"player"
)
section
(
"player"
)
comment
(
"The player module, so that people can 'sing' when using lektor."
)
comment
(
"The player module, so that people can 'sing' when using lektor."
)
comment
(
"By default it's sdl, but one can create any module, for audio support"
)
comment
(
"only for example."
)
value
(
"module"
,
"qt"
)
value
(
"module"
,
"qt"
)
value
(
"autoclear"
,
"true"
)
value
(
"autoclear"
,
"true"
)
value
(
"def_random"
,
"false"
)
value
(
"def_consume"
,
"false"
)
value
(
"def_single"
,
"false"
)
value
(
"def_repeat"
,
"false"
)
value
(
"font_size"
,
"20"
)
value
(
"font_size"
,
"20"
)
value
(
"font_name"
,
"Hack Nerd Font"
)
value
(
"font_name"
,
"Hack Nerd Font"
)
value
(
"msg_duration"
,
"4"
)
value
(
"msg_duration"
,
"4"
)
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter