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 :)
^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!
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(-)
Committed, Thanks!