summarylogtreecommitdiffstats
path: root/phonon-qt4.install
diff options
context:
space:
mode:
Diffstat (limited to 'phonon-qt4.install')
-rw-r--r--phonon-qt4.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/phonon-qt4.install b/phonon-qt4.install
new file mode 100644
index 000000000000..8301b8c3bc1f
--- /dev/null
+++ b/phonon-qt4.install
@@ -0,0 +1,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}ATENTION:${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
+"
+}