diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-08-25 07:25:17 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-08-25 08:17:28 +0000 |
commit | f5d113d4acc4b868fd3b963c808fb496d37d6283 (patch) | |
tree | 3b18c3853c6f3c6ce7b0ca67f43c19b3ba182e2c | |
parent | 5659c63d4a3e1579391e9b58d0a31bb9857baccf (diff) |
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)
-rw-r--r-- | audio/musepack/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |