forked from pool/audacity
Accepting request 1190768 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1190768 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audacity?expand=0&rev=122
This commit is contained in:
commit
1f69d77483
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3af8c8068cdc3072fb583d5062aa75f4b25846da342bd30df40bfb5ede83cc5
|
||||
size 61369168
|
3
Audacity-3.6.2.tar.gz
Normal file
3
Audacity-3.6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9990f463aaedbfc65828f7e73ed203109c57bacc164aeab6bad1a6d66b3158a3
|
||||
size 61537819
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 27 10:01:46 UTC 2024 - Stephan Hemeier <Sauerlandlinux@gmx.de>
|
||||
|
||||
- Update to 3.6.2
|
||||
* #6955 Fix out of bound access in waveform cache
|
||||
* #6857 fix: pitch-shift value not showing on Linux
|
||||
* #6883 Fix for labeled audio operations don't work in certain cases
|
||||
* Fix for TCP UI Breaks when dragging waveform splitter
|
||||
* Undo stack is cleared before project is compacted
|
||||
* Call SetBypass at the right time
|
||||
* Clear clipboard also before cutting
|
||||
* Prepare a set of tracks to apply labeled audio operations depending
|
||||
* Extend Join Region by one sample, to ensure that Split-Join operation
|
||||
* Envelope display fix: pass absolute time value when querying envelope
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 09:16:50 UTC 2024 - Konstantin Voinov <kv@kott.no-ip.biz>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%endif
|
||||
|
||||
Name: audacity
|
||||
Version: 3.6.1
|
||||
Version: 3.6.2
|
||||
Release: 0
|
||||
Summary: A Multi Track Digital Audio Editor
|
||||
License: CC-BY-3.0 AND GPL-2.0-or-later AND GPL-3.0-only
|
||||
@ -40,6 +40,7 @@ Patch0: audacity-no_buildstamp.patch
|
||||
Patch1: audacity-no_return_in_nonvoid.patch
|
||||
# PATCH-FIX-OPENSUSE vst-system-path.patch - search fo vsts in /usr/lib64 in x86_64 and ARM system
|
||||
Patch3: lib64-plugins-default-path.patch
|
||||
|
||||
BuildRequires: cmake >= 3.16
|
||||
BuildRequires: desktop-file-utils
|
||||
%if 0%{?suse_version} <= 1600
|
||||
|
Loading…
Reference in New Issue
Block a user