New commits:
commit b199fad201466ca7b79eaf39c800bd6d2a66ee91
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
kde4/KDE_DEPENDS: kdebase-workspace4 depends on kdelibs4
commit 91038df99d9c5559b893569ddb3363c7c87bdb41
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
kde4/KDE_DEPENDS: Remove commented out stable check
commit 3bc4ed8e1b7dbcba54403a056a5b6c1daa608619
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
kde4/KDE_DEPENDS: kdelibs4 depends on phonon in stable branch as well
diff --git a/kde4/HISTORY b/kde4/HISTORY
index e2a036e..363132a 100644
--- a/kde4/HISTORY
+++ b/kde4/HISTORY
@@ -1,3 +1,7 @@
+2008-09-23 Eric Sandall <sandalle AT sourcemage.org>
+ * KDE_DEPENDS: kdelibs4 depends on phonon in stable branch as well
+ kdebase-workspace4 depends on kdelibs4
+
2008-07-23 Treeve Jelbert <treeve AT sourcemage.org>
* KDE_DEPENDS: all versions now depend on phonon
diff --git a/kde4/KDE_DEPENDS b/kde4/KDE_DEPENDS
index d4f05ea..fbcc147 100755
--- a/kde4/KDE_DEPENDS
+++ b/kde4/KDE_DEPENDS
@@ -7,16 +7,13 @@ case $SPELL in
depends libice &&
depends libsm &&
depends libxtst &&
- depends libxext
- if [[ $KDE_VER != stable ]]; then
- depends phonon
- fi &&
+ depends libxext &&
+ depends phonon &&
depends desktop-file-utils &&
depends dbus &&
depends hal &&
depends pkgconfig &&
depends openssl &&
-# if [[ $KDE_VER != stable ]]; then
depends strigi &&
sub_depends strigi QT4 &&
depends shared-mime-info &&
@@ -39,6 +36,7 @@ case $SPELL in