Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2023 17:38:27 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 713f30318f55 - main - multimedia/omxplayer: Deprecate and set expiration date to 2023-12-31
Message-ID:  <202311241738.3AOHcR6s069079@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311241738.3AOHcR6s069079>