Skip to content

Commit

Permalink
Taskcluster: Install gstreamer-1.0-x86_64-1.14.3.msi
Browse files Browse the repository at this point in the history
  • Loading branch information
UK992 committed Feb 1, 2019
1 parent d929428 commit f374dc3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions etc/taskcluster/decision_task.py
Expand Up @@ -57,6 +57,7 @@ def main(task_for, mock=False):
macos_build_env = {}
windows_build_env = {
"LIB": "%HOMEDRIVE%%HOMEPATH%\\gst\\gstreamer\\1.0\\x86_64\\lib;%LIB%",
"GSTREAMER_1_0_ROOT_X86_64": "%HOMEDRIVE%%HOMEPATH%\\gst\\gstreamer\\1.0\\x86_64\\",
}
windows_sparse_checkout = [
"/*",
Expand Down Expand Up @@ -356,6 +357,12 @@ def windows_build_task(name):
.with_repo(sparse_checkout=windows_sparse_checkout)
.with_python2()
.with_rustup()
.with_repacked_msi(
url="https://gstreamer.freedesktop.org/data/pkg/windows/" +
"1.14.3/gstreamer-1.0-x86_64-1.14.3.msi",
sha256="f4f20c713766ed6718b914b9ae57ed993a59ffe194e6ef530c8547508b4484d8",
path="gst",
)
.with_repacked_msi(
url="https://gstreamer.freedesktop.org/data/pkg/windows/" +
"1.14.3/gstreamer-1.0-devel-x86_64-1.14.3.msi",
Expand Down

0 comments on commit f374dc3

Please sign in to comment.