GNU bug report logs - #70692
[PATCH] gnu: audacity: update to 3.5.1.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Wed, 1 May 2024 07:40:01 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andy Tai <atai <at> atai.org>
Subject: bug#70692: closed (Re: [PATCH] gnu: audacity: update to 3.5.1.)
Date: Thu, 09 May 2024 11:40:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#70692: [PATCH] gnu: audacity: update to 3.5.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 70692 <at> debbugs.gnu.org.

-- 
70692: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70692
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Andy Tai <atai <at> atai.org>, 70692-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: audacity: update to 3.5.1.
Date: Thu, 09 May 2024 13:38:50 +0200
Am Mittwoch, dem 01.05.2024 um 00:38 -0700 schrieb Andy Tai:
> * gnu/packages/audio.scm (audacity): Update to 3.5.1.
>   [inputs]: Add opusfile and rapidjson.
> 
> Change-Id: I4245ba1fa21bb54c6b647b001ae9b5cea846c774
> ---
Fixed and pushed.

Cheers!

[Message part 3 (message/rfc822, inline)]
From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: audacity: update to 3.5.1.
Date: Wed,  1 May 2024 00:38:56 -0700
* gnu/packages/audio.scm (audacity): Update to 3.5.1.
  [inputs]: Add opusfile and rapidjson.

Change-Id: I4245ba1fa21bb54c6b647b001ae9b5cea846c774
---
 gnu/packages/audio.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 1a88698165..003670d7d7 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -924,7 +924,7 @@ (define-public ardour
 (define-public audacity
   (package
     (name "audacity")
-    (version "3.3.3")            ;for ffmpeg 6 support
+    (version "3.5.1")            ;for ffmpeg 6 support
     (source
      (origin
        (method git-fetch)
@@ -933,8 +933,8 @@ (define-public audacity
              (commit (string-append "Audacity-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07jbql4jl2198z0rsa1nsf4p045iv4gz6ym75a60yyznvg0h0zwv"))
-       (patches (search-patches "audacity-ffmpeg-fallback.patch"))
+        (base32 "11sjyz6hxsr5dnndkkkiq7arjxvjl1sycl151xq3a3ggakgql3y1"))
+       ;(patches (search-patches "audacity-ffmpeg-fallback.patch"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled libraries.
@@ -969,6 +969,8 @@ (define-public audacity
            ;;("libsbsms" ,libsbsms)         ;bundled version is modified
            libsndfile
            mpg123
+           opusfile
+           rapidjson
            soundtouch
            soxr                         ;replaces libsamplerate
            sqlite

base-commit: 7d7fca19429cf9d38125610f46333eb02fc2d3fd
-- 
2.34.1




This bug report was last modified 1 year and 13 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.