mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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:
parent
89299d478d
commit
b081d5a34b
2 changed files with 10 additions and 11 deletions
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue