git: 713f30318f55 - main - multimedia/omxplayer: Deprecate and set expiration date to 2023-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Nov 2023 17:38:27 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=713f30318f550037024b2082a3d6e79b06164240
commit 713f30318f550037024b2082a3d6e79b06164240
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-11-19 00:54:22 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-11-24 17:21:14 +0000
multimedia/omxplayer: Deprecate and set expiration date to 2023-12-31
Deprecated upstream and efforts are being directed to integrating
functionality in VLC. Also relies on old APIs and interfaces that do
not support 64-bit and have been deprecated for a long time.
Reference:
https://github.com/popcornmix/omxplayer
Reported by: fuz
---
multimedia/omxplayer/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/multimedia/omxplayer/Makefile b/multimedia/omxplayer/Makefile
index 7e2fe3237623..2c30b3a057c0 100644
--- a/multimedia/omxplayer/Makefile
+++ b/multimedia/omxplayer/Makefile
@@ -13,6 +13,9 @@ WWW= https://github.com/popcornmix/omxplayer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Depends on legacy APIs and interfaces, functionality is being in integrated into VLC
+EXPIRATION_DATE=2023-12-31
+
LIB_DEPENDS= libasound.so:audio/alsa-lib \
libboost_thread.so:devel/boost-libs \
libdbus-1.so:devel/dbus \