Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (1febea1268f73546a3383ab6ed1815857575a028)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pieter Lenaerts <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (1febea1268f73546a3383ab6ed1815857575a028)
  • Date: Sun, 13 Aug 2006 07:41:48 -0500

GIT changes to master grimoire by Pieter Lenaerts <e-type AT sourcemage.org>:

audio-players/banshee/DEPENDS | 54
+++++++++++++++++++++------------
audio-players/banshee/HISTORY | 3 +
http/firefox/DETAILS | 1
http/firefox/HISTORY | 3 +
libs/ipod-sharp/DEPENDS | 7 +++-
libs/ipod-sharp/HISTORY | 3 +
libs/njb-sharp/DEPENDS | 7 +++-
libs/njb-sharp/HISTORY | 3 +
shell-term-fm/shared-mime-info/DETAILS | 1
shell-term-fm/shared-mime-info/HISTORY | 3 +
10 files changed, 64 insertions(+), 21 deletions(-)

New commits:
commit 1febea1268f73546a3383ab6ed1815857575a028
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

shared-mime-info: needs staged_install off

commit 3583689065dca2c998149f986a2715a40bd1feb2
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

firefox: staged install off

commit 71f1755178278ee5ab439811e7f69db1d5fcd163
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

njb-sharp: depends mono, optional monodoc

commit 7608f2492694115b2e34c605103860c3bd6f6ba1
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

ipod-sharp: added monodocs optional dependency

commit 5fbd44155bce711b4782377dde49520b9734a7ab
Author: Pieter Lenaerts <e-type AT sourcemage.org>
Commit: Pieter Lenaerts <e-type AT sourcemage.org>

banshee: added optional dependencies

diff --git a/audio-players/banshee/DEPENDS b/audio-players/banshee/DEPENDS
index 1ea5700..4f4d6a8 100755
--- a/audio-players/banshee/DEPENDS
+++ b/audio-players/banshee/DEPENDS
@@ -1,22 +1,38 @@
-depends dbus-mono &&
-depends libmusicbrainz &&
-depends nautilus-cd-burner &&
-depends sqlite &&
-depends avahi &&
-sub_depends avahi MONO &&
-depends gtk-sharp-2 &&
+depends mono &&
+depends hal &&
+depends dbus-mono &&
+depends gstreamer &&
+depends libmusicbrainz &&
+depends nautilus-cd-burner &&
+depends sqlite &&
+depends gtk-sharp-2 &&

-optional_depends monodoc \
- "--enable-docs" \
- "--disable-docs" \
- "Build documentation?" &&
+optional_depends monodoc \
+ "--enable-docs" \
+ "--disable-docs" \
+ "Build documentation?" &&

-optional_depends ipod-sharp \
- "--enable-ipod" \
- "--disable-ipod" \
- "Would you like iPod support?" &&
+optional_depends ipod-sharp \
+ "--enable-ipod" \
+ "--disable-ipod" \
+ "Would you like iPod support?" &&

-optional_depends njb-sharp \
- "--enable-njb" \
- "--disable-njb" \
- "Would you like to support NJB devices (Creative Nomad,
Zen, Zen Micro, Dell DJ,...)"
+optional_depends njb-sharp \
+ "--enable-njb" \
+ "--disable-njb" \
+ "Would you like to support NJB devices (Creative Nomad,
Zen, Zen Micro, Dell DJ,...)" &&
+
+
+optional_depends vlc \
+ "--enable-vlc" \
+ "--disable-vlc" \
+ "Build vlc engine?" &&
+
+optional_depends avahi \
+ "--enable-avahi --enable-daap" \
+ "--disable-avahi --disable-daap" \
+ "Enable DAAP using avahi?" &&
+
+if $(is_depends_enabled avahi)
+then sub_depends avahi MONO
+fi
diff --git a/audio-players/banshee/HISTORY b/audio-players/banshee/HISTORY
index 05cf5b4..b6012bd 100644
--- a/audio-players/banshee/HISTORY
+++ b/audio-players/banshee/HISTORY
@@ -1,3 +1,6 @@
+2006-08-13 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DEPENDS: added optional dependencies
+
2006-08-02 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: Updated to 0.10.11
* DEPENDS: Added gtk-sharp-2, doesn't compile without, added
sub_depends
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index f2d996c..2a85539 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -23,6 +23,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozill
LICENSE[0]=MOZILLA
KEYWORDS="mozilla http"
SHORT="Redesign of the Mozilla browser"
+ STAGED_INSTALL='off'
cat << EOF
Mozilla firefox, formerly known as Mozilla Firebird, formerly known as
Phoenix,
is a redesign of the Mozilla browser component, similar to Galeon, K-Meleon
and
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 54f965b..d93ba09 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2006-08-13 Pieter Lenaerts <e-type AT sourcemage.org>
+ * staged_install off
+
2006-08-09 Juuso Alasuutari <iuso AT sourcemage.org>
* firefox: Removed bashisms, bug #12882.

