kdenlive: add missing dependencies
breeze is needed for UI elements, frei0r for effects, and ffmpeg-full for ffplay to handle playback.
This commit is contained in:
parent
666b291d19
commit
7c7d867ac8
@ -1,6 +1,8 @@
|
|||||||
{ mkDerivation
|
{ mkDerivation
|
||||||
, lib
|
, lib
|
||||||
, extra-cmake-modules
|
, extra-cmake-modules
|
||||||
|
, breeze-icons
|
||||||
|
, breeze-qt5
|
||||||
, kdoctools
|
, kdoctools
|
||||||
, kconfig
|
, kconfig
|
||||||
, kcrash
|
, kcrash
|
||||||
@ -19,7 +21,8 @@
|
|||||||
, shared-mime-info
|
, shared-mime-info
|
||||||
, libv4l
|
, libv4l
|
||||||
, kfilemetadata
|
, kfilemetadata
|
||||||
, ffmpeg
|
, ffmpeg-full
|
||||||
|
, frei0r
|
||||||
, phonon-backend-gstreamer
|
, phonon-backend-gstreamer
|
||||||
, qtdeclarative
|
, qtdeclarative
|
||||||
, qtquickcontrols
|
, qtquickcontrols
|
||||||
@ -37,6 +40,8 @@ mkDerivation {
|
|||||||
kdoctools
|
kdoctools
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
breeze-icons
|
||||||
|
breeze-qt5
|
||||||
kconfig
|
kconfig
|
||||||
kcrash
|
kcrash
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
@ -59,7 +64,8 @@ mkDerivation {
|
|||||||
qtwebkit
|
qtwebkit
|
||||||
shared-mime-info
|
shared-mime-info
|
||||||
libv4l
|
libv4l
|
||||||
ffmpeg
|
ffmpeg-full
|
||||||
|
frei0r
|
||||||
rttr
|
rttr
|
||||||
kpurpose
|
kpurpose
|
||||||
kdeclarative
|
kdeclarative
|
||||||
|
Loading…
Reference in New Issue
Block a user