[Lunar-commits] <moonbase> flash-plugin-10: When a lunar fix is run you will see this if the box does not
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Fri Apr 29 14:30:04 CEST 2011
commit 4eef3cc603ad7ccbe875f6fed83644bd4d7553f3
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Fri Apr 29 08:30:04 2011 -0400
flash-plugin-10: When a lunar fix is run you will see this if the box does not
have qt4/kdelibs4 installed;
/usr/lib/kde4/kcm_adobe_flash_player.so of flash-plugin-10 is broken.
libkdeui.so.5 => not found
libkutils.so.4 => not found
libkdecore.so.5 => not found
libQtDBus.so.4 => not found
libQtCore.so.4 => not found
libQtSvg.so.4 => not found
libQtGui.so.4 => not found
+ Attempt to recompile "flash-plugin-10" succeeded but "flash-plugin-10" still is broken!
At this point in time the x86_64 version of flash is not effected.
---
web/flash-plugin-10/BUILD | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/web/flash-plugin-10/BUILD b/web/flash-plugin-10/BUILD
index 4fe6ca6..8329a61 100644
--- a/web/flash-plugin-10/BUILD
+++ b/web/flash-plugin-10/BUILD
@@ -14,6 +14,9 @@
fi
fi &&
- cp -a usr /
+# This only applies if you have qt4/kdelibs4 installed.
+ if module_installed kdelibs4 ; then
+ cp -a usr /
+ fi
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list