From owner-svn-ports-head@freebsd.org Sat Apr 4 07:25:04 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 C04302A3019; Sat, 4 Apr 2020 07:25:04 +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 48vSxW0451z3C01; Sat, 4 Apr 2020 07:25:02 +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 CC8A51C8A5; Sat, 4 Apr 2020 07:24:56 +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 0347Ou8b044229; Sat, 4 Apr 2020 07:24:56 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0347OtEp044189; Sat, 4 Apr 2020 07:24:55 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202004040724.0347OtEp044189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 4 Apr 2020 07:24:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530576 - in head/multimedia: . obs-ndi obs-ndi/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/multimedia: . obs-ndi obs-ndi/files X-SVN-Commit-Revision: 530576 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: Sat, 04 Apr 2020 07:25:04 -0000 Author: yuri Date: Sat Apr 4 07:24:55 2020 New Revision: 530576 URL: https://svnweb.freebsd.org/changeset/ports/530576 Log: New port: multimedia/obs-ndi: OBS Studio Plugin: Network Device Interface Added: head/multimedia/obs-ndi/ head/multimedia/obs-ndi/Makefile (contents, props changed) head/multimedia/obs-ndi/distinfo (contents, props changed) head/multimedia/obs-ndi/files/ head/multimedia/obs-ndi/files/patch-CMakeLists.txt (contents, props changed) head/multimedia/obs-ndi/pkg-descr (contents, props changed) head/multimedia/obs-ndi/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Sat Apr 4 07:24:50 2020 (r530575) +++ head/multimedia/Makefile Sat Apr 4 07:24:55 2020 (r530576) @@ -284,6 +284,7 @@ SUBDIR += naludump SUBDIR += nordlicht SUBDIR += nostt + SUBDIR += obs-ndi SUBDIR += obs-qtwebkit SUBDIR += obs-streamf SUBDIR += obs-studio Added: head/multimedia/obs-ndi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/obs-ndi/Makefile Sat Apr 4 07:24:55 2020 (r530576) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= obs-ndi +DISTVERSION= 4.7.1-8 +DISTVERSIONSUFFIX= -g564a63e +CATEGORIES= multimedia + +MAINTAINER= yuri@FreeBSD.org +COMMENT= OBS Studio Plugin: Network Device Interface + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libobs.so:multimedia/obs-studio + +USES= cmake compiler:c++11-lang localbase:ldflags qt:5 +USE_GITHUB= yes +GH_ACCOUNT= Palakis +USE_QT= core gui widgets buildtools_build qmake_build + +.include Added: head/multimedia/obs-ndi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/obs-ndi/distinfo Sat Apr 4 07:24:55 2020 (r530576) @@ -0,0 +1,3 @@ +TIMESTAMP = 1585983406 +SHA256 (Palakis-obs-ndi-4.7.1-8-g564a63e_GH0.tar.gz) = 8aceb3ff78be7e63751f4a81a237f98b60a7244f66a74ca778819e92fc030fe3 +SIZE (Palakis-obs-ndi-4.7.1-8-g564a63e_GH0.tar.gz) = 309238 Added: head/multimedia/obs-ndi/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/obs-ndi/files/patch-CMakeLists.txt Sat Apr 4 07:24:55 2020 (r530576) @@ -0,0 +1,13 @@ +--- CMakeLists.txt.orig 2020-04-04 07:00:16 UTC ++++ CMakeLists.txt +@@ -169,8 +169,8 @@ if(UNIX AND NOT APPLE) + install(TARGETS obs-ndi + LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/obs-plugins) + # Dirty fix for Ubuntu +- install(TARGETS obs-ndi +- LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/${UNAME_MACHINE}-linux-gnu/obs-plugins) ++ #install(TARGETS obs-ndi ++ # LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/${UNAME_MACHINE}-linux-gnu/obs-plugins) + + install(FILES ${locale_files} + DESTINATION "${CMAKE_INSTALL_PREFIX}/share/obs/obs-plugins/obs-ndi/locale") Added: head/multimedia/obs-ndi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/obs-ndi/pkg-descr Sat Apr 4 07:24:55 2020 (r530576) @@ -0,0 +1,9 @@ +Network A/V in OBS Studio with NewTek's NDI technology. + +Features: +* NDI Source : receive NDI video and audio in OBS +* NDI Output : transmit video and audio from OBS to NDI +* NDI Filter (a.k.a NDI Dedicated Output) : transmit a single source or + scene to NDI + +WWW: https://github.com/Palakis/obs-ndi Added: head/multimedia/obs-ndi/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/obs-ndi/pkg-plist Sat Apr 4 07:24:55 2020 (r530576) @@ -0,0 +1,6 @@ +lib/obs-plugins/obs-ndi.so +share/obs/obs-plugins/obs-ndi/locale/ca-ES.ini +share/obs/obs-plugins/obs-ndi/locale/en-US.ini +share/obs/obs-plugins/obs-ndi/locale/es-ES.ini +share/obs/obs-plugins/obs-ndi/locale/fr-FR.ini +share/obs/obs-plugins/obs-ndi/locale/zh-CN.ini