mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add gst-plugins-bad homebrew formula that enables webrtc.
This commit is contained in:
parent
6f8bb4dd40
commit
335b49e80e
4 changed files with 90 additions and 1 deletions
15
etc/taskcluster/macos/Formula/recreate.sh
Executable file
15
etc/taskcluster/macos/Formula/recreate.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
FORMULAS=(gst-plugins-bad.rb)
|
||||
for i in ${FORMULAS[@]}; do
|
||||
curl -o "${i}" "https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/${i}"
|
||||
patch -i "${i/.rb/.diff}"
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue