From 559627db272962be1c79a9611dbd53222e77a5b46908375efec2b6c700bd96b5 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Fri, 9 Dec 2022 06:29:42 +0000 Subject: [PATCH] Accepting request 1041633 from multimedia:proaudio OBS-URL: https://build.opensuse.org/request/show/1041633 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=192 --- Audacity-3.2.1.tar.gz | 3 --- Audacity-3.2.2.tar.gz | 3 +++ audacity.changes | 23 +++++++++++++++++++++++ audacity.spec | 9 ++++----- 4 files changed, 30 insertions(+), 8 deletions(-) delete mode 100644 Audacity-3.2.1.tar.gz create mode 100644 Audacity-3.2.2.tar.gz diff --git a/Audacity-3.2.1.tar.gz b/Audacity-3.2.1.tar.gz deleted file mode 100644 index cd35bf1..0000000 --- a/Audacity-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbded508d26dba809bbacc5d16da35f89a8ee32ba8622c0555e0577130eac609 -size 56971920 diff --git a/Audacity-3.2.2.tar.gz b/Audacity-3.2.2.tar.gz new file mode 100644 index 0000000..099ee5a --- /dev/null +++ b/Audacity-3.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290bd3023380ec3c737c3653e55f8afb2ad8f208a4a4d30bcb7662f0e5f4824b +size 56986082 diff --git a/audacity.changes b/audacity.changes index 7e85f64..fa7aafc 100644 --- a/audacity.changes +++ b/audacity.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Dec 8 12:55:16 UTC 2022 - Konstantin Voinov + +- Update to 3.2.2 + +This is a patch release for Audacity 3.2. It enables use of VST2 as + realtime effects and fixes some bugs. + + * #2850 VST2 effects are now realtime capable. + Additional plugins have been added to plugins.audacityteam.org + * #3696 Improved accessibility of the meters + * #3769 Fixed a crash when editing some macro parameters + * #3792 Fixed some play commands getting stuck in play mode + * #3670 Audacity no longer quietly discards changes in realtime + effects but instead asks if you want to save before quitting + * #3838 Plugin scanning now lets you skip individual plugins if + scanning gets stuck on them + * #3980 Plugin scanning no longer produces "Audacity crashed" + windows when a plugin fails validation, + and no longer shows the plugins in the macOS dock during validation + * #3883 Fixed an issue with labels losing focus on macOS Ventura + * Fixed various plugin-specific issues + ------------------------------------------------------------------- Sun Oct 16 08:48:46 UTC 2022 - Konstantin Voinov diff --git a/audacity.spec b/audacity.spec index 6c9b23f..91d901a 100644 --- a/audacity.spec +++ b/audacity.spec @@ -17,14 +17,13 @@ Name: audacity -Version: 3.2.1 +Version: 3.2.2 Release: 0 -%define pkg_version 3.2.1 Summary: A Multi Track Digital Audio Editor License: CC-BY-3.0 AND GPL-2.0-or-later AND GPL-3.0-only Group: Productivity/Multimedia/Sound/Utilities URL: http://audacityteam.org/ -Source: https://github.com/audacity/audacity/archive/Audacity-%{pkg_version}.tar.gz +Source: https://github.com/audacity/audacity/archive/Audacity-%{version}.tar.gz Source1: audacity-license-nyquist Source2: audacity-rpmlintrc Source3: vst3sdk-3.7.6_build_18.tar.xz @@ -105,7 +104,7 @@ physical memory size can be edited. %lang_package %prep -%setup -q -n %{name}-Audacity-%{pkg_version} +%setup -q -n %{name}-Audacity-%{version} %autopatch -p1 cp -f %{SOURCE1} LICENSE_NYQUIST.txt @@ -145,7 +144,7 @@ export CXXFLAGS="$CFLAGS -std=gnu++17" # Workaround for an old cmake in Leap 15.3 %if 0%{?sle_version} == 150300 && 0%{?is_opensuse} -export LD_LIBRARY_PATH=%{_builddir}/%{name}-Audacity-%{pkg_version}/build/utils/ +export LD_LIBRARY_PATH=%{_builddir}/%{name}-Audacity-%{version}/build/utils/ %endif %cmake_build