forked from pool/audacity
Accepting request 1063072 from home:tiwai:branches:multimedia:apps
- Update to 3.2.3: This is a patch release for Audacity 3.2. It adds ability to share audio publicly and fixes some bugs. * #3884 Audio can now be shared publicly on audio.com * #4040 Fixed the screenshot tool * #4019 Selecting audio no longer marks the project as changed * #3693 A new toolbar with cut/copy/paste buttons has been added * #3216 Plain UI for VST3 plugins no longer show MIDI CC parameters * #2620 The effects sidebar no longer can fill the entire screen - Update to 3.2.4: This is a hotfix release. It fixes the following bug: * #4057 Fixed the meters not retaining size - Increase the constraints to avoid OOM at the build time OBS-URL: https://build.opensuse.org/request/show/1063072 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=196
This commit is contained in:
parent
05fdbb6cb1
commit
f7184ea6df
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:290bd3023380ec3c737c3653e55f8afb2ad8f208a4a4d30bcb7662f0e5f4824b
|
|
||||||
size 56986082
|
|
3
Audacity-3.2.4.tar.gz
Normal file
3
Audacity-3.2.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9a85b5db02e25e46672c489ffa96d2f5115ee58650bfd57c5b8a07259f4f550f
|
||||||
|
size 57016943
|
@ -1,12 +1,14 @@
|
|||||||
<constraints>
|
<constraints>
|
||||||
<overwrite>
|
<overwrite>
|
||||||
<conditions>
|
<conditions>
|
||||||
|
<arch>x86_64</arch>
|
||||||
|
<arch>aarch64</arch>
|
||||||
<arch>ppc64</arch>
|
<arch>ppc64</arch>
|
||||||
<arch>ppc64le</arch>
|
<arch>ppc64le</arch>
|
||||||
</conditions>
|
</conditions>
|
||||||
<hardware>
|
<hardware>
|
||||||
<physicalmemory>
|
<physicalmemory>
|
||||||
<size unit="G">6</size>
|
<size unit="G">8</size>
|
||||||
</physicalmemory>
|
</physicalmemory>
|
||||||
</hardware>
|
</hardware>
|
||||||
</overwrite>
|
</overwrite>
|
||||||
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 3 16:24:02 UTC 2023 - Takashi Iwai <tiwai@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.2.3:
|
||||||
|
This is a patch release for Audacity 3.2. It adds ability to share
|
||||||
|
audio publicly and fixes some bugs.
|
||||||
|
* #3884 Audio can now be shared publicly on audio.com
|
||||||
|
* #4040 Fixed the screenshot tool
|
||||||
|
* #4019 Selecting audio no longer marks the project as changed
|
||||||
|
* #3693 A new toolbar with cut/copy/paste buttons has been added
|
||||||
|
* #3216 Plain UI for VST3 plugins no longer show MIDI CC parameters
|
||||||
|
* #2620 The effects sidebar no longer can fill the entire screen
|
||||||
|
- Update to 3.2.4:
|
||||||
|
This is a hotfix release. It fixes the following bug:
|
||||||
|
* #4057 Fixed the meters not retaining size
|
||||||
|
- Increase the constraints to avoid OOM at the build time
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 20 22:54:53 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Tue Dec 20 22:54:53 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package audacity
|
# spec file for package audacity
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: audacity
|
Name: audacity
|
||||||
Version: 3.2.2
|
Version: 3.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user