summarylogtreecommitdiffstats
path: root/phonon-qt4.install
blob: 7e55a704eac4184f7adf7fb5b7d317c40dd3de35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
all_off="$(tput sgr0)"
bold="${all_off}$(tput bold)"
yellow="${bold}$(tput setaf 3)"
blue="${bold}$(tput setaf 4)"
green="${bold}$(tput setaf 2)"

post_install() {
  printf "${yellow}==>${all_off} ${bold}ATTENTION:${all_off}
${green}==>${all_off} ${bold} This package has an essential dependencies set to optional ${all_off}(those resolving build dependency cycle).
  ${blue}->${all_off} You need to install one of ${bold}phonon-qt4-backend${all_off} for phonon to work at all.
   ${yellow}.${all_off} phonon-qt4-gstreamer
   ${yellow}.${all_off} phonon-qt4-mplayer
   ${yellow}.${all_off} phonon-qt4-vlc
"
}