forked from pool/audacity
Takashi Iwai
8233bd17ba
See fix for #6955 https://github.com/audacity/audacity/issues/6973 - 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 OBS-URL: https://build.opensuse.org/request/show/1189890 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=226
15 lines
506 B
Plaintext
15 lines
506 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/steinbergmedia/vst3sdk/</param>
|
|
<param name="revision">v3.7.11_build_10</param>
|
|
<param name="version">3.7.11_build_10</param>
|
|
<param name="exclude">doc</param>
|
|
<param name="filename">vst3sdk</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|