Bug 270760 - audio/libopenshot-audio: Update to 0.3.1
Summary: audio/libopenshot-audio: 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: freebsd-ports-bugs (Nobody)
URL: https://www.openshot.org/blog/2023/04...
Keywords:
Depends on:
Blocks: 270762
  Show dependency treegraph
 
Reported: 2023-04-11 09:20 UTC by Tatsuki Makino
Modified: 2023-04-15 17:06 UTC (History)
1 user (show)

See Also:


Attachments
patch for audio/libopenshot-audio (5.53 KB, patch)
2023-04-11 09:20 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:20:31 UTC
Created attachment 241418 [details]
patch for audio/libopenshot-audio

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

There are no specific changes :)

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

JACK option added.
Enough code was bundled to use JACK, so it should be possible to output directly to jackd, although this is experimental.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-04-13 10:12:41 UTC
Messages:
^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:01:04 UTC
A commit in branch main references this bug:

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

commit a003e972b45b275c0a6f60f411a0835b8a422cd7
Author:     Tatsuki Makino <tatsuki_makino@hotmail.com>
AuthorDate: 2023-04-13 10:07:34 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-04-15 16:55:33 +0000

    audio/libopenshot-audio: Update to 0.3.1

    JACK option added.
    Enough code was bundled to use JACK, so it should be possible to output directly
    to jackd, although this is experimental.

    PR:             270760
    Reported by:    tatsuki_makino@hotmail.com (maintainer)

 audio/libopenshot-audio/Makefile                   |  8 +++-
 audio/libopenshot-audio/distinfo                   |  6 +--
 audio/libopenshot-audio/files/patch-CMakeLists.txt | 53 +++++++++++++++++-----
 audio/libopenshot-audio/pkg-plist                  |  2 +-
 4 files changed, 51 insertions(+), 18 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2023-04-15 17:06:07 UTC
Committed,

Thanks!