GNU bug report logs -
#76819
[PATCH v7 00/35] Add lint-hidden-cpe-vendors property
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/xiph.scm (opus)[properties]: Add release-monitoring-url
and lint-hidden-cpe-vendors.
---
gnu/packages/xiph.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 7ca336b14a..7436cd1bd0 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -380,7 +380,10 @@ (define-public opus
standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which
incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.")
;; This package shows a sizable speed increase when tuned.
- (properties `((tunable? . #t)))
+ (properties `((tunable? . #t)
+ (lint-hidden-cpe-vendors . ("discordjs"))
+ (release-monitoring-url
+ . "https://archive.mozilla.org/pub/opus/")))
(license license:bsd-3)
(home-page "https://www.opus-codec.org")))
--
2.48.1
This bug report was last modified 99 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.