[Lunar-commits] <moonbase> phonon: add a needed symlink at install.

Florin Braescu florin at lunar-linux.org
Tue Mar 27 21:27:14 CEST 2012


commit c1da63c8a2c8341d5e3b11850f1c333e039755d4
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Mar 27 21:27:14 2012 +0200

    phonon: add a needed symlink at install.
---
 kde4/utils/phonon/BUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/kde4/utils/phonon/BUILD b/kde4/utils/phonon/BUILD
index 01f338c..cf638ef 100644
--- a/kde4/utils/phonon/BUILD
+++ b/kde4/utils/phonon/BUILD
@@ -1,10 +1,13 @@
 (
 
-  export CFLAGS="$CFLAGS -fPIC" &&
+  export CFLAGS="$CFLAGS -fPIC"  &&
 
   source /etc/profile.d/qt4.rc   &&
   source /etc/profile.d/kde4.rc  &&
 
-  default_cmake_build
+  default_cmake_build  &&
+
+  # needed by kde-baseapps, kipi-plugins, kmldonkey and possible other modules
+  ln -sf /usr/lib/libphonon.so.4  /usr/lib/qt4/libphonon.so
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list