SHA256
1
0
forked from pool/audacity

Accepting request 970098 from home:plater

Added libopus build dependency and "-DCMAKE_SKIP_RPATH:BOOL=on"
  to fix Leap builds.
Update to 3.1.3
  * remove patches, now upstream:
    0001-Adds-an-option-to-disable-Conan.patch
    0001-Fixes-wxwidgets-fixup-script.patch
    0001-Scope-libraries-required-by-the-optional-features.patch
    Refresh missing-include.patch

OBS-URL: https://build.opensuse.org/request/show/970098
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=174
This commit is contained in:
2022-04-14 09:32:15 +00:00
committed by Git OBS Bridge
parent c51800a46b
commit 58e86b3ff6
3 changed files with 26 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 14 07:44:51 UTC 2022 - Dave Plater <davejplater@gmail.com>
- Added libopus build dependency and "-DCMAKE_SKIP_RPATH:BOOL=on"
to fix Leap builds.
-------------------------------------------------------------------
Wed Apr 13 23:35:32 UTC 2022 - Konstantin Voinov <kv@kott.no-ip.biz>
@@ -6,6 +12,15 @@ Wed Apr 13 23:35:32 UTC 2022 - Konstantin Voinov <kv@kott.no-ip.biz>
0001-Adds-an-option-to-disable-Conan.patch
0001-Fixes-wxwidgets-fixup-script.patch
0001-Scope-libraries-required-by-the-optional-features.patch
Refresh missing-include.patch
* Improved performance of loading in projects
* Added snap guides when resizing clips
* Added new shortcuts for looping:
Shift+L for "Set Loop to Selection",
Shift+Alt+L for "Clear Looping Region"
* Added a new selection region indicator in the timeline
* Re-added the Quick Play indicator
* Lot of bug fixes
-------------------------------------------------------------------
Mon Jan 31 08:17:38 UTC 2022 - Dave Plater <davejplater@gmail.com>