From owner-svn-ports-head@freebsd.org Sun Apr 5 02:13:43 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C3C9E2A9810; Sun, 5 Apr 2020 02:13:42 +0000 (UTC) (envelope-from yuri@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48vxzn2Tylz40R6; Sun, 5 Apr 2020 02:13:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5E18E43D5; Sun, 5 Apr 2020 02:13:33 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0352DXYC056774; Sun, 5 Apr 2020 02:13:33 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0352DWqN056766; Sun, 5 Apr 2020 02:13:32 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202004050213.0352DWqN056766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 5 Apr 2020 02:13:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530738 - in head/multimedia: . obs-transition-matrix obs-transition-matrix/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/multimedia: . obs-transition-matrix obs-transition-matrix/files X-SVN-Commit-Revision: 530738 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Apr 2020 02:13:43 -0000 Author: yuri Date: Sun Apr 5 02:13:31 2020 New Revision: 530738 URL: https://svnweb.freebsd.org/changeset/ports/530738 Log: New port: multimedia/obs-transition-matrix: OBS Studio Plugin: OBS Transition Matrix Added: head/multimedia/obs-transition-matrix/ head/multimedia/obs-transition-matrix/Makefile (contents, props changed) head/multimedia/obs-transition-matrix/distinfo (contents, props changed) head/multimedia/obs-transition-matrix/files/ head/multimedia/obs-transition-matrix/files/patch-external_FindLibObs.cmake (contents, props changed) head/multimedia/obs-transition-matrix/pkg-descr (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Sun Apr 5 02:11:31 2020 (r530737) +++ head/multimedia/Makefile Sun Apr 5 02:13:31 2020 (r530738) @@ -289,6 +289,7 @@ SUBDIR += obs-qtwebkit SUBDIR += obs-streamfx SUBDIR += obs-studio + SUBDIR += obs-transition-matrix SUBDIR += obs-websocket SUBDIR += oggvideotools SUBDIR += ogmrip Added: head/multimedia/obs-transition-matrix/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/obs-transition-matrix/Makefile Sun Apr 5 02:13:31 2020 (r530738) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= obs-transition-matrix +DISTVERSIONPREFIX= v +DISTVERSION= 1.0-4 +DISTVERSIONSUFFIX= -g15f096e +CATEGORIES= multimedia + +MAINTAINER= yuri@FreeBSD.org +COMMENT= OBS Studio Plugin: OBS Transition Matrix + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libobs.so:multimedia/obs-studio + +USES= cmake qt:5 compiler:c++11-lang +USE_GITHUB= yes +GH_ACCOUNT= admshao +USE_QT= core gui widgets buildtools_build qmake_build + +CMAKE_ARGS= -DLIBOBS_INCLUDE_DIR=${LOCALBASE}/include + +CXXFLAGS+= -I${LOCALBASE}/include/obs + +PLIST_FILES= lib/obs-plugins/obs-transition-matrix.so \ + share/obs/obs-plugins/obs-transition-matrix/locale/en-US.ini + +.include Added: head/multimedia/obs-transition-matrix/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/obs-transition-matrix/distinfo Sun Apr 5 02:13:31 2020 (r530738) @@ -0,0 +1,3 @@ +TIMESTAMP = 1586049671 +SHA256 (admshao-obs-transition-matrix-v1.0-4-g15f096e_GH0.tar.gz) = 62ef0af910f7a54ac4dd5fb64e7ad371bec5e97569a0c4424ddd9f0ae8625daf +SIZE (admshao-obs-transition-matrix-v1.0-4-g15f096e_GH0.tar.gz) = 20038 Added: head/multimedia/obs-transition-matrix/files/patch-external_FindLibObs.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/obs-transition-matrix/files/patch-external_FindLibObs.cmake Sun Apr 5 02:13:31 2020 (r530738) @@ -0,0 +1,11 @@ +--- external/FindLibObs.cmake.orig 2020-04-03 19:34:06 UTC ++++ external/FindLibObs.cmake +@@ -95,7 +95,7 @@ if(LIBOBS_FOUND) + + set(LIBOBS_INCLUDE_DIRS ${LIBOBS_INCLUDE_DIR} ${W32_PTHREADS_INCLUDE_DIR}) + set(LIBOBS_LIBRARIES ${LIBOBS_LIB} ${W32_PTHREADS_LIB}) +- include(${LIBOBS_INCLUDE_DIR}/../cmake/external/ObsPluginHelpers.cmake) ++ include(${CMAKE_INSTALL_PREFIX}/lib/cmake/ObsPluginHelpers.cmake) + + # allows external plugins to easily use/share common dependencies that are often included with libobs (such as FFmpeg) + if(NOT DEFINED INCLUDED_LIBOBS_CMAKE_MODULES) Added: head/multimedia/obs-transition-matrix/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/obs-transition-matrix/pkg-descr Sun Apr 5 02:13:31 2020 (r530738) @@ -0,0 +1,3 @@ +Expands the basic custom transition support to a scene to scene basis. + +WWW: https://github.com/admshao/obs-transition-matrix