Bug 259205

Summary: multimedia/libopenshot: update to 0.2.7
Product: Ports & Packages Reporter: Tatsuki Makino <tatsuki_makino>
Component: Individual Port(s)Assignee: Neel Chauhan <nc>
Status: Closed FIXED    
Severity: Affects Only Me CC: nc
Priority: --- Flags: tatsuki_makino: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 259206    
Attachments:
Description Flags
patch for multimedia/libopenshot
tatsuki_makino: maintainer-approval+
poudriere log none

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(-)