mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: pitivi: Build with cvtracker plugin.
* gnu/packages/video.scm (pitivi)[inputs]: Update gst-plugins-bad selection to also build “opencv” plugin.
This commit is contained in:
@@ -5983,12 +5983,13 @@ tools for styling them, including a built-in real-time video preview.")
|
|||||||
gstreamer
|
gstreamer
|
||||||
gst-plugins-base
|
gst-plugins-base
|
||||||
gst-plugins-good
|
gst-plugins-good
|
||||||
;; TODO: Add the 'cvtracker' plugin after our gstreamer packages
|
(package
|
||||||
;; has been upgraded to version 1.20.
|
(inherit (gst-plugins/selection
|
||||||
(gst-plugins/selection gst-plugins-bad #:plugins
|
gst-plugins-bad
|
||||||
'("debugutils" "transcode")
|
#:plugins '("debugutils" "opencv" "transcode")
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~'("-Dintrospection=enabled"))
|
#~'("-Dintrospection=enabled")))
|
||||||
|
(inputs (modify-inputs inputs (prepend opencv))))
|
||||||
gst-libav
|
gst-libav
|
||||||
gsound
|
gsound
|
||||||
gtk+
|
gtk+
|
||||||
|
|||||||
Reference in New Issue
Block a user