From 82f46e4dcd11bf61045e0ef51c9fd343318ade2a Mon Sep 17 00:00:00 2001 From: VVD Date: Mon, 26 Dec 2022 05:22:06 +0000 Subject: multimedia/openshot: Update to 3.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OpenShot 3.0 Released | Stability, Performance & Usability Written by Jonathan on Dec. 10, 2022 in Releases. Highlights & Features: - Free & Open-Source Video Editor - More than 1000 improvements & fixes - Improved stability & memory usage - Enhanced real-time video playback performance - Timeline & usability improvements (snapping, keyframes, waveforms, default folders, and more) - Ability to export multiple clips and videos at the same time - Improved User-Guide / Documentation / Help Manual - Updated Language Translations & Translation System - Expanded video formats supported - Support for Blender 3.3 - 4K display | monitor support (High DPI) ChangeLog: https://www.openshot.org/blog/2022/12/10/new_openshot_release_300/ PR: 268317 --- multimedia/openshot/files/patch-src_windows_preferences.py | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'multimedia/openshot/files/patch-src_windows_preferences.py') diff --git a/multimedia/openshot/files/patch-src_windows_preferences.py b/multimedia/openshot/files/patch-src_windows_preferences.py index c74a2b06696b..9977ccf14dc7 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 2021-01-30 23:50:27 UTC +--- src/windows/preferences.py.orig 2022-12-08 21:31:12 UTC +++ src/windows/preferences.py -@@ -313,7 +313,7 @@ class Preferences(QDialog): +@@ -315,7 +315,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) @@ -8,12 +8,4 @@ + 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 -@@ -327,6 +327,7 @@ class Preferences(QDialog): - - # Replace %s dropdown values for hardware acceleration - if param["setting"] in ("graca_number_en", "graca_number_de"): -+ value_list = [] - for card_index in range(0, 3): - # Test each graphics card, and only include valid ones - if card_index in self.hardware_tests_cards and self.hardware_tests_cards.get(card_index): + # Add test button -- cgit v1.2.3