From nobody Sat Oct 16 21:31:23 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 09A1B1803D51; Sat, 16 Oct 2021 21:31:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HWxCc3dsYz3Gvs; Sat, 16 Oct 2021 21:31:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7FA3C20C59; Sat, 16 Oct 2021 21:31:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19GLVNBc011876; Sat, 16 Oct 2021 21:31:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19GLVNNn011875; Sat, 16 Oct 2021 21:31:23 GMT (envelope-from git) Date: Sat, 16 Oct 2021 21:31:23 GMT Message-Id: <202110162131.19GLVNNn011875@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: ae9c8c1bb7d4 - main - audio/libopenshot-audio: update to 0.2.2 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ae9c8c1bb7d45dd64b5f239c664fa42244874e8b Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=ae9c8c1bb7d45dd64b5f239c664fa42244874e8b commit ae9c8c1bb7d45dd64b5f239c664fa42244874e8b Author: Tatsuki Makino AuthorDate: 2021-10-16 21:30:36 +0000 Commit: Neel Chauhan CommitDate: 2021-10-16 21:31:03 +0000 audio/libopenshot-audio: update to 0.2.2 PR: 259204 --- audio/libopenshot-audio/Makefile | 23 +++++++++++++++++----- audio/libopenshot-audio/distinfo | 6 +++--- audio/libopenshot-audio/files/patch-CMakeLists.txt | 6 +++--- audio/libopenshot-audio/pkg-plist | 2 +- 4 files changed, 25 insertions(+), 12 deletions(-) diff --git a/audio/libopenshot-audio/Makefile b/audio/libopenshot-audio/Makefile index 57d5d0cd486f..4670c218c603 100644 --- a/audio/libopenshot-audio/Makefile +++ b/audio/libopenshot-audio/Makefile @@ -1,6 +1,6 @@ PORTNAME= libopenshot-audio DISTVERSIONPREFIX= v -DISTVERSION= 0.2.1 +DISTVERSION= 0.2.2 CATEGORIES= audio multimedia MAINTAINER= tatsuki_makino@hotmail.com @@ -9,16 +9,29 @@ COMMENT= OpenShot Audio Library LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins LIB_DEPENDS= libasound.so:audio/alsa-lib \ libsysinfo.so:devel/libsysinfo +RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins USES= cmake compiler:c++14-lang -USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= OpenShot +USE_LDCONFIG= yes +CMAKE_OFF= DOXYFILE_LATEX + +OPTIONS_DEFINE= DOCS +OPTIONS_DEFAULT= +DOCS_BUILD_DEPENDS= doxygen:devel/doxygen +DOCS_USES= python:3.6+,build +DOCS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Doxygen\ + CMAKE_DISABLE_FIND_PACKAGE_PythonInterp +DOCS_CMAKE_ON= -DCMAKE_INSTALL_DOCDIR:PATH=${DOCSDIR_REL:Q} +DOCS_PORTDOCS= * -CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Doxygen\ - CMAKE_DISABLE_FIND_PACKAGE_PythonInterp +do-build-DOCS-on: + @(cd ${BUILD_WRKSRC}; if ! ${DO_MAKE_BUILD} doc; then \ + (${ECHO_CMD} "===> ${.TARGET} failed unexpectedly.") | ${FMT_80} ; \ + ${FALSE}; \ + fi) .include diff --git a/audio/libopenshot-audio/distinfo b/audio/libopenshot-audio/distinfo index a72949ee796a..e3c34bdbfc8e 100644 --- a/audio/libopenshot-audio/distinfo +++ b/audio/libopenshot-audio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629968400 -SHA256 (OpenShot-libopenshot-audio-v0.2.1_GH0.tar.gz) = b502041044d07be3c22787eb9a422bf338ef47b88b1af547002d1ec1bc7b07a4 -SIZE (OpenShot-libopenshot-audio-v0.2.1_GH0.tar.gz) = 1808335 +TIMESTAMP = 1633834800 +SHA256 (OpenShot-libopenshot-audio-v0.2.2_GH0.tar.gz) = 66bedfda0d8d430598b21bc2dde6c0016a758a6c83467d0273a9d692de10baaf +SIZE (OpenShot-libopenshot-audio-v0.2.2_GH0.tar.gz) = 1808059 diff --git a/audio/libopenshot-audio/files/patch-CMakeLists.txt b/audio/libopenshot-audio/files/patch-CMakeLists.txt index 3932d4af253e..a6d6ab1c3daf 100644 --- a/audio/libopenshot-audio/files/patch-CMakeLists.txt +++ b/audio/libopenshot-audio/files/patch-CMakeLists.txt @@ -1,4 +1,4 @@ ---- CMakeLists.txt.orig 2021-08-19 20:33:46 UTC +--- CMakeLists.txt.orig 2021-09-04 23:24:41 UTC +++ CMakeLists.txt @@ -171,6 +171,13 @@ set_target_properties(openshot-audio PROPERTIES EXPORT_NAME Audio # Exports as OpenShot::Audio target @@ -24,7 +24,7 @@ target_compile_options(openshot-audio PRIVATE -fexceptions) endif() -@@ -250,8 +258,8 @@ if(UNIX AND NOT APPLE) +@@ -252,8 +260,8 @@ if(UNIX AND NOT APPLE) INTERFACE_INCLUDE_DIRECTORIES ${ALSA_INCLUDE_DIR} INTERFACE_LINK_LIBRARIES ${ALSA_LIBRARIES}) endif() @@ -35,7 +35,7 @@ else() # For EXPORTED Config set(NEED_ALSA FALSE) -@@ -259,10 +267,24 @@ endif() +@@ -261,10 +269,24 @@ endif() # ZLIB -- uses IMPORTED target ZLIB::ZLIB which has existed since CMake 3.1 find_package(ZLIB REQUIRED) diff --git a/audio/libopenshot-audio/pkg-plist b/audio/libopenshot-audio/pkg-plist index 495b3aa86557..8ad48c2a25f2 100644 --- a/audio/libopenshot-audio/pkg-plist +++ b/audio/libopenshot-audio/pkg-plist @@ -363,7 +363,7 @@ lib/cmake/OpenShotAudio/OpenShotAudioConfigVersion.cmake lib/cmake/OpenShotAudio/OpenShotAudioTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/OpenShotAudio/OpenShotAudioTargets.cmake lib/libopenshot-audio.so -lib/libopenshot-audio.so.0.2.1 +lib/libopenshot-audio.so.0.2.2 lib/libopenshot-audio.so.8 man/man1/openshot-audio-demo.1.gz @dir include/libopenshot-audio/juce_audio_devices/native/java/app/com/roli/juce