multimedia/obs-transition-matrix: Remove: not compatible with obs-studio-28.1.2
This commit is contained in:
parent
58a36e23c6
commit
e756ef7329
6 changed files with 1 additions and 44 deletions
1
MOVED
1
MOVED
|
@ -17703,3 +17703,4 @@ devel/php74-sysvshm|devel/php80-sysvshm|2022-12-25|Has expired: Security support
|
|||
devel/php74-gettext|devel/php80-gettext|2022-12-25|Has expired: Security support ended on 2022-11-22
|
||||
devel/php74-readline|devel/php80-readline|2022-12-25|Has expired: Security support ended on 2022-11-22
|
||||
audio/ardour6|audio/ardour|2022-12-26|Remove major version from portname as we update from 6.9.0 to 7.2.0
|
||||
multimedia/obs-transition-matrix||2022-12-29|Removed: not compatible with obs-studio-28.1.2
|
||||
|
|
|
@ -266,7 +266,6 @@
|
|||
SUBDIR += obs-scrab
|
||||
SUBDIR += obs-streamfx
|
||||
SUBDIR += obs-studio
|
||||
SUBDIR += obs-transition-matrix
|
||||
SUBDIR += obs-v4l2sink
|
||||
SUBDIR += obs-waveform
|
||||
SUBDIR += obs-websocket
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
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
|
||||
WWW= https://github.com/admshao/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>
|
|
@ -1,3 +0,0 @@
|
|||
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
|
|
@ -1,11 +0,0 @@
|
|||
--- 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)
|
|
@ -1 +0,0 @@
|
|||
Expands the basic custom transition support to a scene to scene basis.
|
Loading…
Reference in a new issue