~ubuntu-branches/ubuntu/quantal/gst-plugins-bad-multiverse0.10/quantal

« back to all changes in this revision

Viewing changes to common/gstdoc-scangobj

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-06-24 03:28:47 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20090624032847-2mtn1pccpqcofiu7
Tags: 0.10.13-0ubuntu1
* New upstream release.
* debian/build-deps.in
  - Remove unnecessary build dependency gtk-doc-tools. There is no
    -multiverse-doc package.
  - Remove build dependency python-xml. Package does not exist anymore.
  - Remove build dependency libx264-dev. x264 plugin will move to
    -ugly-multiverse.
* debian/control.in
  - Add XB-GStreamer-* fields.
  - Replace Source-Version with binary-Version.
  - Add Provides field.
  - Update standards version to 3.8.2. No change needed.
* debian/rules
  - Disable few more plugins built by default but not shipped in the package.
  - Enable previously disabled mplex plugin.
* debian/gstreamer-plugins-bad-multiverse.install
  - Remove x264 plugin. Will move to -ugly-multiverse now.
  - Add mplex plugin. (LP: #270976)

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
           'output-dir' => \$OUTPUT_DIR,
52
52
           'version' => \$PRINT_VERSION,
53
53
           'help' => \$PRINT_HELP);
54
 
           
 
54
 
55
55
GetOptions(\%optctl, "module=s", "source=s", "types:s", "output-dir:s", "nogtkinit", "type-init-func:s", "version", "help");
56
56
 
57
57
if ($NO_GTK_INIT) {
877
877
    }
878
878
  output_hierarchy (fp, G_TYPE_OBJECT, 0);
879
879
  output_hierarchy (fp, G_TYPE_INTERFACE, 0);
880
 
  
 
880
 
881
881
  for (i=0; object_types[i]; i++) {
882
882
    if (!g_type_parent (object_types[i]) &&
883
883
      (object_types[i] != G_TYPE_NONE) &&