Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (5b19ab18afb3251cc7f5458cf8e7652730953fab)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (5b19ab18afb3251cc7f5458cf8e7652730953fab)
  • Date: Sat, 18 Jul 2009 17:09:02 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

gnome2-apps/sensors-applet/DEPENDS | 3 ++-
gnome2-apps/sensors-applet/HISTORY | 3 +++
gnome2-libs/gnome-applets2/DEPENDS | 5 ++++-
gnome2-libs/gnome-applets2/HISTORY | 3 +++
gnome2-libs/gnome-media2/DEPENDS | 18 ++++++++++++++----
gnome2-libs/gnome-media2/HISTORY | 4 ++++
gnome2-libs/gnome-terminal/DEPENDS | 5 ++++-
gnome2-libs/gnome-terminal/HISTORY | 3 +++
gnome2-libs/nautilus2/DEPENDS | 4 ++--
gnome2-libs/nautilus2/HISTORY | 3 +++
10 files changed, 42 insertions(+), 9 deletions(-)

New commits:
commit 5b19ab18afb3251cc7f5458cf8e7652730953fab
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

gnome-applets2: made rarian optional

commit cb73beb056dc32290a2fa171b9f08a04cb4861cb
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

gnome-media2: made rarian optional, disabled nautilus-cd-burner, added
unique and pulseaudio

commit 41851054a932bfa6fb22b84be32b6e24b6c9bda7
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

nautilus2: disabled deps on esound and rarian.

commit 989a32d28d036acf0dfb348c4aa48188e8c1b308
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

gnome-terminal: made rarian optional

commit 26336810e4e5317a5158f06bc469c55a594c53f9
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

sensors-applet: made rarian optional

diff --git a/gnome2-apps/sensors-applet/DEPENDS
b/gnome2-apps/sensors-applet/DEPENDS
index 1796aad..6a0911c 100755
--- a/gnome2-apps/sensors-applet/DEPENDS
+++ b/gnome2-apps/sensors-applet/DEPENDS
@@ -1,4 +1,5 @@
depends gnome-panel
&&
optional_depends lm_sensors "" "" "for reading temperatures with lm_sensors"
&&
optional_depends hddtemp "" "" "for reading temperatures on S.M.A.R.T
capable hard disks" &&
-optional_depends "libnotify" "" "" "Enable notifications"
+optional_depends "libnotify" "" "" "Enable notifications" &&
+optional_depends rarian "--enable-scrollkeeper" "--disable-scrollkeeper"
"Register with rarian?"
diff --git a/gnome2-apps/sensors-applet/HISTORY
b/gnome2-apps/sensors-applet/HISTORY
index d8696ce..883b3ec 100644
--- a/gnome2-apps/sensors-applet/HISTORY
+++ b/gnome2-apps/sensors-applet/HISTORY
@@ -1,3 +1,6 @@
+2009-07-18 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: made rarian optional
+
2007-12-11 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.0.1
* CONFIGURE, DEPENDS: removed nvidia-settings (deprecated)
diff --git a/gnome2-libs/gnome-applets2/DEPENDS
b/gnome2-libs/gnome-applets2/DEPENDS
index 7b3e530..87558e9 100755
--- a/gnome2-libs/gnome-applets2/DEPENDS
+++ b/gnome2-libs/gnome-applets2/DEPENDS
@@ -14,7 +14,6 @@ depends libgnomekbd &&
depends gnome-settings-daemon &&
depends libwnck &&
depends gucharmap &&
-depends rarian &&
depends libxklavier &&
depends python &&
depends pygtk2 &&
@@ -23,6 +22,10 @@ depends gnome-python2 &&
depends -sub PYTHON libxml2 &&
depends libgweather &&

+optional_depends rarian
\
+ "--enable-scrollkeeper"
\
+ "--disable-scrolkeeper"
\
+ "Register with rarian?"
&&
optional_depends hal
\
"--with-hal"
\
"--without-hal"
\
diff --git a/gnome2-libs/gnome-applets2/HISTORY
b/gnome2-libs/gnome-applets2/HISTORY
index ca7c737..b3b3b5d 100644
--- a/gnome2-libs/gnome-applets2/HISTORY
+++ b/gnome2-libs/gnome-applets2/HISTORY
@@ -1,3 +1,6 @@
+2009-07-18 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: made rarian optional
+
2009-07-06 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.26.3

