docs: Stop building the doc cache by default

And update the cache

Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36
This commit is contained in:
Thibault Saunier 2019-05-16 09:15:52 -04:00
parent 89299d478d
commit b081d5a34b
2 changed files with 10 additions and 11 deletions

View file

@ -144,7 +144,7 @@
"rank": "secondary"
}
},
"filename": "libgsta52dec.so",
"filename": "gsta52dec",
"license": "GPL",
"package": "GStreamer Ugly Plug-ins git",
"source": "gst-plugins-ugly",
@ -642,7 +642,7 @@
"rank": "secondary"
}
},
"filename": "libgstasf.so",
"filename": "gstasf",
"license": "LGPL",
"package": "GStreamer Ugly Plug-ins git",
"source": "gst-plugins-ugly",
@ -780,7 +780,7 @@
"rank": "secondary - 1"
}
},
"filename": "libgstcdio.so",
"filename": "gstcdio",
"license": "GPL",
"package": "GStreamer Ugly Plug-ins git",
"source": "gst-plugins-ugly",
@ -864,7 +864,7 @@
"rank": "primary"
}
},
"filename": "libgstdvdlpcmdec.so",
"filename": "gstdvdlpcmdec",
"license": "LGPL",
"package": "GStreamer Ugly Plug-ins git",
"source": "gst-plugins-ugly",
@ -990,7 +990,7 @@
"rank": "none"
}
},
"filename": "libgstdvdread.so",
"filename": "gstdvdread",
"license": "GPL",
"package": "GStreamer Ugly Plug-ins git",
"source": "gst-plugins-ugly",
@ -1090,7 +1090,7 @@
"rank": "none"
}
},
"filename": "libgstdvdsub.so",
"filename": "gstdvdsub",
"license": "LGPL",
"package": "GStreamer Ugly Plug-ins git",
"source": "gst-plugins-ugly",
@ -1573,7 +1573,7 @@
"rank": "marginal"
}
},
"filename": "libgstrealmedia.so",
"filename": "gstrealmedia",
"license": "LGPL",
"package": "GStreamer Ugly Plug-ins git",
"source": "gst-plugins-ugly",
@ -2378,7 +2378,7 @@
"rank": "primary"
}
},
"filename": "libgstx264.so",
"filename": "gstx264",
"license": "GPL",
"package": "GStreamer Ugly Plug-ins git",
"source": "gst-plugins-ugly",
@ -2433,7 +2433,7 @@
"rank": "marginal"
}
},
"filename": "libgstxingmux.so",
"filename": "gstxingmux",
"license": "LGPL",
"package": "GStreamer Ugly Plug-ins git",
"source": "gst-plugins-ugly",

View 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
endforeach