Merge pull request #84956 from schmittlauch/gst-disable-zbar

gst-plugins-bad: disable zbar by default
This commit is contained in:
Jan Tojnar 2020-04-11 21:13:43 +02:00 committed by GitHub
commit 11e0f5993b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
, gst-plugins-base , gst-plugins-base
, orc , orc
, gobject-introspection , gobject-introspection
, enableZbar ? true , enableZbar ? false
, faacSupport ? false , faacSupport ? false
, faac ? null , faac ? null
, faad2 , faad2

View File

@ -53,7 +53,7 @@ python3.pkgs.buildPythonApplication rec {
gst_all_1.gstreamer gst_all_1.gstreamer
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-base
(gst_all_1.gst-plugins-good.override { gtkSupport = true; }) (gst_all_1.gst-plugins-good.override { gtkSupport = true; })
gst_all_1.gst-plugins-bad # for zbar plug-in (gst_all_1.gst-plugins-bad.override { enableZbar = true; }) # for zbar plug-in
]; ];
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [