Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (d38bbf5c566fceba9cec8f5b22770d147ed9bf7c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (d38bbf5c566fceba9cec8f5b22770d147ed9bf7c)
  • Date: Fri, 8 Dec 2006 11:02:55 -0600

GIT changes to master grimoire by Eric Sandall <sandalle@moby.(none)>:

gnome2-libs/control-center2/DEPENDS | 2 +-
gnome2-libs/control-center2/HISTORY | 4 ++++
gnome2-libs/fast-user-switch-applet/DEPENDS | 23 ++++++++++++-----------
gnome2-libs/fast-user-switch-applet/HISTORY | 3 +++
4 files changed, 20 insertions(+), 12 deletions(-)

New commits:
commit d38bbf5c566fceba9cec8f5b22770d147ed9bf7c
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

control-center2 depends on gst-plugins-base, not gstreamer

commit 4cee97f0a5bd70f99bf60d6dd021f093492fb5d8
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

fast-user-switch-applet depends on gnome-panel for libpanel-applet

diff --git a/gnome2-libs/control-center2/DEPENDS
b/gnome2-libs/control-center2/DEPENDS
index 8b06607..fbf5640 100755
--- a/gnome2-libs/control-center2/DEPENDS
+++ b/gnome2-libs/control-center2/DEPENDS
@@ -20,7 +20,7 @@ optional_depends alsa-lib
"--disable-alsa" \
"Enable alsa support" &&

-optional_depends gstreamer \
+optional_depends gst-plugins-base \
"--enable-gstreamer=0.10" \
"--disable-gstreamer" \
"for gstreamer volume control support" &&
diff --git a/gnome2-libs/control-center2/HISTORY
b/gnome2-libs/control-center2/HISTORY
index 790e8f4..369825e 100644
--- a/gnome2-libs/control-center2/HISTORY
+++ b/gnome2-libs/control-center2/HISTORY
@@ -1,3 +1,7 @@
+2006-12-07 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: Depends on gst-plugins-base for libgstinterfaces, not just
+ gstreamer.
+
2006-11-28 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.16.2

diff --git a/gnome2-libs/fast-user-switch-applet/DEPENDS
b/gnome2-libs/fast-user-switch-applet/DEPENDS
index 90572a8..331c048 100755
--- a/gnome2-libs/fast-user-switch-applet/DEPENDS
+++ b/gnome2-libs/fast-user-switch-applet/DEPENDS
@@ -1,15 +1,16 @@
-depends gtk+2 &&
-depends glib2 &&
-depends gconf2 &&
-depends gdm2 &&
-depends intltool &&
-depends libgnomeui &&
-depends gnome-doc-utils &&
-#depends libx11 &&
-#depends libxau &&
-#depends libxmu &&
+depends gconf2 &&
+depends gdm2 &&
+depends gnome-doc-utils &&
+depends gnome-panel &&
+depends glib2 &&
+depends gtk+2 &&
+depends intltool &&
+depends libgnomeui &&
+#depends libx11 &&
+#depends libxau &&
+#depends libxmu &&

optional_depends scrollkeeper \
'--enable-scrollkeeper' \
'--disable-scrollkeeper' \
- 'to use and update the scrollkeeper database'
+ 'to use and update the scrollkeeper database'
diff --git a/gnome2-libs/fast-user-switch-applet/HISTORY
b/gnome2-libs/fast-user-switch-applet/HISTORY
index 015b2c7..1305287 100644
--- a/gnome2-libs/fast-user-switch-applet/HISTORY
+++ b/gnome2-libs/fast-user-switch-applet/HISTORY
@@ -1,3 +1,6 @@
+2006-12-07 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: Depends on gnome-panel for libpanelapplet-2.0
+
2006-09-07 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.16.0




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (d38bbf5c566fceba9cec8f5b22770d147ed9bf7c), Eric Sandall, 12/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page