Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory
checked in at Wed May 4 13:44:13 CEST 2011.



--------
--- GNOME/gstreamer-0_10/gstreamer-0_10.changes 2011-01-25 18:18:35.000000000 
+0100
+++ /mounts/work_src_done/STABLE/gstreamer-0_10/gstreamer-0_10.changes  
2011-05-03 15:55:55.000000000 +0200
@@ -1,0 +2,5 @@
+Tue May  3 13:53:23 UTC 2011 - [email protected]
+
+- Extend gstreamer-0_10-rpm-prov.patch: Also provide elements.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer-0_10-doc.spec ++++++
--- /var/tmp/diff_new_pack.dUfCeP/_old  2011-05-04 13:43:09.000000000 +0200
+++ /var/tmp/diff_new_pack.dUfCeP/_new  2011-05-04 13:43:09.000000000 +0200
@@ -22,7 +22,7 @@
 %define         build_doc 1
 %define _name gstreamer
 Version:        0.10.32
-Release:        1
+Release:        2
 %define gst_branch 0.10
 BuildRequires:  bison check-devel fdupes flex glib2-devel libxml2-devel 
translation-update-upstream
 %ifarch %ix86 ppc x86_64

++++++ gstreamer-0_10.spec ++++++
--- /var/tmp/diff_new_pack.dUfCeP/_old  2011-05-04 13:43:09.000000000 +0200
+++ /var/tmp/diff_new_pack.dUfCeP/_new  2011-05-04 13:43:09.000000000 +0200
@@ -22,7 +22,7 @@
 %define build_doc 0
 %define _name gstreamer
 Version:        0.10.32
-Release:        1
+Release:        7
 %define gst_branch 0.10
 BuildRequires:  bison check-devel fdupes flex glib2-devel libxml2-devel 
translation-update-upstream
 %ifarch %ix86 ppc x86_64

++++++ gstreamer-0_10-rpm-prov.patch ++++++
--- /var/tmp/diff_new_pack.dUfCeP/_old  2011-05-04 13:43:09.000000000 +0200
+++ /var/tmp/diff_new_pack.dUfCeP/_new  2011-05-04 13:43:09.000000000 +0200
@@ -2,7 +2,11 @@
 ===================================================================
 --- gstreamer-0.10.30.orig/tools/gst-inspect.c
 +++ gstreamer-0.10.30/tools/gst-inspect.c
-@@ -1320,9 +1320,225 @@ print_element_info (GstElementFactory *
+diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c
+index c86285e..80b2456 100644
+--- a/tools/gst-inspect.c
++++ b/tools/gst-inspect.c
+@@ -1408,9 +1408,225 @@ print_element_info (GstElementFactory * factory, 
gboolean print_names)
    return 0;
  }
  
@@ -17,9 +21,8 @@
 +    g_string_append (s->data, field);
 +  }
 +}
- 
- static void
--print_plugin_automatic_install_info_codecs (GstElementFactory * factory)
++
++static void
 +print_gst_structure_append_field_index (GList * strings, const char *field,
 +    guint num_items, guint offset)
 +{
@@ -97,8 +100,9 @@
 +    return 1;
 +  return 0;
 +}
