forked from pool/audacity
Dave Plater
a671efefc2
- Update to 3.3.3 - Downgrade vst3stk to 3.7.3_build_20 as most compatible with audacity - Rework vst3sdk patches vst3sdk-3.7.3_build_20: remove vst3sdk-fix-include-cstdint-for-gcc13.patch, vst3sdk-fix-limits-include-moduleinfoparser.patch add vst3sdk-fix-std-atomic-for-gcc12.patch, vst3sdk-fix-include-cstdint.patch - Add vst-system-path.patch changes vst(3) search path to /usr/lib64 This is a hotfix release. It fixes the following bugs: * #4618 Fixed EQ not scaling properly when resizing the window. * #4743 Fixed the audio.com upload flow. OBS-URL: https://build.opensuse.org/request/show/1094729 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=206
15 lines
504 B
Plaintext
15 lines
504 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.3_build_20</param>
|
|
<param name="version">3.7.3_build_20</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>
|