docs: Stop building the doc cache by default
authorThibault Saunier <tsaunier@igalia.com>
Thu, 16 May 2019 13:15:52 +0000 (09:15 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Thu, 16 May 2019 13:34:21 +0000 (09:34 -0400)
And update the cache

Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36

docs/gst_plugins_cache.json
docs/meson.build

index accbe9c3fef520ba885af2e5c0ccf645d63b92b6..5ab349fc0adf3c711201e8ebf5168d6582b66e08 100644 (file)
                 "rank": "secondary"
             }
         },
-        "filename": "libgsta52dec.so",
+        "filename": "gsta52dec",
         "license": "GPL",
         "package": "GStreamer Ugly Plug-ins git",
         "source": "gst-plugins-ugly",
                 "rank": "secondary"
             }
         },
-        "filename": "libgstasf.so",
+        "filename": "gstasf",
         "license": "LGPL",
         "package": "GStreamer Ugly Plug-ins git",
         "source": "gst-plugins-ugly",
                 "rank": "secondary - 1"
             }
         },
-        "filename": "libgstcdio.so",
+        "filename": "gstcdio",
         "license": "GPL",
         "package": "GStreamer Ugly Plug-ins git",
         "source": "gst-plugins-ugly",
                 "rank": "primary"
             }
         },
-        "filename": "libgstdvdlpcmdec.so",
+        "filename": "gstdvdlpcmdec",
         "license": "LGPL",
         "package": "GStreamer Ugly Plug-ins git",
         "source": "gst-plugins-ugly",
                 "rank": "none"
             }
         },
-        "filename": "libgstdvdread.so",
+        "filename": "gstdvdread",
         "license": "GPL",
         "package": "GStreamer Ugly Plug-ins git",
         "source": "gst-plugins-ugly",
                 "rank": "none"
             }
         },
-        "filename": "libgstdvdsub.so",
+        "filename": "gstdvdsub",
         "license": "LGPL",
         "package": "GStreamer Ugly Plug-ins git",
         "source": "gst-plugins-ugly",
                 "rank": "marginal"
             }
         },
-        "filename": "libgstrealmedia.so",
+        "filename": "gstrealmedia",
         "license": "LGPL",
         "package": "GStreamer Ugly Plug-ins git",
         "source": "gst-plugins-ugly",
                 "rank": "primary"
             }
         },
-        "filename": "libgstx264.so",
+        "filename": "gstx264",
         "license": "GPL",
         "package": "GStreamer Ugly Plug-ins git",
         "source": "gst-plugins-ugly",
                 "rank": "marginal"
             }
         },
-        "filename": "libgstxingmux.so",
+        "filename": "gstxingmux",
         "license": "LGPL",
         "package": "GStreamer Ugly Plug-ins git",
         "source": "gst-plugins-ugly",
index 7f1a95f4b6893529a05eb9420aa3c8dcec0828f1..842ed728184aa2a8055df59823062853c82e944f 100644 (file)
@@ -12,7 +12,6 @@ endif
 
 if plugins_cache_generator.found()
     plugins_doc_dep = custom_target('ugly-plugins-doc-cache',
-        build_by_default: true,
         command: [plugins_cache_generator, plugins_cache, '@OUTPUT@', '@INPUT@'],
         input: plugins,
         output: 'gst_plugins_cache.json',
@@ -86,4 +85,4 @@ foreach plugin_name: list_plugin_res.stdout().split(':')
         gst_cache_file: plugins_cache,
         gst_plugin_name: plugin_name,
     )]
-endforeach
\ No newline at end of file
+endforeach