[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: Audacity: Do not depend on FFmpeg.
From: |
guix-commits |
Subject: |
01/02: gnu: Audacity: Do not depend on FFmpeg. |
Date: |
Thu, 27 Jan 2022 22:46:46 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit beda1cd7945cc151582cdb0270d795eb89b51225
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Jan 27 22:24:52 2022 -0500
gnu: Audacity: Do not depend on FFmpeg.
Audacity stopped linking to FFmpeg in version 3.1.0. Instead, users are
expected to arrange for it to be loaded at runtime:
https://issues.guix.gnu.org/53591
* gnu/packages/audio.scm (audacity)[inputs]: Remove ffmpeg.
---
gnu/packages/audio.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index b186c79451..b882e2e21b 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -763,7 +763,6 @@ engineers, musicians, soundtrack editors and composers.")
alsa-lib
jack-1
expat
- ffmpeg
lame
linux-libre-headers
flac