diff --git a/gnome2-libs/gnome-media2/DEPENDS
b/gnome2-libs/gnome-media2/DEPENDS
index 5215b4f..6c5d90b 100755
--- a/gnome2-libs/gnome-media2/DEPENDS
+++ b/gnome2-libs/gnome-media2/DEPENDS
@@ -5,8 +5,8 @@ depends libglade2 &&
depends libgnome &&
depends libgnomeui &&
depends sox &&
-depends rarian &&
-depends nautilus-cd-burner &&
+depends unique &&
+#depends nautilus-cd-burner &&
depends gstreamer &&
depends gst-plugins-base &&
depends gst-plugins-good &&
@@ -18,5 +18,15 @@ optional_depends libcddb \

optional_depends esound \
"--enable-esound --enable-vumeter" \
- "--disable-esound --disable-vumeter" \
- "Enable support for esound daemon?"
\ No newline at end of file
+ "--disable-esound --disable-esdtest --disable-vumeter" \
+ "Enable support for esound daemon?" &&
+
+optional_depends pulseaudio \
+ "--enable-pulseaudio" \
+ "--disable-pulseaudio" \
+ "Enable support for pulseaudio?" &&
+
+optional_depends rarian \
+ "--enable-scrollkeeper" \
+ "--disable-scrollkeeper" \
+ "Register with rarian?"
diff --git a/gnome2-libs/gnome-media2/HISTORY
b/gnome2-libs/gnome-media2/HISTORY
index 07455da..8705ea8 100644
--- a/gnome2-libs/gnome-media2/HISTORY
+++ b/gnome2-libs/gnome-media2/HISTORY
@@ -1,3 +1,7 @@
+2009-07-18 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: made rarian optional and added pulseaudio and unique,
+ disabled nautilus-cd-burner
+
2009-07-13 Ladislav Hagara <hgr AT vabo.cz>
* PRE_BUILD, gnome-media-2.26.0-missing-cddbslave-cflags.patch:
added patch from Gentoo #15288
diff --git a/gnome2-libs/gnome-terminal/DEPENDS
b/gnome2-libs/gnome-terminal/DEPENDS
index 7c3fab0..9e7d9c0 100755
--- a/gnome2-libs/gnome-terminal/DEPENDS
+++ b/gnome2-libs/gnome-terminal/DEPENDS
@@ -5,4 +5,7 @@ depends libgnome &&
depends libgnomeui &&
depends vte &&
depends libglade2 &&
-depends startup-notification
+depends startup-notification &&
+optional_depends rarian '--enable-scrollkeeper' \
+ '--disable-scrollkeeper' \
+ 'Register with rarian?'
diff --git a/gnome2-libs/gnome-terminal/HISTORY
b/gnome2-libs/gnome-terminal/HISTORY
index 829a11f..72ed89a 100644
--- a/gnome2-libs/gnome-terminal/HISTORY
+++ b/gnome2-libs/gnome-terminal/HISTORY
@@ -1,3 +1,6 @@
+2009-07-18 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: made rarian optional
+
2009-07-09 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.26.3.1

diff --git a/gnome2-libs/nautilus2/DEPENDS b/gnome2-libs/nautilus2/DEPENDS
index eed4c3a..fdff5ff 100755
--- a/gnome2-libs/nautilus2/DEPENDS
+++ b/gnome2-libs/nautilus2/DEPENDS
@@ -9,9 +9,9 @@ depends eel2 &&
depends librsvg2 &&
depends gnome-icon-theme &&
depends gnome-themes &&
-depends rarian &&
+#depends rarian &&
depends libexif &&
-depends esound &&
+#depends esound &&
depends unique &&

optional_depends vorbis-tools "" "" "for ogg audio playback" &&
diff --git a/gnome2-libs/nautilus2/HISTORY b/gnome2-libs/nautilus2/HISTORY
index caa0492..edff82b 100644
--- a/gnome2-libs/nautilus2/HISTORY
+++ b/gnome2-libs/nautilus2/HISTORY
@@ -1,3 +1,6 @@
+2009-07-18 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: disabled esound and rarian
+
2009-05-20 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.26.3




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (5b19ab18afb3251cc7f5458cf8e7652730953fab), Arjan Bouter, 07/18/2009

Archive powered by MHonArc 2.6.24.

Top of Page