Bug 259205 - multimedia/libopenshot: update to 0.2.7
Summary: multimedia/libopenshot: update to 0.2.7
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: Neel Chauhan
URL:
Keywords:
Depends on:
Blocks: 259206
  Show dependency treegraph
 
Reported: 2021-10-16 09:41 UTC by Tatsuki Makino
Modified: 2021-10-16 21:32 UTC (History)
1 user (show)

See Also:
tatsuki_makino: maintainer-feedback+


Attachments
patch for multimedia/libopenshot (4.06 KB, patch)
2021-10-16 09:41 UTC, Tatsuki Makino
tatsuki_makino: maintainer-approval+
Details | Diff
poudriere log (196.10 KB, text/plain)
2021-10-16 09:42 UTC, Tatsuki Makino
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tatsuki Makino 2021-10-16 09:41:50 UTC
Created attachment 228749 [details]
patch for multimedia/libopenshot

This is an update for openshot-2.6.1.
Variables have been sorted to silence portclippy :)
The documentation is now built and installed by option DOCS.
There is no way to disable it, so if you don't need it, use multimedia_libopenshot_UNSET=DOCS .
include/libopenshot/OpenCVUtilities.h is not used if OPENCV is not present, but it is always installed by following.

install(DIRECTORY .
  COMPONENT devel
  DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/libopenshot
  FILES_MATCHING PATTERN "*.h"
)
Comment 1 Tatsuki Makino 2021-10-16 09:42:33 UTC
Created attachment 228750 [details]
poudriere log
Comment 2 Neel Chauhan freebsd_committer freebsd_triage 2021-10-16 21:31:50 UTC
Committed!
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-10-16 21:32:34 UTC
A commit in branch main references this bug:

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

commit ae86d15c02575d9893db5f236224644ef0e9a0cd
Author:     Tatsuki Makino <tatsuki_makino@hotmail.com>
AuthorDate: 2021-10-16 21:30:05 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-10-16 21:31:03 +0000

    multimedia/libopenshot: update to 0.2.7

    PR:     259205

 multimedia/libopenshot/Makefile  | 33 ++++++++++++++++++++++-----------
 multimedia/libopenshot/distinfo  |  6 +++---
 multimedia/libopenshot/pkg-plist | 10 +++++-----
 3 files changed, 30 insertions(+), 19 deletions(-)