diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-02-25 18:54:50 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-02-25 18:54:50 +0000 |
commit | 5c7b2bd039602ac98e892b5e6409d6ed7293c1ee (patch) | |
tree | 7a0738c9e31ab291cf4dedf7f234f5a7df8ba7da /multimedia/openshot/files/patch-src_classes_effect__init.py | |
parent | net-im/py-matrix-synapse: Update to 1.27.0 (diff) |
Update a few openshot ports:
* audio/libopenshot-audio: Update to 0.2.0.29
* multimedia/libopenshot: Update to 0.2.5.517
* multimedia/openshot: update to 2.5.1.732
PR: 253643, 253645, 253646
Submitted by: Tatsuki Makino <tatsuki_makino AT hotmail DOT com> (maintainer)
Diffstat (limited to 'multimedia/openshot/files/patch-src_classes_effect__init.py')
-rw-r--r-- | multimedia/openshot/files/patch-src_classes_effect__init.py | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/multimedia/openshot/files/patch-src_classes_effect__init.py b/multimedia/openshot/files/patch-src_classes_effect__init.py new file mode 100644 index 000000000000..75b65140ba31 --- /dev/null +++ b/multimedia/openshot/files/patch-src_classes_effect__init.py @@ -0,0 +1,41 @@ +--- src/classes/effect_init.py.orig 2021-01-30 23:50:27 UTC ++++ src/classes/effect_init.py +@@ -112,22 +112,22 @@ effect_options = { + "value": "MIL", + "name": "MIL" + }, +- { +- "value": "BOOSTING", +- "name": "BOOSTING" +- }, +- { +- "value": "TLD", +- "name": "TLD" +- }, +- { +- "value": "MEDIANFLOW", +- "name": "MEDIANFLOW" +- }, +- { +- "value": "MOSSE", +- "name": "MOSSE" +- }, ++# { ++# "value": "BOOSTING", ++# "name": "BOOSTING" ++# }, ++# { ++# "value": "TLD", ++# "name": "TLD" ++# }, ++# { ++# "value": "MEDIANFLOW", ++# "name": "MEDIANFLOW" ++# }, ++# { ++# "value": "MOSSE", ++# "name": "MOSSE" ++# }, + { + "value": "CSRT", + "name": "CSRT" |