updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / xmms2-git-oss / xmms2.install
blobccd0e987f3887e12b5a34833b3cf3e80fb1f9cdc
1 pre_install() {
2   echo "-- DO NOT FORGET edit /etc/conf.d/xmms2.conf!"
3   /bin/true
6 post_install() {
7  cat << EOF
8 ==> NOT included depencies(with reasons):
9 - sidplay - we do not have sidplay 2 series in repos; also it's
10   somehow connected with resid i guess(not in repos also)
11 - modplug - i do not know what is it but i see no modplug in repos also
13 Plugin installation:
14 ----
15 ==> Install faad2 for listening to AAC files
16 ==> Install libvorbis for listening to Ogg Vorbis files
17 ==> Install flac for listening to FLAC files
18 ==> Install libmpcdec for listening to musepack files
19 ==> Install ffmpeg for wma, avformat and avcodec support
20 ==> Install curl for listening to streams over HTTP
21 ==> Install samba for listening over a Samba network
22 ==> Install libmms for listening to mms streams
23 ==> Install libxml2 for XSPF playlist and Podcast support
24 ==> Install jack-audio-connection-kit for Jack output.
26 Language binding installation:
27 ----
28 ==> Install pyrex for Python bindings
29 ==> Install ruby for Ruby bindings
30 ==> Install perl for Perl bindings
31 ==> Install boost for C++ bindings
32 EOF
35 post_upgrade() {
36   post_install $1
39 op=$1
40 shift
41 $op $*