Skip to content

Commit

Permalink
Bug 1762531 - Switch media/libnestegg to mach vendor model. r=bryce,m…
Browse files Browse the repository at this point in the history
…edia-playback-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D142652
  • Loading branch information
kinetiknz committed Apr 6, 2022
1 parent 27c58b7 commit d4353d6
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 54 deletions.
2 changes: 1 addition & 1 deletion media/libnestegg/include/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

EXPORTS.nestegg += [
'nestegg.h',
'nestegg/nestegg.h',
]

File renamed without changes.
48 changes: 35 additions & 13 deletions media/libnestegg/moz.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,45 @@
# Version of this schema
schema: 1

bugzilla:
# Bugzilla product and component for this directory and subdirectories
product: "Core"
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"
name: nestegg
description: "WebM demuxer"
url: https://github.com/mozilla/nestegg
license: ISC
release: commit ec6adfbbf979678e3058cc4695257366f39e290b (2021-08-13T20:05:30Z).
revision: ec6adfbbf979678e3058cc4695257366f39e290b

url: "https://github.com/kinetiknz/nestegg"
license: "ISC"
vendoring:
url: https://github.com/mozilla/nestegg
source-hosting: github
vendor-directory: media/libnestegg
skip-vendoring-steps:
- update-moz-build
exclude:
- .github
- configure.ac
- docs
- INSTALL
- m4
- Makefile.am
- nestegg.pc.in
- nestegg-uninstalled.pc.in
- test
- TODO
keep:
- include/moz.build
- src/moz.build

# update.sh will update this value
release: "ec6adfbbf979678e3058cc4695257366f39e290b (2021-08-14 08:05:30 +1200)"
updatebot:
maintainer-phab: kinetik
maintainer-bz: [email protected]
fuzzy-query: media
tasks:
- type: vendoring
branch: master
enabled: True
frequency: every

40 changes: 0 additions & 40 deletions media/libnestegg/update.sh

This file was deleted.

0 comments on commit d4353d6

Please sign in to comment.