-+
-+static void
+ 
+ static void
+-print_plugin_automatic_install_info_codecs (GstElementFactory * factory)
 +print_gst_structure_for_rpm (const char *type_name, GstStructure * s)
 +{
 +  guint i, num_fields;
@@ -229,7 +233,7 @@
  {
    GstPadDirection direction;
    const gchar *type_name;
-@@ -1347,6 +1563,12 @@ print_plugin_automatic_install_info_code
+@@ -1435,6 +1651,12 @@ print_plugin_automatic_install_info_codecs 
(GstElementFactory * factory)
      return;
    }
  
@@ -242,7 +246,7 @@
    /* decoder/demuxer sink pads should always be static and there should only
     * be one, the same applies to encoders/muxers and source pads */
    static_templates = gst_element_factory_get_static_pad_templates (factory);
-@@ -1383,15 +1605,20 @@ print_plugin_automatic_install_info_code
+@@ -1471,15 +1693,20 @@ print_plugin_automatic_install_info_codecs 
(GstElementFactory * factory)
      gst_structure_remove_field (s, "rate");
      gst_structure_remove_field (s, "depth");
      gst_structure_remove_field (s, "clock-rate");
@@ -267,7 +271,7 @@
  {
    gchar **protocols, **p;
  
-@@ -1400,11 +1627,17 @@ print_plugin_automatic_install_info_prot
+@@ -1488,11 +1715,17 @@ print_plugin_automatic_install_info_protocols 
(GstElementFactory * factory)
      switch (gst_element_factory_get_uri_type (factory)) {
        case GST_URI_SINK:
          for (p = protocols; *p != NULL; ++p)
@@ -287,7 +291,7 @@
          break;
        default:
          break;
-@@ -1414,7 +1647,7 @@ print_plugin_automatic_install_info_prot
+@@ -1502,7 +1735,7 @@ print_plugin_automatic_install_info_protocols 
(GstElementFactory * factory)
  }
  
  static void
@@ -296,13 +300,16 @@
  {
    const gchar *plugin_name;
    GList *features, *l;
-@@ -1434,11 +1667,12 @@ print_plugin_automatic_install_info (Gst
+@@ -1522,11 +1755,15 @@ print_plugin_automatic_install_info (GstPlugin * 
plugin)
      if (g_str_equal (plugin_name, feature->plugin_name)) {
        GstElementFactory *factory;
  
 -      g_print ("element-%s\n", gst_plugin_feature_get_name (feature));
 +      if (!rpm_format)
 +        g_print ("element-%s\n", gst_plugin_feature_get_name (feature));
++      else
++        g_print ("gstreamer0.10(element-%s)\n",
++            gst_plugin_feature_get_name (feature));
  
        factory = GST_ELEMENT_FACTORY (feature);
 -      print_plugin_automatic_install_info_protocols (factory);
@@ -312,7 +319,7 @@
      }
    }
  
-@@ -1458,7 +1692,7 @@ print_all_plugin_automatic_install_info
+@@ -1546,7 +1783,7 @@ print_all_plugin_automatic_install_info (void)
      plugin = (GstPlugin *) (plugins->data);
      plugins = g_list_next (plugins);
  
@@ -321,7 +328,7 @@
    }
    gst_plugin_list_free (orig_plugins);
  }
-@@ -1470,6 +1704,7 @@ main (int argc, char *argv[])
+@@ -1558,6 +1795,7 @@ main (int argc, char *argv[])
    gboolean do_print_blacklist = FALSE;
    gboolean plugin_name = FALSE;
    gboolean print_aii = FALSE;
@@ -329,7 +336,7 @@
    gboolean uri_handlers = FALSE;
  #ifndef GST_DISABLE_OPTION_PARSING
    GOptionEntry options[] = {
-@@ -1482,6 +1717,9 @@ main (int argc, char *argv[])
+@@ -1570,6 +1808,9 @@ main (int argc, char *argv[])
                "or all plugins provide.\n                                      
 "
                "Useful in connection with external automatic plugin "
                "installation mechanisms"), NULL},
@@ -339,7 +346,7 @@
      {"plugin", '\0', 0, G_OPTION_ARG_NONE, &plugin_name,
          N_("List the plugin contents"), NULL},
      {"uri-handlers", 'u', 0, G_OPTION_ARG_NONE, &uri_handlers,
-@@ -1570,7 +1808,7 @@ main (int argc, char *argv[])
+@@ -1658,7 +1899,7 @@ main (int argc, char *argv[])
        /* if there is such a plugin, print out info */
        if (plugin) {
          if (print_aii) {
@@ -348,7 +355,7 @@
          } else {
            print_plugin_info (plugin);
            print_plugin_features (plugin);
-@@ -1583,13 +1821,17 @@ main (int argc, char *argv[])
+@@ -1671,13 +1912,17 @@ main (int argc, char *argv[])
  
            if (plugin) {
              if (print_aii) {
@@ -368,3 +375,7 @@
              g_error_free (error);
              return -1;
            }
+-- 
+1.7.4.1
+
+


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to