Bug 270763 - multimedia/openshot: Update to 3.1.0
Summary: multimedia/openshot: Update to 3.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://www.openshot.org/blog/2023/04...
Keywords:
Depends on: 270762
Blocks:
  Show dependency treegraph
 
Reported: 2023-04-11 09:39 UTC by Tatsuki Makino
Modified: 2023-04-15 17:06 UTC (History)
2 users (show)

See Also:


Attachments
patch for multimedia/openshot (129.67 KB, patch)
2023-04-11 09:39 UTC, Tatsuki Makino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tatsuki Makino 2023-04-11 09:39:38 UTC
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.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-04-13 10:07:18 UTC
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]


Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-04-15 17:02:06 UTC
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(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2023-04-15 17:06:19 UTC
Committed,

Thanks!