File: 15-path-to-lv2.patch

package info (click to toggle)
tuxguitar 2.0.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 30,816 kB
  • sloc: java: 144,918; ansic: 4,784; xml: 3,913; sh: 1,457; perl: 207; makefile: 24; javascript: 3
file content (13 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fix path to tuxguitar-synth-lv2.bin
Origin: vendor
Forwarded: no
Author: Helmar Gerloni <helmar@gerloni.net>
Last-Update: 2024-08-24

--- a/desktop/build-scripts/common-resources/common-linux/dist/tuxguitar-synth-lv2.cfg
+++ b/desktop/build-scripts/common-resources/common-linux/dist/tuxguitar-synth-lv2.cfg
@@ -1,3 +1,3 @@
 # tuxguitar-synth-lv2 settings for Linux
-lv2.client.command=${tuxguitar.home.path}/lv2-client/tuxguitar-synth-lv2.bin,${lv2.sessionId},${lv2.serverPort},${lv2.bufferSize},${lv2.pluginUri}
+lv2.client.command=/usr/libexec/tuxguitar-synth-lv2.bin,${lv2.sessionId},${lv2.serverPort},${lv2.bufferSize},${lv2.pluginUri}
 lv2.client.working.dir=${tuxguitar.home.path}/lv2-client