aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms-arts_output/files/pkg-message.in
blob: 7293221d73b0565fc076e85e199eb22e66b7fc83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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