git: bad573d7e10b - main - multimedia/phonon-gstreamer: mark backend for removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Dec 2023 21:37:56 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bad573d7e10bd76a5359302a2c69cad87612a3f4
commit bad573d7e10bd76a5359302a2c69cad87612a3f4
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-12-03 20:58:31 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-12-03 20:59:00 +0000
multimedia/phonon-gstreamer: mark backend for removal
The vlc backend is the only maintained backend to phonon.
---
multimedia/phonon-gstreamer/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/multimedia/phonon-gstreamer/Makefile b/multimedia/phonon-gstreamer/Makefile
index a4d257ef27cf..34e13a3a83d3 100644
--- a/multimedia/phonon-gstreamer/Makefile
+++ b/multimedia/phonon-gstreamer/Makefile
@@ -1,6 +1,6 @@
PORTNAME= phonon
DISTVERSION= 4.10.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= multimedia kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend-${PHONON_PLUGIN}/${DISTVERSION}
DISTNAME= ${PORTNAME}-backend-${PHONON_PLUGIN}-${DISTVERSION}
@@ -11,6 +11,9 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= GStreamer backend for Phonon
WWW= https://userbase.kde.org/Phonon
+DEPRECATED= No longer maintained upstream -- the vlc backend is the one to use
+EXPIRATION_DATE= 2023-12-31
+
LICENSE= LGPL21
USES= cmake compiler:c++11-lang gl gnome gstreamer kde:5 pkgconfig \