File 0009-no-lv2.patch of Package tuxguitar
diff -rupN a/desktop/build-scripts/tuxguitar-linux-swt/pom.xml b/desktop/build-scripts/tuxguitar-linux-swt/pom.xml
--- a/desktop/build-scripts/tuxguitar-linux-swt/pom.xml 2024-05-30 23:36:15.886360893 +0200
+++ b/desktop/build-scripts/tuxguitar-linux-swt/pom.xml 2024-06-06 21:34:00.007347138 +0200
@@ -379,7 +379,7 @@
<module>../native-modules/tuxguitar-alsa-linux</module>
<module>../native-modules/tuxguitar-jack-linux</module>
<module>../native-modules/tuxguitar-fluidsynth-linux</module>
- <module>../native-modules/tuxguitar-synth-lv2-linux</module>
+ <!-- <module>../native-modules/tuxguitar-synth-lv2-linux</module> -->
</modules>
<build>
@@ -404,10 +404,12 @@
<copy todir="${project.build.directory}/${project.finalName}/">
<fileset dir="../native-modules/tuxguitar-fluidsynth-linux/target/build" />
</copy>
+ <!--
<copy todir="${project.build.directory}/${project.finalName}/">
<fileset dir="../native-modules/tuxguitar-synth-lv2-linux/target/build" />
</copy>
<chmod file="${project.build.directory}/${project.finalName}/lv2-client/*.bin" perm="755" />
+ -->
<!-- /PLUGINS FILES -->
</target>
</configuration>