diff --git a/libs/ipod-sharp/DEPENDS b/libs/ipod-sharp/DEPENDS
index 94ff6fa..2366a47 100755
--- a/libs/ipod-sharp/DEPENDS
+++ b/libs/ipod-sharp/DEPENDS
@@ -1 +1,6 @@
-depends libipoddevice
+depends libipoddevice &&
+depends mono &&
+optional_depends monodoc \
+ "--enable-docs" \
+ "--disable-docs" \
+ "Build documentation?"
diff --git a/libs/ipod-sharp/HISTORY b/libs/ipod-sharp/HISTORY
index 60a1e8c..caa6414 100644
--- a/libs/ipod-sharp/HISTORY
+++ b/libs/ipod-sharp/HISTORY
@@ -1,2 +1,5 @@
+2006-08-12 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DEPENDS: depends mono, optional depends monodoc
+
2006-06-26 Pieter Lenaerts <e-type AT sourcemage.org>
* DETAILS, DEPENDS, HISTORY: created spell
diff --git a/libs/njb-sharp/DEPENDS b/libs/njb-sharp/DEPENDS
index 58a29f6..5e5947e 100755
--- a/libs/njb-sharp/DEPENDS
+++ b/libs/njb-sharp/DEPENDS
@@ -1 +1,6 @@
-depends libnjb
+depends libnjb &&
+depends mono &&
+optional_depends monodoc \
+ "--enable-docs" \
+ "--disable-docs" \
+ "Build documentation?"
diff --git a/libs/njb-sharp/HISTORY b/libs/njb-sharp/HISTORY
index 60a1e8c..9d7ec6e 100644
--- a/libs/njb-sharp/HISTORY
+++ b/libs/njb-sharp/HISTORY
@@ -1,2 +1,5 @@
+2006-08-12 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DEPENDS: depends mono, optional_depends monodoc
+
2006-06-26 Pieter Lenaerts <e-type AT sourcemage.org>
* DETAILS, DEPENDS, HISTORY: created spell
diff --git a/shell-term-fm/shared-mime-info/DETAILS
b/shell-term-fm/shared-mime-info/DETAILS
index 12109fc..d95cd46 100755
--- a/shell-term-fm/shared-mime-info/DETAILS
+++ b/shell-term-fm/shared-mime-info/DETAILS
@@ -11,6 +11,7 @@ # SOURCE_URL[0]=http://www.freedesktop.
LICENSE[0]=GPL
KEYWORDS="gnome console kde"
SHORT="Unify the type-guessing for GNOME, KDE and ROX"
+ STAGED_INSTALL='off'
cat << EOF
Many programs and desktops use the MIME system to represent the types of
files. Frequently, it is necessary to work out the
correct MIME type for a file. This is generally done by examining the file's
name or contents, and looking up the correct
diff --git a/shell-term-fm/shared-mime-info/HISTORY
b/shell-term-fm/shared-mime-info/HISTORY
index e41baf0..6448c57 100644
--- a/shell-term-fm/shared-mime-info/HISTORY
+++ b/shell-term-fm/shared-mime-info/HISTORY
@@ -1,3 +1,6 @@
+2006-08-13 Pieter Lenaerts <e-type AT sourcemage.org>
+ * staged_install off
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide




  • [SM-Commit] GIT changes to master grimoire by Pieter Lenaerts (1febea1268f73546a3383ab6ed1815857575a028), Pieter Lenaerts, 08/13/2006

Archive powered by MHonArc 2.6.24.

Top of Page