git: 25a5061f72f9 - main - multimedia/obs-v4l2sink: Remove: obs-studio-28.1.2 now contains same functionality
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Dec 2022 22:15:54 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=25a5061f72f99eb585a1237a9dfa87ef24f9da45 commit 25a5061f72f99eb585a1237a9dfa87ef24f9da45 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-12-29 21:54:33 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-12-29 22:15:38 +0000 multimedia/obs-v4l2sink: Remove: obs-studio-28.1.2 now contains same functionality --- MOVED | 1 + multimedia/Makefile | 1 - multimedia/obs-v4l2sink/Makefile | 28 ---------------------- multimedia/obs-v4l2sink/distinfo | 3 --- .../files/patch-external_FindLibObs.cmake | 11 --------- multimedia/obs-v4l2sink/pkg-descr | 6 ----- 6 files changed, 1 insertion(+), 49 deletions(-) diff --git a/MOVED b/MOVED index 069c837d92e7..503e799f3d7d 100644 --- a/MOVED +++ b/MOVED @@ -17706,3 +17706,4 @@ audio/ardour6|audio/ardour|2022-12-26|Remove major version from portname as we u multimedia/obs-transition-matrix||2022-12-29|Removed: not compatible with obs-studio-28.1.2 multimedia/obs-websocket||2022-12-29|Removed: included in obs-studio-28.1.2 multimedia/obs-ndi||2022-12-29|Removed: it depends on a closed commercial library +multimedia/obs-v4l2sink||2022-12-29|Removed: obs-studio-28.1.2 now contains same functionality diff --git a/multimedia/Makefile b/multimedia/Makefile index 4c8f14584e30..55fa6a1a96ac 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -265,7 +265,6 @@ SUBDIR += obs-scrab SUBDIR += obs-streamfx SUBDIR += obs-studio - SUBDIR += obs-v4l2sink SUBDIR += obs-waveform SUBDIR += oggvideotools SUBDIR += ogmrip diff --git a/multimedia/obs-v4l2sink/Makefile b/multimedia/obs-v4l2sink/Makefile deleted file mode 100644 index 02119fb05c2d..000000000000 --- a/multimedia/obs-v4l2sink/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= obs-v4l2sink -DISTVERSION= 0.1.0-12 -DISTVERSIONSUFFIX= -g1ec3c8a -CATEGORIES= multimedia - -MAINTAINER= yuri@FreeBSD.org -COMMENT= OBS Studio Plugin: Output as Video4Linux2 device -WWW= https://github.com/CatxFish/obs-v4l2sink - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat -LIB_DEPENDS= libobs.so:multimedia/obs-studio - -USES= cmake compiler:c++11-lang qt:5 -USE_GITHUB= yes -GH_ACCOUNT= CatxFish -USE_QT= core gui widgets buildtools:build qmake:build - -CMAKE_ARGS= -DLIBOBS_INCLUDE_DIR=${LOCALBASE}/include/obs - -PLIST_FILES= lib/obs-plugins/v4l2sink.so \ - share/obs/obs-plugins/v4l2sink/locale/de-DE.ini \ - share/obs/obs-plugins/v4l2sink/locale/en-US.ini \ - share/obs/obs-plugins/v4l2sink/locale/zh-TW.ini - -.include <bsd.port.mk> diff --git a/multimedia/obs-v4l2sink/distinfo b/multimedia/obs-v4l2sink/distinfo deleted file mode 100644 index 2fc4294f7604..000000000000 --- a/multimedia/obs-v4l2sink/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1586128495 -SHA256 (CatxFish-obs-v4l2sink-0.1.0-12-g1ec3c8a_GH0.tar.gz) = 5ba383c28b8b366489e56b231a66e3ef64629e3fdd9f92895ab8dd512df3b467 -SIZE (CatxFish-obs-v4l2sink-0.1.0-12-g1ec3c8a_GH0.tar.gz) = 21399 diff --git a/multimedia/obs-v4l2sink/files/patch-external_FindLibObs.cmake b/multimedia/obs-v4l2sink/files/patch-external_FindLibObs.cmake deleted file mode 100644 index 28abdc1d1f7f..000000000000 --- a/multimedia/obs-v4l2sink/files/patch-external_FindLibObs.cmake +++ /dev/null @@ -1,11 +0,0 @@ ---- external/FindLibObs.cmake.orig 2020-04-05 23:16:36 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) diff --git a/multimedia/obs-v4l2sink/pkg-descr b/multimedia/obs-v4l2sink/pkg-descr deleted file mode 100644 index 8fa09467579c..000000000000 --- a/multimedia/obs-v4l2sink/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -An OBS Studio plugin that provides output capabilities to a Video4Linux2 device. -It is basically a Linux version of obs-virtual-cam, but only contains the video -sink part. You can use it with v4l2loopback to achieve cross-program video -transfer between OBS Studio and third party software supporting Video4Linux2, -e.g. to present an OBS session in proprietary browser-based conferencing systems -by selecting the OBS session as a webcam.