diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /media/libnestegg/moz.yaml | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'media/libnestegg/moz.yaml')
-rw-r--r-- | media/libnestegg/moz.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/media/libnestegg/moz.yaml b/media/libnestegg/moz.yaml new file mode 100644 index 0000000000..dfa3d22331 --- /dev/null +++ b/media/libnestegg/moz.yaml @@ -0,0 +1,23 @@ +# Version of this schema +schema: 1 + +bugzilla: + # Bugzilla product and component for this directory and subdirectories + product: "Core" + component: "Audio/Video: Playback" + +# The source from this directory was copied from the cubeb +# git repository using the update.sh script. The only changes +# made were those applied by update.sh and the addition of +# Makefile.in build files for the Mozilla build system. + +origin: + name: "nestegg" + description: "WebM demuxer" + + url: "https://github.com/kinetiknz/nestegg" + license: "ISC" + + # update.sh will update this value + release: "b50521d4f5bf659c66a56f8a90d8776aacaa1e36 (2019-11-05 11:33:33 +1300)" + |