git: f5d113d4acc4 - main - audio/musepack: Deprecate and set expiration date to 2024-09-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 25 Aug 2024 08:17:42 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f5d113d4acc4b868fd3b963c808fb496d37d6283

commit f5d113d4acc4b868fd3b963c808fb496d37d6283
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-08-25 07:25:17 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-08-25 08:17:28 +0000

    audio/musepack: Deprecate and set expiration date to 2024-09-30
    
    No development in over a decade and never got traction, decoding is
    supported by FFmpeg however there's no encoding support. For encoding
    consider alternative formats such as Opus, AAC, xHE-AAC or legacy
    audio formats such as MP3 and Ogg Vorbis.
    
    PR:             281025
    Reviewed by:    Stefan Ehmann <shoesoft@gmx.net> (maintainer)
---
 audio/musepack/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/audio/musepack/Makefile b/audio/musepack/Makefile
index 463db583d2d9..c93e2dee9d52 100644
--- a/audio/musepack/Makefile
+++ b/audio/musepack/Makefile
@@ -11,6 +11,9 @@ WWW=		https://www.musepack.net/
 LICENSE=	BSD3CLAUSE GPLv2+ LGPL21+
 LICENSE_COMB=	multi
 
+DEPRECATED=	Legacy format that never got traction and no development in over a decade, consider using multimedia/ffmpeg for decoding
+EXPIRATION_DATE=2024-09-30
+
 USES=		autoreconf libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes