git: a31784a31e27 - main - multimedia/libquvi*: Deprecate and expiration date to 2022-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 May 2022 11:18:50 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a31784a31e270f362f247ce23378066e3c123164
commit a31784a31e270f362f247ce23378066e3c123164
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-05-10 11:12:20 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-05-10 11:12:33 +0000
multimedia/libquvi*: Deprecate and expiration date to 2022-06-30
Unmaintained for years and deprecated upstream
Reference: https://github.com/guendto/libquvi
PR: 263507
Approved by: sunpoet (maintainer timeout, 2+ weeks)
---
multimedia/libquvi-scripts/Makefile | 3 +++
multimedia/libquvi-scripts09/Makefile | 3 +++
multimedia/libquvi/Makefile | 3 +++
multimedia/libquvi09/Makefile | 3 +++
4 files changed, 12 insertions(+)
diff --git a/multimedia/libquvi-scripts/Makefile b/multimedia/libquvi-scripts/Makefile
index cb82b4dd6b77..c226edc3bb37 100644
--- a/multimedia/libquvi-scripts/Makefile
+++ b/multimedia/libquvi-scripts/Makefile
@@ -12,6 +12,9 @@ COMMENT= Embedded lua scripts for libquvi and utility scripts
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Deprecated upstream, please consider using www/yt-dlp or multimedia/streamlink
+EXPIRATION_DATE=2022-06-30
+
USES= pathfix tar:xz
GNU_CONFIGURE= yes
diff --git a/multimedia/libquvi-scripts09/Makefile b/multimedia/libquvi-scripts09/Makefile
index 0ac5f258660e..db4b2dd66616 100644
--- a/multimedia/libquvi-scripts09/Makefile
+++ b/multimedia/libquvi-scripts09/Makefile
@@ -14,6 +14,9 @@ COMMENT= Embedded lua scripts for libquvi and utility scripts
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Deprecated upstream, please consider using www/yt-dlp or multimedia/streamlink
+EXPIRATION_DATE=2022-06-30
+
RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}bitop>=1.0.1:devel/lua-bitop@${LUA_FLAVOR} \
${LUA_PKGNAMEPREFIX}luaexpat>=1.2.0:textproc/luaexpat@${LUA_FLAVOR} \
${LUA_PKGNAMEPREFIX}json>=1.1.1:converters/lua-json@${LUA_FLAVOR} \
diff --git a/multimedia/libquvi/Makefile b/multimedia/libquvi/Makefile
index 19f5cebf55d6..a5fe59f311cb 100644
--- a/multimedia/libquvi/Makefile
+++ b/multimedia/libquvi/Makefile
@@ -13,6 +13,9 @@ COMMENT= Cross-platform library for parsing flash media stream URLs
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Deprecated upstream, please consider using www/yt-dlp or multimedia/streamlink
+EXPIRATION_DATE=2022-06-30
+
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= libcurl.so:ftp/curl
RUN_DEPENDS= libquvi-scripts>=0.4.0:multimedia/libquvi-scripts
diff --git a/multimedia/libquvi09/Makefile b/multimedia/libquvi09/Makefile
index 9b5aa2a6d8ac..01d2e4dc3b44 100644
--- a/multimedia/libquvi09/Makefile
+++ b/multimedia/libquvi09/Makefile
@@ -14,6 +14,9 @@ COMMENT= Cross-platform library for parsing flash media stream URLs
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Deprecated upstream, please consider using www/yt-dlp or multimedia/streamlink
+EXPIRATION_DATE=2022-06-30
+
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= libcurl.so:ftp/curl \
libproxy.so:net/libproxy \