1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

New port: multimedia/obs-transition-matrix: OBS Studio Plugin: OBS Transition Matrix

This commit is contained in:
Yuri Victorovich 2020-04-05 02:13:31 +00:00
parent 99e100bf30
commit feacbc768c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530738
5 changed files with 47 additions and 0 deletions

View File

@ -289,6 +289,7 @@
SUBDIR += obs-qtwebkit
SUBDIR += obs-streamfx
SUBDIR += obs-studio
SUBDIR += obs-transition-matrix
SUBDIR += obs-websocket
SUBDIR += oggvideotools
SUBDIR += ogmrip

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

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

View File

@ -0,0 +1,3 @@
Expands the basic custom transition support to a scene to scene basis.
WWW: https://github.com/admshao/obs-transition-matrix