the addition of a thumbnailer that works for videos
the previewSlideDelegate now uses the thumbnails instead
This commit is contained in:
parent
1b55be29e5
commit
014a38a4f9
11 changed files with 638 additions and 37 deletions
|
@ -14,6 +14,7 @@ mkShell rec {
|
|||
pkg-config
|
||||
libsForQt5.wrapQtAppsHook
|
||||
makeWrapper
|
||||
# ffmpeg
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
@ -34,11 +35,11 @@ mkShell rec {
|
|||
libsForQt5.ki18n
|
||||
libsForQt5.kcoreaddons
|
||||
libsForQt5.kguiaddons
|
||||
# libsForQt5.kconfig
|
||||
|
||||
podofo
|
||||
mpv
|
||||
# libsForQt5.kconfig
|
||||
# ffmpeg-full
|
||||
ffmpeg-full
|
||||
# yt-dlp
|
||||
|
||||
# Rust tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue