guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/09: gnu: libvorbis: Mark as tunable.


From: guix-commits
Subject: 04/09: gnu: libvorbis: Mark as tunable.
Date: Thu, 7 Mar 2024 09:19:35 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 0753dd3aa07f609db98d50438f69f96c27e11eec
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Mar 5 11:41:46 2024 +0200

    gnu: libvorbis: Mark as tunable.
    
    * gnu/packages/xiph.scm (libvorbis)[properties]: Mark package as tunable.
    
    Change-Id: Ie378a8c671ba6408a137e3c27824cb17671cafe3
---
 gnu/packages/xiph.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index 6fc05711f4..9019029f24 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -100,6 +100,8 @@ a fully open, non-proprietary, patent-and-royalty-free, 
general-purpose
 compressed audio format for mid to high quality (8kHz-48.0kHz, 16+ bit,
 polyphonic) audio and music at fixed and variable bitrates from 16 to
 128 kbps/channel.")
+   ;; This package shows a sizable speed increase when tuned.
+   (properties `((tunable? . #t)))
    (license (license:non-copyleft "file://COPYING"
                                "See COPYING in the distribution."))
    (home-page "https://xiph.org/vorbis/";)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]