diff mbox series

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

Message ID e32c339ed814c53ec6080dce97a2ce33b8ffb3ce.1714549091.git.atai@atai.org
State New
Headers show
Series [bug#70692] gnu: audacity: update to 3.5.1. | expand

Commit Message

Andy Tai May 1, 2024, 7:38 a.m. UTC
* 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(-)


base-commit: 7d7fca19429cf9d38125610f46333eb02fc2d3fd

Comments

Liliana Marie Prikler May 9, 2024, 11:38 a.m. UTC | #1
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!
Andy Tai May 9, 2024, 5:58 p.m. UTC | #2
Thank you!

On Thu, May 9, 2024 at 4:38 AM Liliana Marie Prikler <
liliana.prikler@gmail.com> wrote:

> 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!
>
diff mbox series

Patch

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