git: df68c5b340e8 - main - audio/celt: Deprecate and set expiration date to 2021-12-31
Daniel Engberg
diizzy at FreeBSD.org
Wed Sep 29 07:42:58 UTC 2021
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=df68c5b340e83915595cab503f0010d15703783f
commit df68c5b340e83915595cab503f0010d15703783f
Author: Daniel Engberg <diizzy at FreeBSD.org>
AuthorDate: 2021-09-29 07:11:03 +0000
Commit: Daniel Engberg <diizzy at FreeBSD.org>
CommitDate: 2021-09-29 07:42:26 +0000
audio/celt: Deprecate and set expiration date to 2021-12-31
Deprecated and considered obsolete by upstream in 2016 in favour of (lib)opus
Reference: https://wiki.xiph.org/index.php?title=OggCELT&oldid=16389
PR: 258655
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D32050
---
audio/celt/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/audio/celt/Makefile b/audio/celt/Makefile
index bd19bcba94f6..9fd641a8d576 100644
--- a/audio/celt/Makefile
+++ b/audio/celt/Makefile
@@ -12,6 +12,9 @@ COMMENT= The CELT ultra-low delay audio codec
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Deprecated and considered obsolete by upstream in 2016 in favour of (lib)opus
+EXPIRATION_DATE=2021-12-31
+
LIB_DEPENDS= libogg.so:audio/libogg
GNU_CONFIGURE= yes
More information about the dev-commits-ports-all
mailing list