Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2021 07:42:57 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: df68c5b340e8 - main - audio/celt: Deprecate and set expiration date to 2021-12-31
Message-ID:  <202109290742.18T7gvxo021532@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

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

commit df68c5b340e83915595cab503f0010d15703783f
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-09-29 07:11:03 +0000
Commit:     Daniel Engberg <diizzy@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109290742.18T7gvxo021532>