Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Pol Vinogradov (1b2c46e3a0c1a0448a84e36fda6ad55bb49d71ca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Pol Vinogradov (1b2c46e3a0c1a0448a84e36fda6ad55bb49d71ca)
  • Date: Wed, 7 Jun 2006 01:59:12 -0500

GIT changes to test grimoire by Pol Vinogradov <vin.public AT gmail.com>:

kde-core/kdemultimedia/DEPENDS | 4 ++++
kde-core/kdemultimedia/HISTORY | 3 +++
2 files changed, 7 insertions(+)

New commits:
commit 1b2c46e3a0c1a0448a84e36fda6ad55bb49d71ca
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

Revert "DEPENDS: added iceauth when xorg-server is provider of X11-LIBS
for qt-x11" - already done for kdelibs

This reverts 90797a2fe5684aff647e034453d203715269ba20 commit.

commit 7db76bbe8e44a0a9f3c199112de36afcb77b9a9c
Merge: 90797a2... fbaa8bd...
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

Merge branch 'master' of ssh://scm.sourcemage.org/smgl/grimoire

commit 90797a2fe5684aff647e034453d203715269ba20
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

DEPENDS: added iceauth when xorg-server is provider of X11-LIBS for qt-x11

commit 80e67bbb717c314b8b4ec455f90016075d2c9d1b
Merge: a22123d... e1abcb3...
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

Merge branch 'master' of ssh://scm.sourcemage.org/smgl/grimoire

commit a22123dab6eed6833810309fee19d722ae93ec8c
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

DEPENDS: added libxxf86dga when xorg-server is provider of X11-LIBS for
qt-x11

diff --git a/kde-core/kdemultimedia/DEPENDS b/kde-core/kdemultimedia/DEPENDS
index 29c67a5..f804817 100755
--- a/kde-core/kdemultimedia/DEPENDS
+++ b/kde-core/kdemultimedia/DEPENDS
@@ -1,6 +1,10 @@
depends kdebase &&
depends libpng &&

+if [ "$(get_spell_provider qt-x11 X11-LIBS)" == "xorg-server" ]; then
+ depends libxxf86dga
+fi &&
+
source $SECTION_DIRECTORY/KDE_DEPENDS &&

optional_depends lame \
diff --git a/kde-core/kdemultimedia/HISTORY b/kde-core/kdemultimedia/HISTORY
index 594da70..3801701 100644
--- a/kde-core/kdemultimedia/HISTORY
+++ b/kde-core/kdemultimedia/HISTORY
@@ -1,3 +1,6 @@
+2006-06-04 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: added libxxf86dga when xorg-server is provider of X11-LIBS
for qt-x11
+
2006-05-31 Treeve Jelbert <treeve01 AT pi.be>
* DETAILS: version 3.5.3





Archive powered by MHonArc 2.6.24.

Top of Page