forked from pool/audacity
Takashi Iwai
0640adec67
- Update to 3.6.1 This is a hotfix release. It fixes the following bugs: * #6889 Fixed a crash when exporting multichannel audio. * #6882 Fixed a crash when pasting mono clips into stereo tracks. * #4763 (Accessibility) Made more values available when using the plain UI of plugins. (Thanks, David Bailes!) * #6855 Prevented incompatible versions from opening projects created in 3.6.x. * #6892 Fixed the dark theme sometimes having white corners in buttons. OBS-URL: https://build.opensuse.org/request/show/1188974 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=224
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>
|