Bug 277647 - audio/libopenshot-audio: fix OPTIONS
Summary: audio/libopenshot-audio: fix OPTIONS
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: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks: 277648
  Show dependency treegraph
 
Reported: 2024-03-12 05:38 UTC by Tatsuki Makino
Modified: 2024-05-06 15:07 UTC (History)
1 user (show)

See Also:


Attachments
patch for audio/libopenshot-audio (10.45 KB, patch)
2024-03-12 05:38 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 2024-03-12 05:38:32 UTC
Created attachment 249109 [details]
patch for audio/libopenshot-audio

Documents that require doxygen have been separated into DOXYGEN option.
It is off by default.
This may be able to be subported later.
JACK option has been changed.
It seems to be no longer experimental, but there will be bugs :)
Incidentally, the configure output for libraries that need to be linked on FreeBSD may be a bit more elegant :)
PORTREVISION has already been bumped in the patch.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-05-06 15:06:40 UTC
A commit in branch main references this bug:

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

commit 69132b6a36d2e845e09165330f1112379a2c4df3
Author:     Tatsuki Makino <tatsuki_makino@hotmail.com>
AuthorDate: 2024-05-06 14:57:18 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-05-06 15:05:32 +0000

    audio/libopenshot-audio: fix OPTIONS

    Documents that require doxygen have been separated into DOXYGEN option.
    It is off by default.
    JACK option has been changed. It seems to be no longer experimental,
    but there will be bugs

    PR:     277647

 audio/libopenshot-audio/Makefile                   |  20 ++--
 audio/libopenshot-audio/files/patch-CMakeLists.txt |  44 ++++++---
 ...devices_native_juce__linux__JackAudio.cpp (new) | 104 +++++++++++++++++++++
 3 files changed, 146 insertions(+), 22 deletions(-)
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2024-05-06 15:07:30 UTC
Thanks for patch!