git: a5cf37306f6d - main - multimedia/obs-scrab: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Dec 2023 13:38:05 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5cf37306f6dda97910ffeca886db6a6b2f22500 commit a5cf37306f6dda97910ffeca886db6a6b2f22500 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-12-02 13:37:54 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-12-02 13:37:54 +0000 multimedia/obs-scrab: Remove expired port 2023-11-30 multimedia/obs-scrab: Fails to package and marked broken over 10 months ago --- MOVED | 1 + multimedia/Makefile | 1 - multimedia/obs-scrab/Makefile | 46 ------------------------------------------ multimedia/obs-scrab/distinfo | 3 --- multimedia/obs-scrab/pkg-descr | 4 ---- 5 files changed, 1 insertion(+), 54 deletions(-) diff --git a/MOVED b/MOVED index 316af364e60b..cc05b486434e 100644 --- a/MOVED +++ b/MOVED @@ -8154,3 +8154,4 @@ games/gnome-taquin||2023-12-02|Has expired: BROKEN for more than a year and no u audio/mous||2023-12-02|Has expired: BROKEN for more than a year audio/mixxx22|audio/mixxx|2023-12-02|Has expired: Deprecated upstream, consider migrating to audio/mixxx www/jetty9||2023-12-02|Has expired: End of life as of 2022-06-01, consider migrating to www/jetty10 +multimedia/obs-scrab||2023-12-02|Has expired: Fails to package and marked broken over 10 months ago diff --git a/multimedia/Makefile b/multimedia/Makefile index b6b8cd2c670a..a9cf351e33bd 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -256,7 +256,6 @@ SUBDIR += nymphcastlib SUBDIR += nymphrpc SUBDIR += obs-recursion-effect - SUBDIR += obs-scrab SUBDIR += obs-streamfx SUBDIR += obs-studio SUBDIR += obs-text-pthread diff --git a/multimedia/obs-scrab/Makefile b/multimedia/obs-scrab/Makefile deleted file mode 100644 index b732a4f3299f..000000000000 --- a/multimedia/obs-scrab/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -PORTNAME= obs-scrab -DISTVERSIONPREFIX= v -DISTVERSION= 1.2.0 -PORTREVISION= 3 -CATEGORIES= multimedia - -MAINTAINER= yuri@FreeBSD.org -COMMENT= OBS Studio Plugin: Screenshot plugin -WWW= https://github.com/univrsal/scrab - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE - -BROKEN= installs into the build directory, see https://github.com/univrsal/scrab/issues/7 -DEPRECATED= Fails to package and marked broken over 10 months ago -EXPIRATION_DATE=2023-11-30 - -LIB_DEPENDS= libobs.so:multimedia/obs-studio - -USES= cmake gl localbase:ldflags qt:6 - -USE_QT= base tools:build -USE_GL= gl - -USE_GITHUB= yes -GH_ACCOUNT= univrsal -GH_PROJECT= scrab - -CMAKE_ARGS= -DOS_POSIX:BOOL=TRUE -DLINUX_PORTABLE:BOOL=FALSE -CXXFLAGS+= -I${LOCALBASE}/include/obs - -PLIST_FILES= lib/obs-plugins/scrab.so \ - share/obs/obs-plugins/scrab/locale/en-US.ini - -do-install: # workaround for https://github.com/univrsal/scrab/issues/7 - ${MKDIR} \ - ${STAGEDIR}${PREFIX}/lib/obs-plugins \ - ${STAGEDIR}${PREFIX}/share/obs/obs-plugins/scrab/locale - ${INSTALL} \ - ${BUILD_WRKSRC}/scrab.so \ - ${STAGEDIR}${PREFIX}/lib/obs-plugins - ${INSTALL} \ - ${WRKSRC}/data/locale/en-US.ini \ - ${STAGEDIR}${PREFIX}/share/obs/obs-plugins/scrab/locale - -.include <bsd.port.mk> diff --git a/multimedia/obs-scrab/distinfo b/multimedia/obs-scrab/distinfo deleted file mode 100644 index 6dd16707b292..000000000000 --- a/multimedia/obs-scrab/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1672309190 -SHA256 (univrsal-scrab-v1.2.0_GH0.tar.gz) = 4395c2020b4adbeeb5357827a3fdf9437df1ae8f6957ef78fa15afbb07b409c3 -SIZE (univrsal-scrab-v1.2.0_GH0.tar.gz) = 1456346 diff --git a/multimedia/obs-scrab/pkg-descr b/multimedia/obs-scrab/pkg-descr deleted file mode 100644 index fa6c9cac2a9a..000000000000 --- a/multimedia/obs-scrab/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Screen grab adds a configurable hotkey to quickly select a screen region and add -it as an image source to the current scene. - -The plugin saves all screenshots into the home directory by default.