Bug 270762 - multimedia/libopenshot: Update to 0.3.1
Summary: multimedia/libopenshot: Update to 0.3.1
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: 270760
Blocks: 270763
  Show dependency treegraph
 
Reported: 2023-04-11 09:29 UTC by Tatsuki Makino
Modified: 2023-04-15 17:06 UTC (History)
2 users (show)

See Also:


Attachments
patch for multimedia/libopenshot (7.48 KB, patch)
2023-04-11 09:29 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: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!