diff options
author | Tatsuki Makino <tatsuki_makino@hotmail.com> | 2021-09-01 16:12:03 -0700 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-09-01 16:12:52 -0700 |
commit | 62b4740ad4c10f5423a1ce506840d1d80cd39299 (patch) | |
tree | 9b04a977fa3a4b4afefb8bb7d754b76f58bda086 /multimedia/openshot/files/patch-src_launch.py | |
parent | multimedia/libopenshot: Update to 0.2.6 (diff) |
multimedia/openshot: Update to 2.6.0
PR: 258162
Diffstat (limited to '')
-rw-r--r-- | multimedia/openshot/files/patch-src_launch.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/openshot/files/patch-src_launch.py b/multimedia/openshot/files/patch-src_launch.py new file mode 100644 index 000000000000..323fc5ddbc78 --- /dev/null +++ b/multimedia/openshot/files/patch-src_launch.py @@ -0,0 +1,11 @@ +--- src/launch.py.orig 2021-08-24 18:04:45 UTC ++++ src/launch.py +@@ -109,7 +109,7 @@ def main(): + '(requires Qt 5.11+)') + parser.add_argument( + '-b', '--web-backend', action='store', +- choices=['auto', 'webkit', 'webengine'], default='auto', ++ choices=['auto', 'webkit', 'webengine'], default='webkit', + help="Web backend to use for Timeline") + parser.add_argument( + '-d', '--debug', action='store_true', |