[Lunar-commits] amarok: Ruby is now a hard dependency.
Dennis Veatch
dennisveatch at bellsouth.net
Sat Dec 15 02:12:54 CET 2007
commit 5c6b44ed9bcad75e47bc56aa9d487ab28721cd92
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Fri Dec 14 20:12:54 2007 -0500
amarok: Ruby is now a hard dependency.
The lin appears to go fine but amarok never shows up in kmenu. If you look
through the compile log you'll see a message amarok will not be built if
ruby is not present. This is something I noticed several months back but
forgot about it til today when doing a fresh install.
---
kde3/apps/amarok/DEPENDS | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/kde3/apps/amarok/DEPENDS b/kde3/apps/amarok/DEPENDS
index a6e6745..357f2c3 100644
--- a/kde3/apps/amarok/DEPENDS
+++ b/kde3/apps/amarok/DEPENDS
@@ -1,5 +1,6 @@
depends kdemultimedia3
depends taglib
+depends ruby
optional_depends "k3b" \
"--with-k3b" \
@@ -31,11 +32,6 @@ optional_depends "postgresql" \
"--disable-postgresql" \
"for database support"
-optional_depends "ruby" \
- "--enable-ruby" \
- "--disable-ruby" \
- "for lyrics download"
-
optional_depends "libifp" \
"--with-ifp" \
"--without-ifp" \
More information about the Lunar-commits
mailing list