Created attachment 241420 [details] patch for multimedia/openshot OpenShot 3.1 Released https://www.openshot.org/blog/2023/04/06/new_openshot_release_310/ Prevented .* files from being installed in the document. Changed the patch to a comment out with a reason not to run it instead of deleting lines.
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval. -- Attachment -> Details -> maintainer-approval [+] Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4876c612ca5d182752e5244fb0c45a10027582c0 commit 4876c612ca5d182752e5244fb0c45a10027582c0 Author: Tatsuki Makino <tatsuki_makino@hotmail.com> AuthorDate: 2023-04-13 10:03:18 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-04-15 16:56:58 +0000 multimedia/openshot: Update to 3.1.0 ChangeLog: https://www.openshot.org/blog/2023/04/06/new_openshot_release_310/ * Improved Profiles (400+ Export Profiles, New Profile UI, and more) * Huge Time Remapping update (improved audio resampling, support for backwards audio, bezier curve support) * Improved Undo / Redo system, includes grouping actions (i.e. single undo for split-clips and similar multi-step edits) * Improved Preview & Split Clip dialog (correct aspect ratio, correct sample rate) * Improved Caption Effect (high DPI support, improved VTT support) * Memory leak fixes (clip caching, memory leak fixes, prevent zombie threads) * Improved Performance (FrameMapper & Clip objects now include extra caching and optimizations) * Improved Keyboard Bindings (arrow keys) * Bug fix for Blender Animated Titles using high FPS (incorrect duration) * Bug fix for Mac Chroma Key effect (babl color methods) * Bug fix for video preview widget resizing, to correctly clear cache * Bug fix for Automatic Transition Direction logic (i.e. correctly fade in/out based on where the transition is dropped) * Fixed issue with AppImage to support newer distros (related to glibc compatibility) * Improved About dialog (release notes link, remove "candidate" for official releases) * Expanded default Emojis (adding in Arrows, Shapes, and Brands) * Improved File Properties Dialog, to handle replacing files and thumbnails, and better support for changing FPS * Updated language translations * Updated supporters and donors * Updated docs / user-guide PR: 270763 Reported by: tatsuki_makino@hotmail.com multimedia/openshot/Makefile | 7 +- multimedia/openshot/distinfo | 6 +- multimedia/openshot/files/patch-setup.py | 48 +- .../files/patch-src_windows_preferences.py | 4 +- multimedia/openshot/pkg-plist | 1528 +++++++++++++++++++- 5 files changed, 1484 insertions(+), 109 deletions(-)
Committed, Thanks!