2f6fb4ef8c
- Support PREFIX properly - Fix configure error under XFree86 4.x PR: 23621 Submitted by: Ports Furry No response from: maintainer
33 lines
1.4 KiB
Text
33 lines
1.4 KiB
Text
--- Rosegarden.orig Thu Oct 23 05:14:54 1997
|
|
+++ Rosegarden Wed Dec 13 02:41:20 2000
|
|
@@ -8,15 +8,15 @@
|
|
|
|
!!! Paths, edit these
|
|
|
|
-Rosegarden*editorName: /usr/local/lib/rosegarden/bin/editor
|
|
-Rosegarden*sequencerName: /usr/local/lib/rosegarden/bin/sequencer
|
|
-Rosegarden*helpFile: /usr/local/lib/rosegarden/help/rosehelp.info
|
|
-Rosegarden*midiFmPatchFile: /usr/local/lib/rosegarden/synth-patches/std.sb
|
|
-Rosegarden*midiFmDrumPFile: /usr/local/lib/rosegarden/synth-patches/drums.sb
|
|
+Rosegarden*editorName: %%PREFIX%%/lib/rosegarden/bin/editor
|
|
+Rosegarden*sequencerName: %%PREFIX%%/lib/rosegarden/bin/sequencer
|
|
+Rosegarden*helpFile: %%PREFIX%%/lib/rosegarden/help/rosehelp.info
|
|
+Rosegarden*midiFmPatchFile: %%PREFIX%%/lib/rosegarden/synth-patches/std.sb
|
|
+Rosegarden*midiFmDrumPFile: %%PREFIX%%/lib/rosegarden/synth-patches/drums.sb
|
|
|
|
!!! directory for Petal filters. ~/.rosepetal-filters will also be searched
|
|
|
|
-Rosegarden*filtersDirectory: /usr/local/lib/rosegarden/rosepetal-filters
|
|
+Rosegarden*filtersDirectory: %%PREFIX%%/lib/rosegarden/rosepetal-filters
|
|
|
|
!!! this is the default directory used for file dialogs:
|
|
|
|
@@ -24,7 +24,7 @@
|
|
|
|
!!! this is for the sequencer's "Play through Slave":
|
|
|
|
-Rosegarden*externalPlayer: /usr/local/bin/xplaymidi
|
|
+Rosegarden*externalPlayer: %%PREFIX%%/bin/xplaymidi
|
|
|
|
!!! midi device location
|
|
!!! for OSS this is normally /dev/sequencer, for ZILOG it's
|