Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (ae02b38ab07accfef78ea2dd9dd50c9786b11f50)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (ae02b38ab07accfef78ea2dd9dd50c9786b11f50)
  • Date: Fri, 4 Feb 2011 04:57:48 -0600

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

kde4-support/phonon/DEPENDS | 4 ++--
kde4-support/phonon/HISTORY | 4 ++++
kde4/kdebase4-runtime/DEPENDS | 2 +-
kde4/kdebase4-runtime/HISTORY | 3 +++
4 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit ae02b38ab07accfef78ea2dd9dd50c9786b11f50
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

kdebase4-runtime: xine-lib is no longer required dependency


-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.

-----------------------------------------------------------------------------
...
* Xine <http://www.xine-project.org/>
Xine libraries
Needed to build the KCM for phonon's xine backend

We will might need to do SUB_DEPENDS for phonon-backend-xine...

commit 5b300bea0b6cedf59a656b3369a38f03655b9c42
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

phonon: removed xine-lib and gst-plugins-base from DEPENDS

There are now spells for those backends.
Also added optional dependency to pulseaudio.

diff --git a/kde4-support/phonon/DEPENDS b/kde4-support/phonon/DEPENDS
index b01db38..c701248 100755
--- a/kde4-support/phonon/DEPENDS
+++ b/kde4-support/phonon/DEPENDS
@@ -9,9 +9,9 @@ depends -sub "DBUS NO_PHONON" qt4 &&
depends libx11 &&
depends libice &&
depends libxext &&
-depends xine-lib &&
depends libxcb &&
depends glib2 &&
optional_depends libxml2 '' '' 'xml support' &&
optional_depends OPENGL '' '' 'improved graphics' &&
-optional_depends gst-plugins-base '' '' 'for the GStreamer media backend'
+optional_depends pulseaudio '' '' \
+ 'for playback via the PulseAudio soundserver'
diff --git a/kde4-support/phonon/HISTORY b/kde4-support/phonon/HISTORY
index 7ee8bfe..c49521a 100644
--- a/kde4-support/phonon/HISTORY
+++ b/kde4-support/phonon/HISTORY
@@ -1,3 +1,7 @@
+2011-02-04 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: removed xine-lib and gst-plugins-base. There are now
spells for
+ those backends. added optional dependency to pulseaudio
+
2011-01-22 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 4.4.4
Fixed SOURCE_URL[0]
diff --git a/kde4/kdebase4-runtime/DEPENDS b/kde4/kdebase4-runtime/DEPENDS
index 0375818..c5d008a 100755
--- a/kde4/kdebase4-runtime/DEPENDS
+++ b/kde4/kdebase4-runtime/DEPENDS
@@ -10,7 +10,7 @@ depends libxtst &&
depends shared-desktop-ontologies &&
depends soprano &&
depends attica &&
-depends xine-lib &&
+optional_depends xine-lib '' '' 'xine libraries' &&
optional_depends libssh '' '' 'build kio_sftp slave' &&
optional_depends pulseaudio '' '' 'Pulseaudio server support' &&
optional_depends openexr '' '' 'EXR support for thumbnails' &&
diff --git a/kde4/kdebase4-runtime/HISTORY b/kde4/kdebase4-runtime/HISTORY
index ef23a5a..6667860 100644
--- a/kde4/kdebase4-runtime/HISTORY
+++ b/kde4/kdebase4-runtime/HISTORY
@@ -1,3 +1,6 @@
+2011-02-04 Bor Kraljič <pyrobor AT ver.si>
+ * DEPENDS: xine-lib is no longer required dependency
+
2011-01-26 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 4.6.0




  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (ae02b38ab07accfef78ea2dd9dd50c9786b11f50), Bor Kraljič, 02/04/2011

Archive powered by MHonArc 2.6.24.

Top of Page