mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: audacity: Update to 3.7.3.
* gnu/packages/audio.scm (audacity): Update to 3.7.3. * gnu/packages/patches/audacity-ffmpeg-fallback.patch: Adjust accordingly.
This commit is contained in:
parent
1ba95c8a96
commit
4240ee75d1
2 changed files with 6 additions and 6 deletions
|
@ -1076,7 +1076,7 @@ engineers, musicians, soundtrack editors and composers.")
|
||||||
(define-public audacity
|
(define-public audacity
|
||||||
(package
|
(package
|
||||||
(name "audacity")
|
(name "audacity")
|
||||||
(version "3.5.1") ;for ffmpeg 6 support
|
(version "3.7.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1085,7 +1085,7 @@ engineers, musicians, soundtrack editors and composers.")
|
||||||
(commit (string-append "Audacity-" version))))
|
(commit (string-append "Audacity-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11sjyz6hxsr5dnndkkkiq7arjxvjl1sycl151xq3a3ggakgql3y1"))
|
(base32 "0mryrjw76jz16hmqd161frkld75yhy9cxlpykwk08p078mqxnylg"))
|
||||||
(patches (search-patches "audacity-ffmpeg-fallback.patch"))
|
(patches (search-patches "audacity-ffmpeg-fallback.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
|
@ -13,8 +13,8 @@ Bugs-added-by: Marius Bakke <marius@gnu.org>
|
||||||
|
|
||||||
diff --git a/libraries/lib-ffmpeg-support/CMakeLists.txt b/libraries/lib-ffmpeg-support/CMakeLists.txt
|
diff --git a/libraries/lib-ffmpeg-support/CMakeLists.txt b/libraries/lib-ffmpeg-support/CMakeLists.txt
|
||||||
index b8803a1f5..f86559cca 100644
|
index b8803a1f5..f86559cca 100644
|
||||||
--- a/modules/mod-ffmpeg/lib-ffmpeg-support/CMakeLists.txt
|
--- a/modules/import-export/mod-ffmpeg/lib-ffmpeg-support/CMakeLists.txt
|
||||||
+++ b/modules/mod-ffmpeg/lib-ffmpeg-support/CMakeLists.txt
|
+++ b/modules/import-export/mod-ffmpeg/lib-ffmpeg-support/CMakeLists.txt
|
||||||
@@ -1,5 +1,7 @@
|
@@ -1,5 +1,7 @@
|
||||||
|
|
||||||
if (${_OPT}use_ffmpeg)
|
if (${_OPT}use_ffmpeg)
|
||||||
|
@ -38,8 +38,8 @@ index b8803a1f5..f86559cca 100644
|
||||||
)
|
)
|
||||||
diff --git a/libraries/lib-ffmpeg-support/FFmpegFunctions.cpp b/libraries/lib-ffmpeg-support/FFmpegFunctions.cpp
|
diff --git a/libraries/lib-ffmpeg-support/FFmpegFunctions.cpp b/libraries/lib-ffmpeg-support/FFmpegFunctions.cpp
|
||||||
index 55d6f676b..46640ef83 100644
|
index 55d6f676b..46640ef83 100644
|
||||||
--- a/modules/mod-ffmpeg/lib-ffmpeg-support/FFmpegFunctions.cpp
|
--- a/modules/import-export/mod-ffmpeg/lib-ffmpeg-support/FFmpegFunctions.cpp
|
||||||
+++ b/modules/mod-ffmpeg/lib-ffmpeg-support/FFmpegFunctions.cpp
|
+++ b/modules/import-export/mod-ffmpeg/lib-ffmpeg-support/FFmpegFunctions.cpp
|
||||||
@@ -246,6 +246,18 @@ struct FFmpegFunctions::Private final
|
@@ -246,6 +246,18 @@ struct FFmpegFunctions::Private final
|
||||||
if (library->IsLoaded())
|
if (library->IsLoaded())
|
||||||
return library;
|
return library;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue