Bug 270762

Summary: multimedia/libopenshot: Update to 0.3.1
Product: Ports & Packages Reporter: Tatsuki Makino <tatsuki_makino>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: eduardo, fernape
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://www.openshot.org/blog/2023/04/06/new_openshot_release_310/
Bug Depends on: 270760    
Bug Blocks: 270763    
Attachments:
Description Flags
patch for multimedia/libopenshot none

Description Tatsuki Makino 2023-04-11 09:29:28 UTC
Created attachment 241419 [details]
patch for multimedia/libopenshot

The update is combined with the release of OpenShot 3.1.
https://www.openshot.org/blog/2023/04/06/new_openshot_release_310/

The search for execinfo library has been changed.
Check for the existence of a function before finding it.

A patch is added to change the format of the backtrace.

Drop the runtime dependencies of the python.

The RUBY option allows us to create *.so that we do not know what it is used for :)
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-04-13 10:10:08 UTC
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.

^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:05 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=777e6c7300b3ccb55c553de0d8c7f2ddff56243d

commit 777e6c7300b3ccb55c553de0d8c7f2ddff56243d
Author:     Tatsuki Makino <tatsuki_makino@hotmail.com>
AuthorDate: 2023-04-13 10:06:00 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-04-15 16:56:26 +0000

    multimedia/libopenshot: Update to 0.3.1

    ChangeLog: https://www.openshot.org/blog/2023/04/06/new_openshot_release_310/

    PR:             270762
    Reported by:    tatsuki_makino@hotmail.com

 multimedia/libopenshot/Makefile                       | 17 +++++++++--------
 multimedia/libopenshot/distinfo                       |  6 +++---
 multimedia/libopenshot/files/patch-src_CMakeLists.txt | 19 ++++++++++++-------
 .../files/patch-src_CrashHandler.cpp (new)            | 19 +++++++++++++++++++
 .../libopenshot/files/patch-src_FFmpegWriter.cpp      |  4 ++--
 multimedia/libopenshot/pkg-plist                      |  6 ++++--
 6 files changed, 49 insertions(+), 22 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2023-04-15 17:06:13 UTC
Committed,

Thanks!