svn commit: r530738 - in head/multimedia: . obs-transition-matrix obs-transition-matrix/files
Yuri Victorovich
yuri at FreeBSD.org
Sun Apr 5 02:13:43 UTC 2020
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 at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list