[packages/audacity] - up to 3.7.5
mrozowik
mrozowik at pld-linux.org
Wed Aug 13 16:26:05 CEST 2025
commit d1d299320cc1950e4eac3647001811e947b2463a
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date: Wed Aug 13 14:25:53 2025 +0000
- up to 3.7.5
audacity.spec | 8 +++++---
rapidjson.patch | 18 ++++++++++++++++++
2 files changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/audacity.spec b/audacity.spec
index 76f05a6..052ba74 100644
--- a/audacity.spec
+++ b/audacity.spec
@@ -25,15 +25,16 @@ Summary: Audacity - manipulate digital audio waveforms
Summary(pl.UTF-8): Audacity - narzędzie do obróbki plików dźwiękowych
Summary(ru.UTF-8): Кроссплатформенный звуковой редактор
Name: audacity
-Version: 3.7.3
+Version: 3.7.5
Release: 1
License: GPL v2+
Group: X11/Applications/Sound
Source0: https://github.com/audacity/audacity/releases/download/Audacity-%{version}/%{name}-sources-%{version}.tar.gz
-# Source0-md5: afc4016d8177a437d62a392012cccfb0
+# Source0-md5: f15fc08de78aad33d4982af10e75f621
Source1: https://github.com/audacity/audacity-manual/releases/download/v%{version}/%{name}-manual-%{version}.tar.gz
-# Source1-md5: c47747f98ae4839b7ce6bdf314deef40
+# Source1-md5: f65a4936c5b39ff97c59593753023d7d
Patch0: %{name}-no-sse.patch
+Patch1: rapidjson.patch
URL: http://audacityteam.org/
BuildRequires: alsa-lib-devel
BuildRequires: chrpath
@@ -129,6 +130,7 @@ Audacity - это звуковой редактор, позволяющий ра
%prep
%setup -q -n %{name}-sources-%{version}
%patch -P0 -p1
+%patch -P1 -p0
# Make sure we use the system versions.
%{__rm} -r lib-src/{lv2,soundtouch,libsoxr,twolame,libvamp}/
diff --git a/rapidjson.patch b/rapidjson.patch
new file mode 100644
index 0000000..bc2e7e4
--- /dev/null
+++ b/rapidjson.patch
@@ -0,0 +1,18 @@
+--- cmake-proxies/cmake-modules/dependencies/rapidjson.cmake~ 2025-08-07 10:48:10.000000000 +0000
++++ cmake-proxies/cmake-modules/dependencies/rapidjson.cmake 2025-08-13 14:00:04.829379712 +0000
+@@ -2,9 +2,12 @@
+
+ if(NOT ${_OPT}use_rapidjson STREQUAL "off")
+ if(NOT TARGET rapidjson::rapidjson)
+- if(TARGET rapidjson)
+- add_library( rapidjson::rapidjson ALIAS rapidjson )
+- else()
++ if(TARGET RapidJSON)
++ if(NOT TARGET rapidjson)
++ add_library(rapidjson ALIAS RapidJSON)
++ endif()
++ add_library( rapidjson::rapidjson ALIAS RapidJSON )
++ else()
+ # At least on Arch RapidJSONConfig.cmake does not define a target at all
+ # so we have to do it ourselves
+ add_library( rapidjson::rapidjson INTERFACE IMPORTED GLOBAL)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/audacity.git/commitdiff/d1d299320cc1950e4eac3647001811e947b2463a
More information about the pld-cvs-commit
mailing list