forked from pool/audacity
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
This commit is contained in:
parent
4b5a01b171
commit
559627db27
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cbded508d26dba809bbacc5d16da35f89a8ee32ba8622c0555e0577130eac609
|
|
||||||
size 56971920
|
|
3
Audacity-3.2.2.tar.gz
Normal file
3
Audacity-3.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:290bd3023380ec3c737c3653e55f8afb2ad8f208a4a4d30bcb7662f0e5f4824b
|
||||||
|
size 56986082
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 8 12:55:16 UTC 2022 - Konstantin Voinov <kv@kott.no-ip.biz>
|
||||||
|
|
||||||
|
- 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 <kv@kott.no-ip.biz>
|
Sun Oct 16 08:48:46 UTC 2022 - Konstantin Voinov <kv@kott.no-ip.biz>
|
||||||
|
|
||||||
|
@ -17,14 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: audacity
|
Name: audacity
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
%define pkg_version 3.2.1
|
|
||||||
Summary: A Multi Track Digital Audio Editor
|
Summary: A Multi Track Digital Audio Editor
|
||||||
License: CC-BY-3.0 AND GPL-2.0-or-later AND GPL-3.0-only
|
License: CC-BY-3.0 AND GPL-2.0-or-later AND GPL-3.0-only
|
||||||
Group: Productivity/Multimedia/Sound/Utilities
|
Group: Productivity/Multimedia/Sound/Utilities
|
||||||
URL: http://audacityteam.org/
|
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
|
Source1: audacity-license-nyquist
|
||||||
Source2: audacity-rpmlintrc
|
Source2: audacity-rpmlintrc
|
||||||
Source3: vst3sdk-3.7.6_build_18.tar.xz
|
Source3: vst3sdk-3.7.6_build_18.tar.xz
|
||||||
@ -105,7 +104,7 @@ physical memory size can be edited.
|
|||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-Audacity-%{pkg_version}
|
%setup -q -n %{name}-Audacity-%{version}
|
||||||
%autopatch -p1
|
%autopatch -p1
|
||||||
|
|
||||||
cp -f %{SOURCE1} LICENSE_NYQUIST.txt
|
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
|
# Workaround for an old cmake in Leap 15.3
|
||||||
%if 0%{?sle_version} == 150300 && 0%{?is_opensuse}
|
%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
|
%endif
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
Loading…
Reference in New Issue
Block a user