SHA256
1
0
forked from pool/audacity
audacity/mod-script-pipe-disable-rpath.patch
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

10 lines
319 B
Diff

diff --git a/modules/mod-script-pipe/CMakeLists.txt b/modules/mod-script-pipe/CMakeLists.txt
index 5ee1862..feeb7b8 100644
--- a/modules/mod-script-pipe/CMakeLists.txt
+++ b/modules/mod-script-pipe/CMakeLists.txt
@@ -1,3 +1,4 @@
+set(CMAKE_SKIP_BUILD_RPATH ON)
set( SOURCES
PipeServer.cpp
ScripterCallback.cpp