Files
ports/multimedia/openshot/files/patch-src_settings___default.settings
Tatsuki Makino ec1b5f9d4f 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
2024-07-02 17:17:46 +03:00

21 lines
479 B
Plaintext

--- src/settings/_default.settings.orig 2024-06-24 20:49:58 UTC
+++ src/settings/_default.settings
@@ -445,7 +445,7 @@
"min": 0,
"setting": "graca_number_de",
"type": "dropdown",
- "value": "0",
+ "value": 0,
"translate_values": true,
"values": [],
"restart": true
@@ -457,7 +457,7 @@
"min": 0,
"setting": "graca_number_en",
"type": "dropdown",
- "value": "0",
+ "value": 0,
"values": [],
"restart": false
},