16 gst = with gst_all_1; [ gstreamer gst-libav gst-plugins-base gst-plugins-good gst-plugins-bad ];
21 nativeBuildInputs = [ extra-cmake-modules kdoctools wrapQtAppsHook ];
22 buildInputs = [ pcre ] ++ gst;
23 propagatedBuildInputs = [
32 "-DOpenGL_GL_PREFERENCE=GLVND"
33 "-DGSTREAMER_VIDEO_INCLUDE_DIR=${gst_all_1.gst-plugins-base.dev}/include/gstreamer-1.0"
37 "--prefix GST_PLUGIN_PATH : ${lib.makeSearchPathOutput "lib" "lib/gstreamer-1.0" gst}"
41 homepage = "https://apps.kde.org/kamoso/";
42 description = "A simple and friendly program to use your camera";
43 license = with lib.licenses; [ lgpl21Only gpl3Only ];