SHA256
1
0
forked from pool/audacity
audacity/_constraints
Takashi Iwai 8233bd17ba Accepting request 1189890 from home:Sauerland
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
2024-07-31 15:48:43 +00:00

27 lines
482 B
Plaintext

<constraints>
<overwrite>
<conditions>
<arch>x86_64</arch>
<arch>aarch64</arch>
<arch>ppc64</arch>
<arch>ppc64le</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="G">8</size>
</physicalmemory>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>riscv64</arch>
</conditions>
<hardware>
<memory>
<size unit="G">14</size>
</memory>
</hardware>
</overwrite>
</constraints>