[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69581] [PATCH 01/11] gnu: opus: Mark as tunable.
From: |
Efraim Flashner |
Subject: |
[bug#69581] [PATCH 01/11] gnu: opus: Mark as tunable. |
Date: |
Wed, 6 Mar 2024 13:06:02 +0200 |
* gnu/packages/xiph.scm (opus)[properties]: Mark package as tunable.
Change-Id: I5df964b5692c6f390eef55d780810b03d6a895dc
---
gnu/packages/xiph.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index b47c718fb6..84b8ccb273 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -345,6 +345,7 @@ (define-public opus
but is also intended for storage and streaming applications. It is
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.")
+ (properties `((tunable? . #t)))
(license license:bsd-3)
(home-page "https://www.opus-codec.org";)))
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
- [bug#69581] [PATCH 07/11] gnu: rust: Add tuning information., (continued)
- [bug#69581] [PATCH 09/11] gnu: rav1e: Mark as tunable., Efraim Flashner, 2024/03/06
- [bug#69581] [PATCH 05/11] guix: cpu: Enable tuning for i686-linux., Efraim Flashner, 2024/03/06
- [bug#69581] [PATCH 03/11] guix: cpu: Be consistent with x86_64 micro-architecture names., Efraim Flashner, 2024/03/06
- [bug#69581] [PATCH 11/11] gnu: clang-properties: Add micro-architecture support for powerpc64le., Efraim Flashner, 2024/03/06
- [bug#69581] [PATCH 01/11] gnu: opus: Mark as tunable.,
Efraim Flashner <=
- [bug#69581] [PATCH 10/11] gnu: clang-properties: Update x86_64 micro-architectures., Efraim Flashner, 2024/03/06
- [bug#69581] [PATCH 08/11] transformations: Add support for rust., Efraim Flashner, 2024/03/06
- [bug#69581] [PATCH 04/11] guix: cpu: Rename x86-64-v1 to x86-64., Efraim Flashner, 2024/03/06