SHA256
1
0
forked from pool/audacity
audacity/_service
Takashi Iwai 21316784e7 Accepting request 1083912 from home:kill_it:daw
- Remove "changesgenerate" from _service for vst3sdk
- Update to 3.3.1
  
  This is a hotfix release. It fixes the following bugs:
  * #4600 Fixed cut lines massively inflating project size.
  * #4612 Fixed custom project sample rates being uneditable.
  * #4604 Fixed crash reporting being disabled.
  * #4234 Audacity now shows an error if the upload to audio.com
          exceeds file size limits.
  * #4114 Fixed an error in calculating channels when uploading to
          audio.com.

OBS-URL: https://build.opensuse.org/request/show/1083912
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=202
2023-05-02 06:45:09 +00:00

14 lines
466 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.7_build_19</param>
<param name="version">3.7.7_build_19</param>
<param name="filename">vst3sdk</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>