SHA256
1
0
forked from pool/audacity

Accepting request 258337 from home:enzokiel:branches:multimedia:apps

- Update to 2.0.6

OBS-URL: https://build.opensuse.org/request/show/258337
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=72
This commit is contained in:
2014-10-27 16:01:44 +00:00
committed by Git OBS Bridge
parent b243b79368
commit 9bee136506
5 changed files with 100 additions and 10 deletions

View File

@@ -1,3 +1,57 @@
-------------------------------------------------------------------
Fri Oct 24 22:38:46 UTC 2014 - joerg.lorenzen@ki.tng.de
- Update to 2.0.6:
Bug fixes for:
* Interface:
* Region Restore did not restore the region after using Preferences.
* Dragging selections with the keyboard or Selection Toolbar digits
was very slow.
* (Windows) Help > About Audacity crashed when run in Magyar language.
* (OS X) Some full and reduced Menu Bar items were not translated.
* (OS X and Linux) Fixed various interface crashes.
* Effects:
* Reverb and Paulstretch were missing from Chains.
* Analyze > Contrast could report very inaccurate rms levels.
* Noise Removal: Attack and decay times were half as long as set.
* (OS X and Linux) Nyquist effects ran much more slowly than on Windows.
* Click or drag on the Timeline after Loop Play continued to loop.
* Transcription Toolbar did not play slower than 0.1x speed.
* (Linux) Audacity did not build if python 2 was not available.
Changes and Improvements:
* Interface:
* Redesigned, searchable Keyboard Preferences with Tree, Name and Key views.
* Edit Menu: "Cut" and "Delete" are now in the top level of the menu.
* Transport Menu now includes "Play/Stop" and "Play/Stop and Set Cursor"
(use Keyboard Preferences to create shortcuts for "Play" and "Stop").
* Tracks Menu now includes "Mix and Render to New Track".
* Track Drop-Down Menu now has Move Track To Top and Move Track To Bottom.
* New right-click menu choice "Delete Label" to remove single labels.
* "Snap To" now offers choice of snap to the "closest" or "prior" position.
Note: the previous "Snap To On" keyboard shortcut will no longer work.
* "Snap To" settings are now independent for each project.
* Effects:
* Truncate Silence: redesigned with simpler option "Truncate Detected
Silence" to shorten to the specified length without compressing silence.
* VST effects: New "Settings" dialog lets you specify buffer size (for
faster processing) and enable buffer delay compensation (to prevent
inserted silence). Compensation may cause a crash in a few plug-ins.
* VST effects now support standard FXP presets.
* LV2 effects are now supported on all platforms (textual interface only).
* Import or export using FFmpeg now requires FFmpeg 1.2 or later (or libav
0.8 or later). For recommended downloads of recent FFmpeg please visit:
http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#ffdown .
* New Tamil translation (largely complete).
* (Windows) FLAC exports can now exceed 2 GB in size.
* (OS X) Easier Audacity installation using the DMG: drag the Audacity folder
to the /Applications shortcut,
* (OS X) Audacity 2.0.6 will not officially support OS X 10.10 Yosemite when
released (in particular, Apple Audio Units may not open in Audacity).
* (Linux) Self-compiled builds of Audacity now search for system LADSPA
effects in /usr/lib/ladspa.
- Added patch audacity-flac_assert.h.patch to build against flac 1.3.0.
-------------------------------------------------------------------
Sat Feb 22 10:58:59 UTC 2014 - dap.darkness@gmail.com