gnu: opus: Add lint-hidden-cve property.

* gnu/packages/xiph.scm (opus)[properties]: Add release-monitoring-url
and lint-hidden-cpe-vendors.

Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
Nicolas Graves 2025-03-06 22:18:49 +01:00 committed by Zheng Junjie
parent 8dfd0173ee
commit 2177f57d8f
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -386,7 +386,10 @@ but is also intended for storage and streaming applications. It is
standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which 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.") incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.")
;; This package shows a sizable speed increase when tuned. ;; 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) (license license:bsd-3)
(home-page "https://www.opus-codec.org"))) (home-page "https://www.opus-codec.org")))