summarylogtreecommitdiffstats
path: root/phonon-qt4.install
blob: e209a0f61ddbe8879568682985a2dc85f23db05a (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 (provided by phonon-mplayer-git package)
   ${yellow}.${all_off} phonon-qt4-vlc
"
}