Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 914890 | Differences between
and this patch

Collapse All | Expand All

(-)tuxguitar-1.6.3beta2_o/desktop/TuxGuitar-synth-gervill/share/tuxguitar-synth-gervill.cfg (-1 / +1 lines)
Lines 1-2 Link Here
1
## Default Settings ##
1
## Default Settings ##
2
tuxguitar-synth-gervill.soundbank.path=${tuxguitar.home.path}/share/soundfont/MagicSFver2.sf2
2
tuxguitar-synth-gervill.soundbank.path=/usr/share/sounds/sf2/FluidR3_GM.sf2
(-)tuxguitar-1.6.3beta2_o/desktop/build-scripts/common-resources/common-linux/dist/tuxguitar-fluidsynth.cfg (-1 / +1 lines)
Lines 1-6 Link Here
1
# tuxguitar-fluidsynth settings for Linux
1
# tuxguitar-fluidsynth settings for Linux
2
soundfont.count=1
2
soundfont.count=1
3
soundfont.path0=${tuxguitar.home.path}/share/soundfont/MagicSFver2.sf2
3
soundfont.path0=/usr/share/sounds/sf2/FluidR3_GM.sf2
4
4
5
synth.gain=1.1
5
synth.gain=1.1
6
synth.chorus.active=yes
6
synth.chorus.active=yes
(-)tuxguitar-1.6.3beta2_o/desktop/build-scripts/tuxguitar-windows-swt-x86_64/pom.xml (-3 lines)
Lines 343-351 Link Here
343
								<copy todir="${project.build.directory}/${project.finalName}/dist" overwrite="true">
343
								<copy todir="${project.build.directory}/${project.finalName}/dist" overwrite="true">
344
									<fileset dir="${project.rootPath}/TuxGuitar/dist/" />
344
									<fileset dir="${project.rootPath}/TuxGuitar/dist/" />
345
								</copy>
345
								</copy>
346
								<copy todir="${project.build.directory}/${project.finalName}/share/soundfont" overwrite="true">
347
									<fileset dir="${project.rootPath}/TuxGuitar-resources/resources/soundfont" />
348
								</copy>
349
346
350
								<copy todir="${project.build.directory}/${project.finalName}" overwrite="true">
347
								<copy todir="${project.build.directory}/${project.finalName}" overwrite="true">
351
									<fileset dir="../common-resources/common" />
348
									<fileset dir="../common-resources/common" />

Return to bug 914890