Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Flavien Bridault (62d434b62bff9a872d4fd7ba5f71119733199d3a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Flavien Bridault <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Flavien Bridault (62d434b62bff9a872d4fd7ba5f71119733199d3a)
  • Date: Mon, 2 Oct 2006 05:57:55 -0500

GIT changes to master grimoire by Flavien Bridault <vlaaad AT sourcemage.org>:

audio-players/rhythmbox/DETAILS | 3
-
audio-players/rhythmbox/HISTORY | 4
++
audio-players/rhythmbox/PRE_BUILD | 7
---
audio-players/rhythmbox/rhythmbox-0.9.5.tar.bz2.sig | 0
audio-players/rhythmbox/rhythmbox-0.9.6.tar.bz2.sig |binary
audio-players/sound-juicer/DETAILS | 2
-
audio-players/sound-juicer/HISTORY | 3
+
audio-players/sound-juicer/sound-juicer-2.16.0.tar.gz.sig | 0
audio-players/sound-juicer/sound-juicer-2.16.1.tar.gz.sig |binary
dev/null |binary
gnome2-apps/gedit2/DETAILS | 3
-
gnome2-apps/gedit2/HISTORY | 3
+
gnome2-apps/gedit2/gedit-2.16.0.tar.bz2.sig | 0
gnome2-apps/gedit2/gedit-2.16.1.tar.bz2.sig |binary
gnome2-apps/gnome-power-manager/DETAILS | 2
-
gnome2-apps/gnome-power-manager/HISTORY | 3
+
gnome2-apps/gnome-power-manager/gnome-power-manager-2.16.0.tar.gz.sig | 0
gnome2-apps/gnome-power-manager/gnome-power-manager-2.16.1.tar.gz.sig |binary
video/totem/BUILD | 19
++++++----
video/totem/CONFIGURE | 4
+-
video/totem/DEPENDS | 7
+--
video/totem/DETAILS | 2
-
video/totem/HISTORY | 8
++++
video/totem/totem-2.16.1.tar.bz2.sig | 0
video/totem/totem-2.16.2.tar.bz2.sig |binary
25 files changed, 44 insertions(+), 26 deletions(-)

New commits:
commit 62d434b62bff9a872d4fd7ba5f71119733199d3a
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

gnome-power-manager: updated to 2.16.1

commit 166683a5bc941268ebc20de5bc4fab1d825460d3
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

gedit2: updated to 2.16.1

commit 22df0d462c156454e3fbb46536d66e3c6f4f5d98
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

totem: updated to 2.16.2

commit e379f31adf3838f5058e134591aae28b52e24144
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

sound-juicer: updated to 2.16.1

commit a8fc697bdf7366e9a9132964e3f373370365d975
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

rhythmbox: updated to 0.9.6

commit 61c553ff8d621147a56a34293dc08e86ae1e1e30
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

totem: allow to disable mozilla plugin, failed to compile otherwise.

diff --git a/audio-players/rhythmbox/DETAILS b/audio-players/rhythmbox/DETAILS
index fe994c3..770abe0 100755
--- a/audio-players/rhythmbox/DETAILS
+++ b/audio-players/rhythmbox/DETAILS
@@ -1,5 +1,5 @@
SPELL=rhythmbox
- VERSION=0.9.5
+ VERSION=0.9.6
BRANCH=$(echo $VERSION|cut -d . -f 1,2)
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
@@ -9,7 +9,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
WEB_SITE=http://www.rhythmbox.org
LICENSE[0]=GPL
ENTERED=20030828
- PATCHLEVEL=1
KEYWORDS="music players audio"
SHORT="Rhythmbox is an integrated music management application"
cat << EOF
diff --git a/audio-players/rhythmbox/HISTORY b/audio-players/rhythmbox/HISTORY
index d748e97..422f899 100644
--- a/audio-players/rhythmbox/HISTORY
+++ b/audio-players/rhythmbox/HISTORY
@@ -1,3 +1,7 @@
+2006-10-02 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Updated to 0.9.6
+ * PRE_BUILD: removed, fix added upstream
+
2006-07-27 Flavien Bridault <vlaaad AT sourcemage.org>
* DEPENDS: now depends on dbus-glib instead of dbus
* DETAILS: PATCHLEVEL++
diff --git a/audio-players/rhythmbox/PRE_BUILD
b/audio-players/rhythmbox/PRE_BUILD
deleted file mode 100755
index f11e90b..0000000
--- a/audio-players/rhythmbox/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-# Fix for dbus 0.9X
-sedit "s/dbus_connection_disconnect/dbus_connection_close/" \
-metadata/rb-metadata-dbus-service.c &&
-sedit "s/dbus_connection_disconnect/dbus_connection_close/" \
-metadata/rb-metadata-dbus-client.c
diff --git a/audio-players/rhythmbox/rhythmbox-0.9.5.tar.bz2.sig
b/audio-players/rhythmbox/rhythmbox-0.9.5.tar.bz2.sig
deleted file mode 100644
index 598e0c3..0000000
Binary files a/audio-players/rhythmbox/rhythmbox-0.9.5.tar.bz2.sig and
/dev/null differ
diff --git a/audio-players/rhythmbox/rhythmbox-0.9.6.tar.bz2.sig
b/audio-players/rhythmbox/rhythmbox-0.9.6.tar.bz2.sig
new file mode 100644
index 0000000..a4732be
Binary files /dev/null and
b/audio-players/rhythmbox/rhythmbox-0.9.6.tar.bz2.sig differ
diff --git a/audio-players/sound-juicer/DETAILS
b/audio-players/sound-juicer/DETAILS
index 9b97e63..7347ccd 100755
--- a/audio-players/sound-juicer/DETAILS
+++ b/audio-players/sound-juicer/DETAILS
@@ -1,5 +1,5 @@
SPELL=sound-juicer
- VERSION=2.16.0
+ VERSION=2.16.1
BRANCH=$(echo $VERSION|cut -d. -f1,2)
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/audio-players/sound-juicer/HISTORY
b/audio-players/sound-juicer/HISTORY
index 8289231..b8ef150 100644
--- a/audio-players/sound-juicer/HISTORY
+++ b/audio-players/sound-juicer/HISTORY
@@ -1,3 +1,6 @@
+2006-10-02 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Updated to 2.16.1
+
2006-09-07 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.16.0

diff --git a/audio-players/sound-juicer/sound-juicer-2.16.0.tar.gz.sig
b/audio-players/sound-juicer/sound-juicer-2.16.0.tar.gz.sig
deleted file mode 100644
index be3aed4..0000000
Binary files a/audio-players/sound-juicer/sound-juicer-2.16.0.tar.gz.sig and
/dev/null differ
diff --git a/audio-players/sound-juicer/sound-juicer-2.16.1.tar.gz.sig
b/audio-players/sound-juicer/sound-juicer-2.16.1.tar.gz.sig
new file mode 100644
index 0000000..a601a29
Binary files /dev/null and
b/audio-players/sound-juicer/sound-juicer-2.16.1.tar.gz.sig differ
diff --git a/gnome2-apps/gedit2/DETAILS b/gnome2-apps/gedit2/DETAILS
index 6026489..49b3835 100755
--- a/gnome2-apps/gedit2/DETAILS
+++ b/gnome2-apps/gedit2/DETAILS
@@ -1,5 +1,5 @@
SPELL=gedit2
- VERSION=2.16.0
+ VERSION=2.16.1
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=gedit-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gedit-$VERSION
@@ -8,7 +8,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/gedit-
LICENSE[0]=GPL
WEB_SITE=http://www.gnome.org/projects/gedit/
ENTERED=20020505
- PATCHLEVEL=1
KEYWORDS="editors gnome2"
SHORT="The official text editor of the GNOME desktop environment."
cat << EOF
diff --git a/gnome2-apps/gedit2/HISTORY b/gnome2-apps/gedit2/HISTORY
index 0094b70..65f035c 100644
--- a/gnome2-apps/gedit2/HISTORY
+++ b/gnome2-apps/gedit2/HISTORY
@@ -1,3 +1,6 @@
+2006-10-02 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Updated to 2.16.1
+
2006-09-23 Juuso Alasuutari <iuso AT sourcemage.org>
* DEPENDS: Corrected gnome-python-desktop2 to
gnome-python-desktop, fixed line formatting.
diff --git a/gnome2-apps/gedit2/gedit-2.16.0.tar.bz2.sig
b/gnome2-apps/gedit2/gedit-2.16.0.tar.bz2.sig
deleted file mode 100644
index 3a06d6f..0000000
Binary files a/gnome2-apps/gedit2/gedit-2.16.0.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-apps/gedit2/gedit-2.16.1.tar.bz2.sig
b/gnome2-apps/gedit2/gedit-2.16.1.tar.bz2.sig
new file mode 100644
index 0000000..dd7e461
Binary files /dev/null and b/gnome2-apps/gedit2/gedit-2.16.1.tar.bz2.sig
differ
diff --git a/gnome2-apps/gnome-power-manager/DETAILS
b/gnome2-apps/gnome-power-manager/DETAILS
index 8514695..ffec6bf 100755
--- a/gnome2-apps/gnome-power-manager/DETAILS
+++ b/gnome2-apps/gnome-power-manager/DETAILS
@@ -1,5 +1,5 @@
SPELL=gnome-power-manager
- VERSION=2.16.0
+ VERSION=2.16.1
SOURCE=${SPELL}-${VERSION}.tar.gz
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE_URL[0]=ftp://ftp.gnome.org/pub/GNOME/sources/$SPELL/$BRANCH/$SOURCE
diff --git a/gnome2-apps/gnome-power-manager/HISTORY
b/gnome2-apps/gnome-power-manager/HISTORY
index 22ed1c4..5c78e43 100644
--- a/gnome2-apps/gnome-power-manager/HISTORY
+++ b/gnome2-apps/gnome-power-manager/HISTORY
@@ -1,3 +1,6 @@
+2006-10-02 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Updated to 2.16.1
+
2006-09-07 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.16.0
* PRE_BUILD: removed patch as included in new version
diff --git
a/gnome2-apps/gnome-power-manager/gnome-power-manager-2.16.0.tar.gz.sig
b/gnome2-apps/gnome-power-manager/gnome-power-manager-2.16.0.tar.gz.sig
deleted file mode 100644
index 033994c..0000000
Binary files
a/gnome2-apps/gnome-power-manager/gnome-power-manager-2.16.0.tar.gz.sig and
/dev/null differ
diff --git
a/gnome2-apps/gnome-power-manager/gnome-power-manager-2.16.1.tar.gz.sig
b/gnome2-apps/gnome-power-manager/gnome-power-manager-2.16.1.tar.gz.sig
new file mode 100644
index 0000000..3f8a5d7
Binary files /dev/null and
b/gnome2-apps/gnome-power-manager/gnome-power-manager-2.16.1.tar.gz.sig differ
diff --git a/video/totem/BUILD b/video/totem/BUILD
index 5c657ff..e767417 100755
--- a/video/totem/BUILD
+++ b/video/totem/BUILD
@@ -1,11 +1,16 @@
-if test "$(get_spell_provider $SPELL GECKO)" = firefox; then
- OPTS="$OPTS --with-mozilla=firefox"
-elif test "$(get_spell_provider $SPELL GECKO)" = seamonkey; then
- OPTS="$OPTS --with-mozilla=seamonkey"
-elif test "$(get_spell_provider $SPELL GECKO)" = xulrunner; then
- OPTS="$OPTS --with-mozilla=xulrunner"
+if [ "$GECKO_PLUGIN" = "y" ]; then
+ OPTS="$OPTS --enable-mozilla" &&
+ if test "$(get_spell_provider $SPELL GECKO)" = firefox; then
+ OPTS="$OPTS --with-mozilla=firefox"
+ elif test "$(get_spell_provider $SPELL GECKO)" = seamonkey; then
+ OPTS="$OPTS --with-mozilla=seamonkey"
+ elif test "$(get_spell_provider $SPELL GECKO)" = xulrunner; then
+ OPTS="$OPTS --with-mozilla=xulrunner"
+ else
+ OPTS="$OPTS --with-mozilla=mozilla"
+ fi
else
- OPTS="$OPTS --with-mozilla=mozilla"
+ OPTS="$OPTS --disable-browser-plugins"
fi &&

default_build
diff --git a/video/totem/CONFIGURE b/video/totem/CONFIGURE
index fd56c53..3c2063d 100755
--- a/video/totem/CONFIGURE
+++ b/video/totem/CONFIGURE
@@ -6,4 +6,6 @@ fi
# remove this (and the $GSTREAMER check above) once the variable change made
# it to stable
# 2006-02-21 Arwed v. Merkatz
-persistent_remove GSTREAMER
+persistent_remove GSTREAMER &&
+
+config_query GECKO_PLUGIN "Do you want to build mozilla/firefox plugin?"
diff --git a/video/totem/DEPENDS b/video/totem/DEPENDS
index 5061804..346aadf 100755
--- a/video/totem/DEPENDS
+++ b/video/totem/DEPENDS
@@ -10,10 +10,9 @@ optional_depends libmusicbrainz
"--enable-musicbrainz" \
"--disable-musicbrainz" \
"for musicbrainz support" &&
-optional_depends GECKO \
- "--enable-mozilla" \
- "--disable-mozilla" \
- "for a mozilla/firefox plugin" &&
+if [ "$GECKO_PLUGIN" = "y" ]; then
+ depends GECKO
+fi &&
optional_depends nautilus2 \
"--enable-nautilus" \
"--disable-nautilus" \
diff --git a/video/totem/DETAILS b/video/totem/DETAILS
index 6863743..b0b8128 100755
--- a/video/totem/DETAILS
+++ b/video/totem/DETAILS
@@ -1,5 +1,5 @@
SPELL=totem
- VERSION=2.16.1
+ VERSION=2.16.2
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/video/totem/HISTORY b/video/totem/HISTORY
index fc697e5..bf733ae 100644
--- a/video/totem/HISTORY
+++ b/video/totem/HISTORY
@@ -1,3 +1,11 @@
+2006-10-02 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Updated to 2.16.2
+
+2006-10-02 Flavien Bridault <vlaaad AT sourcemage.org>
+ * CONFIGURE: moved prompt for mozilla plugin there
+ * DEPENDS: modified the type of dependency for mozilla
+ * BUILD: really disabled mozilla plugin if asked
+
2006-09-08 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: Updated to 2.16.1
* CONFIGURE, DEPENDS: Removed gstreamer-0.8 backend, support for it
diff --git a/video/totem/totem-2.16.1.tar.bz2.sig
b/video/totem/totem-2.16.1.tar.bz2.sig
deleted file mode 100644
index b12c6ff..0000000
Binary files a/video/totem/totem-2.16.1.tar.bz2.sig and /dev/null differ
diff --git a/video/totem/totem-2.16.2.tar.bz2.sig
b/video/totem/totem-2.16.2.tar.bz2.sig
new file mode 100644
index 0000000..08d6dd2
Binary files /dev/null and b/video/totem/totem-2.16.2.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Flavien Bridault (62d434b62bff9a872d4fd7ba5f71119733199d3a), Flavien Bridault, 10/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page