diff options
Diffstat (limited to 'media/libnestegg/moz.yaml')
-rw-r--r-- | media/libnestegg/moz.yaml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/media/libnestegg/moz.yaml b/media/libnestegg/moz.yaml new file mode 100644 index 0000000000..1a4ee970a0 --- /dev/null +++ b/media/libnestegg/moz.yaml @@ -0,0 +1,43 @@ +schema: 1 + +bugzilla: + product: Core + component: "Audio/Video: Playback" + +origin: + name: nestegg + description: "WebM demuxer" + url: https://github.com/mozilla/nestegg + license: ISC + release: commit ec6adfbbf979678e3058cc4695257366f39e290b (2021-08-13T20:05:30Z). + revision: ec6adfbbf979678e3058cc4695257366f39e290b + +vendoring: + url: https://github.com/mozilla/nestegg + source-hosting: github + vendor-directory: media/libnestegg + skip-vendoring-steps: + - update-moz-build + exclude: + - configure.ac + - docs + - INSTALL + - m4 + - Makefile.am + - nestegg.pc.in + - nestegg-uninstalled.pc.in + - test + - TODO + keep: + - include/moz.build + - src/moz.build + +updatebot: + maintainer-phab: kinetik + maintainer-bz: kinetik@flim.org + fuzzy-query: media + tasks: + - type: vendoring + enabled: True + frequency: every + |