diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-09-13 07:14:55 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-09-13 07:14:55 +0000 |
commit | 0e7e76df2e05b7e399278056e2bfe7195aa038c7 (patch) | |
tree | e914b8623a899e15dcaa41289594014c37dde91a /multimedia/openshot/files/patch-src_windows_preferences.py | |
parent | multimedia/libopenshot: Update to 0.2.5.172 (diff) |
multimedia/openshot: update to 2.5.1.369
PR: 249272
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=548460
Diffstat (limited to 'multimedia/openshot/files/patch-src_windows_preferences.py')
-rw-r--r-- | multimedia/openshot/files/patch-src_windows_preferences.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/openshot/files/patch-src_windows_preferences.py b/multimedia/openshot/files/patch-src_windows_preferences.py index 59bcef2877e1..2342a7333107 100644 --- a/multimedia/openshot/files/patch-src_windows_preferences.py +++ b/multimedia/openshot/files/patch-src_windows_preferences.py @@ -1,15 +1,15 @@ ---- src/windows/preferences.py.orig 2020-06-15 23:50:00 UTC +--- src/windows/preferences.py.orig 2020-09-11 19:59:04 UTC +++ src/windows/preferences.py @@ -293,7 +293,7 @@ class Preferences(QDialog): value_list.remove(value_item) - elif os_platform == "Windows" and v not in ("0", "3", "4", "7"): + elif os_platform == "Windows" and v not in ("0", "3", "4"): value_list.remove(value_item) -- elif os_platform == "Linux" and v not in ("0", "1", "2", "6", "7"): -+ elif (os_platform == "FreeBSD" or os_platform == "Linux") and v not in ("0", "1", "2", "6", "7"): +- elif os_platform == "Linux" and v not in ("0", "1", "2", "6"): ++ elif (os_platform == "FreeBSD" or os_platform == "Linux") and v not in ("0", "1", "2", "6"): value_list.remove(value_item) # Remove hardware mode items which cannot decode the example video -@@ -305,6 +305,7 @@ class Preferences(QDialog): +@@ -307,6 +307,7 @@ class Preferences(QDialog): # Replace %s dropdown values for hardware acceleration if param["setting"] in ("graca_number_en", "graca_number_de"): |