diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-07-12 12:27:36 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-07-12 12:34:15 +0000 |
commit | 010862780eb6c9c3e1bf6facd567e6ccba044b3c (patch) | |
tree | 08327b13299536564e8787d795394c02e6427db0 | |
parent | 594faf8b02f99d6d0a2cc898624fd39a3b21f9c9 (diff) | |
download | ports-010862780eb6c9c3e1bf6facd567e6ccba044b3c.tar.gz ports-010862780eb6c9c3e1bf6facd567e6ccba044b3c.zip |
audio/mctoolame*: Deprecate and set expiration date to 2022-09-30
Legacy audio format that never gained any traction. It was occasionally
used for SVCDs but very few players decoded all channels and most instead
only used stereo channels. Last release was back in 2003 and listed as
alpha quality.
-rw-r--r-- | audio/mctoolame-decoder/Makefile | 3 | ||||
-rw-r--r-- | audio/mctoolame-encoder/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/audio/mctoolame-decoder/Makefile b/audio/mctoolame-decoder/Makefile index a4a3045495b3..d9ba8a696ea1 100644 --- a/audio/mctoolame-decoder/Makefile +++ b/audio/mctoolame-decoder/Makefile @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}d-${PORTVERSION:C/\.//g} MAINTAINER= ports@FreeBSD.org COMMENT= MPEG Layer II audio decoder with multi-channel support +DEPRECATED= Legacy and obscure audio format that never gained any traction +EXPIRATION_DATE=2022-09-30 + USES= gmake tar:tgz ALL_TARGET= # MAKE_ARGS= CC="${CC}" OPTIM="${CFLAGS}" diff --git a/audio/mctoolame-encoder/Makefile b/audio/mctoolame-encoder/Makefile index 6a92b50a571b..2d7d650e84ea 100644 --- a/audio/mctoolame-encoder/Makefile +++ b/audio/mctoolame-encoder/Makefile @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.//g} MAINTAINER= ports@FreeBSD.org COMMENT= MPEG Layer II audio encoder with multi-channel support +DEPRECATED= Legacy and obscure audio format that never gained any traction +EXPIRATION_DATE=2022-09-30 + USES= gmake tar:tgz ALL_TARGET= # MAKE_ARGS= CC="${CC}" OPTIM="${CFLAGS}" |