[SM-Commit] GIT changes to master grimoire by Flavien Bridault (162f216d5a49b29bc8d713e6f79b46bf59569afd)

Flavien Bridault scm at mail.sourcemage.org
Fri Sep 8 10:46:33 EDT 2006


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

 dev/null                             |binary
 gnome2-libs/gnome-icon-theme/DEPENDS |    3 ++-
 gnome2-libs/gnome-icon-theme/HISTORY |    3 +++
 video/totem/CONFIGURE                |    4 ++--
 video/totem/DEPENDS                  |    4 +---
 video/totem/DETAILS                  |    2 +-
 video/totem/HISTORY                  |    5 +++++
 video/totem/totem-2.16.0.tar.bz2.sig |    0 
 video/totem/totem-2.16.1.tar.bz2.sig |binary
 x11-toolkits/gtkmm2/DEPENDS          |    3 ++-
 x11-toolkits/gtkmm2/HISTORY          |    3 +++
 11 files changed, 19 insertions(+), 8 deletions(-)

New commits:
commit 162f216d5a49b29bc8d713e6f79b46bf59569afd
Author: Flavien Bridault <vlaaad at sourcemage.org>
Commit: Flavien Bridault <vlaaad at sourcemage.org>

    totem: updated to 2.16.1, removed gstreamer-0.8 backend

commit b0a3dadd04dec6c967499cbc7e9ddd367514ec2e
Author: Flavien Bridault <vlaaad at sourcemage.org>
Commit: Flavien Bridault <vlaaad at sourcemage.org>

    gtkmm2: added depends on cairomm, doesn't compile without.

commit a99c14b12e141d043a068e5be96f81a5a613f9be
Author: Flavien Bridault <vlaaad at sourcemage.org>
Commit: Flavien Bridault <vlaaad at sourcemage.org>

    gnome-icon-theme: added depends on icon-naming-utils, doesn't compile without

diff --git a/gnome2-libs/gnome-icon-theme/DEPENDS b/gnome2-libs/gnome-icon-theme/DEPENDS
index c71ecb5..ab93917 100755
--- a/gnome2-libs/gnome-icon-theme/DEPENDS
+++ b/gnome2-libs/gnome-icon-theme/DEPENDS
@@ -1 +1,2 @@
-depends hicolor-icon-theme
+depends hicolor-icon-theme  &&
+depends icon-naming-utils
diff --git a/gnome2-libs/gnome-icon-theme/HISTORY b/gnome2-libs/gnome-icon-theme/HISTORY
index 9082efe..0d7795f 100644
--- a/gnome2-libs/gnome-icon-theme/HISTORY
+++ b/gnome2-libs/gnome-icon-theme/HISTORY
@@ -1,3 +1,6 @@
+2006-09-08 Flavien Bridault <vlaaad at sourcemage.org>
+	* DEPENDS: added icon-naming-utils
+
 2006-09-07 Robin Cook <rcook at wyrms.net>
 	* DETAILS: updated VERSION to 2.16.0.1
 
diff --git a/video/totem/CONFIGURE b/video/totem/CONFIGURE
index a6a7daa..fd56c53 100755
--- a/video/totem/CONFIGURE
+++ b/video/totem/CONFIGURE
@@ -1,7 +1,7 @@
 if  [  "$GSTREAMER" = "y"  ]; then
-  config_query_list  TOTEM_BACKEND  "Which backend should totem use?"  gstreamer gstreamer-0.8 xine
+  config_query_list  TOTEM_BACKEND  "Which backend should totem use?"  gstreamer xine
 else
-  config_query_list  TOTEM_BACKEND  "Which backend should totem use?"  xine gstreamer gstreamer-0.8
+  config_query_list  TOTEM_BACKEND  "Which backend should totem use?"  xine gstreamer
 fi
 # remove this (and the $GSTREAMER check above) once the variable change made
 # it to stable
diff --git a/video/totem/DEPENDS b/video/totem/DEPENDS
index 4c405fd..5061804 100755
--- a/video/totem/DEPENDS
+++ b/video/totem/DEPENDS
@@ -32,9 +32,7 @@ optional_depends  dbus-glib         \
                   "for dbus remote control"  &&
 if    [  "$TOTEM_BACKEND" = "xine"  ]; then
   depends  xine-lib
-elif  [  "$TOTEM_BACKEND" = "gstreamer-0.8" ]; then
-  depends  gst-plugins  "--enable-gstreamer=0.8"
 else
-  depends  gst-plugins-good  "--enable-gstreamer=0.10"
+  depends  gst-plugins-good  "--enable-gstreamer"
 fi
 
diff --git a/video/totem/DETAILS b/video/totem/DETAILS
index 8bc462d..6863743 100755
--- a/video/totem/DETAILS
+++ b/video/totem/DETAILS
@@ -1,5 +1,5 @@
            SPELL=totem
-         VERSION=2.16.0
+         VERSION=2.16.1
           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 ffd0272..fc697e5 100644
--- a/video/totem/HISTORY
+++ b/video/totem/HISTORY
@@ -1,3 +1,8 @@
+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
+	  has been removed
+
 2006-09-07 Robin Cook <rcook at wyrms.net>
 	* DETAILS: updated VERSION to 2.16.0
 
diff --git a/video/totem/totem-2.16.0.tar.bz2.sig b/video/totem/totem-2.16.0.tar.bz2.sig
deleted file mode 100644
index dc21acf..0000000
Binary files a/video/totem/totem-2.16.0.tar.bz2.sig and /dev/null differ
diff --git a/video/totem/totem-2.16.1.tar.bz2.sig b/video/totem/totem-2.16.1.tar.bz2.sig
new file mode 100644
index 0000000..b12c6ff
Binary files /dev/null and b/video/totem/totem-2.16.1.tar.bz2.sig differ
diff --git a/x11-toolkits/gtkmm2/DEPENDS b/x11-toolkits/gtkmm2/DEPENDS
index 6299133..1a5e80f 100755
--- a/x11-toolkits/gtkmm2/DEPENDS
+++ b/x11-toolkits/gtkmm2/DEPENDS
@@ -1,2 +1,3 @@
 depends  glibmm   &&
-depends  gtk+2
+depends  gtk+2  &&
+depends  cairomm
diff --git a/x11-toolkits/gtkmm2/HISTORY b/x11-toolkits/gtkmm2/HISTORY
index 5e7a28f..ca356bb 100644
--- a/x11-toolkits/gtkmm2/HISTORY
+++ b/x11-toolkits/gtkmm2/HISTORY
@@ -1,3 +1,6 @@
+2006-09-08 Flavien Bridault <vlaaad at sourcemage.org>
+	* DEPENDS: added depends on cairomm
+
 2006-09-06 Robin Cook <rcook at wyrms.net>
 	* DETAILS: updated VERSION to 2.10.1
 



More information about the SM-Commit mailing list