git: 60e0839b409e - main - audio/pulseeffects: Deprecate and set expiration date to 2023-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 May 2023 21:54:38 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=60e0839b409e87e7812d227c7aa4bf592add2f3e commit 60e0839b409e87e7812d227c7aa4bf592add2f3e Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-05-02 21:51:35 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-05-02 21:51:38 +0000 audio/pulseeffects: Deprecate and set expiration date to 2023-06-30 Listed a BROKEN for over a year and abandoned upstream. New project upstream is called Easy Effects and targets PipeWire. Reference: https://github.com/wwmm/easyeffects Approved by: portmgr (build intrastructure) --- audio/pulseeffects/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/pulseeffects/Makefile b/audio/pulseeffects/Makefile index b37b47772468..9e8a62b5ed9e 100644 --- a/audio/pulseeffects/Makefile +++ b/audio/pulseeffects/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/wwmm/pulseeffects LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md +DEPRECATED= Broken for almost a year and abandoned upstream +EXPIRATION_DATE=2023-06-30 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gstreamer1>=1.4.0:multimedia/py-gstreamer1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \