diff options
author | Tatsuki Makino <tatsuki_makino@hotmail.com> | 2024-07-02 17:17:46 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-07-02 17:17:46 +0300 |
commit | ec1b5f9d4f61bf61723f6e28a90f8ee86075e7e8 (patch) | |
tree | c07ae5042c91466704e95d7654c51aefa904252d /multimedia/openshot/files/patch-src_windows_preferences.py | |
parent | multimedia/libopenshot: update 0.3.2 → 0.3.3 (diff) |
multimedia/openshot: update 3.1.1 → 3.2.0
Release notes:
https://www.openshot.org/blog/2024/06/24/new_openshot_release_320/
Compatibility with FFMPEG 7.0 improved: build without errors, but there is
an issue in the upstream bug-tracker related to the work of the software:
https://github.com/OpenShot/libopenshot/issues/953#issuecomment-2131234669
PR: 278857
Diffstat (limited to 'multimedia/openshot/files/patch-src_windows_preferences.py')
-rw-r--r-- | multimedia/openshot/files/patch-src_windows_preferences.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/openshot/files/patch-src_windows_preferences.py b/multimedia/openshot/files/patch-src_windows_preferences.py index c0dc577ef5cb..f26971428109 100644 --- a/multimedia/openshot/files/patch-src_windows_preferences.py +++ b/multimedia/openshot/files/patch-src_windows_preferences.py @@ -1,6 +1,6 @@ ---- src/windows/preferences.py.orig 2023-04-20 05:27:15 UTC +--- src/windows/preferences.py.orig 2024-06-24 20:49:58 UTC +++ src/windows/preferences.py -@@ -325,7 +325,7 @@ class Preferences(QDialog): +@@ -335,7 +335,7 @@ class Preferences(QDialog): value_list.remove(value_item) elif os_platform == "Windows" and v not in ("0", "3", "4"): value_list.remove(value_item) |