guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: ffmpeg-jami: Add a debug output.


From: guix-commits
Subject: 07/09: gnu: ffmpeg-jami: Add a debug output.
Date: Wed, 8 Feb 2023 09:40:37 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit c0106ea5c9f783da0b982bbf18ae81ad8065d7b7
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Feb 7 16:52:54 2023 -0500

    gnu: ffmpeg-jami: Add a debug output.
    
    * gnu/packages/jami.scm (ffmpeg-jami) [outputs]: New field.
    [configure-flags]: Add "--disable-stripping".
---
 gnu/packages/jami.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
index a98e64bb86..b5b939c21c 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -362,11 +362,13 @@
               (sha256
                (base32
                 "0yq0jcdc4qm5znrzylj3dsicrkk2n3n8bv28vr0a506fb7iglbpg"))))
+    (outputs '("out" "debug"))
     (arguments
      (substitute-keyword-arguments (package-arguments ffmpeg-5)
        ((#:configure-flags _ '())
         #~(cons* "--disable-static"
                  "--enable-shared"
+                 "--disable-stripping"
                  #$(ffmpeg-compose-configure-flags)))
        ((#:phases phases)
         #~(modify-phases #$phases



reply via email to

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