diff options
Diffstat (limited to 'audio/xmms-arts_output/files/pkg-message.in')
-rw-r--r-- | audio/xmms-arts_output/files/pkg-message.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/xmms-arts_output/files/pkg-message.in b/audio/xmms-arts_output/files/pkg-message.in new file mode 100644 index 000000000000..7293221d73b0 --- /dev/null +++ b/audio/xmms-arts_output/files/pkg-message.in @@ -0,0 +1,16 @@ +In order to use aRts plugin on FreeBSD you must to do the following: + +1) Move xmms binary to xmms.bin: + +cd %%PREFIX%%/bin && mv xmms xmms.bin + +2) Write custom xmms script: + +--- cut here --- +#!/bin/sh +LD_PRELOAD=/usr/lib/libstdc++.so exec %%PREFIX%%/bin/xmms.bin "$@" +--- cut here --- + +and put it to %%PREFIX%%/bin + +/fjoe |