Skip to Content.
Sympa Menu

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

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 (92acf612caff059d9067ce6f08d62b79f6dd71e7)
  • Date: Mon, 2 Oct 2006 16:54:29 -0500

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

devel/cogito/DETAILS | 2 +-
devel/cogito/HISTORY | 3 +++
devel/git/DETAILS | 2 +-
devel/git/HISTORY | 3 +++
video/totem/CONFIGURE | 2 +-
video/totem/DEPENDS | 9 ++++++---
video/totem/HISTORY | 3 +++
7 files changed, 18 insertions(+), 6 deletions(-)

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

Updated cogito to 0.18

commit 2274ae00b81d046e20a3f4c3d4e49364bfc65f8f
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

Updated git to 1.4.2.3

commit 6f8d7fe97f1b8c713df98af090fb77de44fed602
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

totem needs a default query value for firefox/mozilla plugin

diff --git a/devel/cogito/DETAILS b/devel/cogito/DETAILS
index 57b886c..6f2920e 100755
--- a/devel/cogito/DETAILS
+++ b/devel/cogito/DETAILS
@@ -1,5 +1,5 @@
SPELL=cogito
- VERSION=0.17.4
+ VERSION=0.18
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/devel/cogito/HISTORY b/devel/cogito/HISTORY
index f09d43d..4948b0d 100644
--- a/devel/cogito/HISTORY
+++ b/devel/cogito/HISTORY
@@ -1,3 +1,6 @@
+2006-10-02 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 0.18
+
2006-09-25 Eric Sandall <eric AT sandall.us>
* DETAILS: Updated to 0.17.4

diff --git a/devel/git/DETAILS b/devel/git/DETAILS
index 22c67f6..1e8551e 100755
--- a/devel/git/DETAILS
+++ b/devel/git/DETAILS
@@ -1,5 +1,5 @@
SPELL=git
- VERSION=1.4.2.2
+ VERSION=1.4.2.3
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/devel/git/HISTORY b/devel/git/HISTORY
index f6fdd4a..dd5e378 100644
--- a/devel/git/HISTORY
+++ b/devel/git/HISTORY
@@ -1,3 +1,6 @@
+2006-10-02 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 1.4.2.3
+
2006-09-30 Eric Sandall <eric AT sandall.us>
* DETAILS: Updated to 1.4.2.2

diff --git a/video/totem/CONFIGURE b/video/totem/CONFIGURE
index 3c2063d..244271d 100755
--- a/video/totem/CONFIGURE
+++ b/video/totem/CONFIGURE
@@ -8,4 +8,4 @@ # it to stable
# 2006-02-21 Arwed v. Merkatz
persistent_remove GSTREAMER &&

-config_query GECKO_PLUGIN "Do you want to build mozilla/firefox plugin?"
+config_query GECKO_PLUGIN "Do you want to build mozilla/firefox plugin?" n
diff --git a/video/totem/DEPENDS b/video/totem/DEPENDS
index 346aadf..eb3c30d 100755
--- a/video/totem/DEPENDS
+++ b/video/totem/DEPENDS
@@ -6,13 +6,16 @@ depends gnome-vfs2 &&
depends gnome-desktop &&
depends gnome-icon-theme &&
depends iso-codes &&
+
+if [ "$GECKO_PLUGIN" = "y" ]; then
+ depends GECKO
+fi &&
+
optional_depends libmusicbrainz \
"--enable-musicbrainz" \
"--disable-musicbrainz" \
"for musicbrainz support" &&
-if [ "$GECKO_PLUGIN" = "y" ]; then
- depends GECKO
-fi &&
+
optional_depends nautilus2 \
"--enable-nautilus" \
"--disable-nautilus" \
diff --git a/video/totem/HISTORY b/video/totem/HISTORY
index bf733ae..d17ac63 100644
--- a/video/totem/HISTORY
+++ b/video/totem/HISTORY
@@ -1,3 +1,6 @@
+2006-10-02 Eric Sandall <eric AT sandall.us>
+ * CONFIGURE: GECKO_PLUGIN needs a default answer (used 'n')
+
2006-10-02 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: Updated to 2.16.2




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (92acf612caff059d9067ce6f08d62b79f6dd71e7), Eric Sandall, 10/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page