Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various UWP GStreamer improvements #23863

Merged
merged 6 commits into from Jul 27, 2019
Merged

Various UWP GStreamer improvements #23863

merged 6 commits into from Jul 27, 2019

Conversation

@jdm
Copy link
Member

jdm commented Jul 26, 2019

There are a number of positive changes in these commits:

  • we successfully load GStreamer plugins in ARM64 UWP builds
  • we correctly link the ARM64 ANGLE libraries when appropriate
  • it is no longer necessary to manually set the LIB environment variable on Windows
  • we automatically download and link against UWP-friendly GStreamer binaries when building with --uwp
  • the use of vcruntime140.dll, msvcp140.dll and api-ms-win-crt-runtime-l1-1-0.dll in the UWP application has been removed and the build does not repackage them
  • the set of base supporting GStreamer DLLs has been expanded to allow the gstlibav plugin to load correctly

  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #23742
  • There are tests for these changes

This change is Reviewable

@highfive
Copy link

highfive commented Jul 26, 2019

Heads up! This PR modifies the following files:

  • @wafflespeanut: python/servo/command_base.py, python/servo/packages.py, python/servo/build_commands.py
@ferjm
Copy link
Member

ferjm commented Jul 26, 2019

LGTM. Thanks!

@bors-servo r+

@bors-servo
Copy link
Contributor

bors-servo commented Jul 26, 2019

📌 Commit 621a203 has been approved by ferjm

bors-servo added a commit that referenced this pull request Jul 26, 2019
Various UWP GStreamer improvements

There are a number of positive changes in these commits:
* we successfully load GStreamer plugins in ARM64 UWP builds
* we correctly link the ARM64 ANGLE libraries when appropriate
* it is no longer necessary to manually set the LIB environment variable on Windows
* we automatically download and link against UWP-friendly GStreamer binaries when building with `--uwp`
* the use of vcruntime140.dll, msvcp140.dll and api-ms-win-crt-runtime-l1-1-0.dll in the UWP application has been removed and the build does not repackage them
* the set of base supporting GStreamer DLLs has been expanded to allow the gstlibav plugin to load correctly

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #23742
- [x] There are tests for these changes

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23863)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jul 26, 2019

Testing commit 621a203 with merge c31b47c...

@jdm jdm force-pushed the jdm:gstreamer-uwp branch from 782b941 to e982de1 Jul 26, 2019
@jdm
Copy link
Member Author

jdm commented Jul 26, 2019

@bors-servo r=ferjm

@bors-servo
Copy link
Contributor

bors-servo commented Jul 26, 2019

📌 Commit e982de1 has been approved by ferjm

@bors-servo
Copy link
Contributor

bors-servo commented Jul 26, 2019

Testing commit e982de1 with merge 5369df5...

bors-servo added a commit that referenced this pull request Jul 26, 2019
Various UWP GStreamer improvements

There are a number of positive changes in these commits:
* we successfully load GStreamer plugins in ARM64 UWP builds
* we correctly link the ARM64 ANGLE libraries when appropriate
* it is no longer necessary to manually set the LIB environment variable on Windows
* we automatically download and link against UWP-friendly GStreamer binaries when building with `--uwp`
* the use of vcruntime140.dll, msvcp140.dll and api-ms-win-crt-runtime-l1-1-0.dll in the UWP application has been removed and the build does not repackage them
* the set of base supporting GStreamer DLLs has been expanded to allow the gstlibav plugin to load correctly

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #23742
- [x] There are tests for these changes

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23863)
<!-- Reviewable:end -->
@jdm jdm force-pushed the jdm:gstreamer-uwp branch from e982de1 to 03e5f86 Jul 26, 2019
@jdm
Copy link
Member Author

jdm commented Jul 26, 2019

@bors-servo r=ferjm

@bors-servo
Copy link
Contributor

bors-servo commented Jul 26, 2019

📌 Commit 03e5f86 has been approved by ferjm

@bors-servo
Copy link
Contributor

bors-servo commented Jul 26, 2019

Testing commit 03e5f86 with merge d76c0ec...

bors-servo added a commit that referenced this pull request Jul 26, 2019
Various UWP GStreamer improvements

There are a number of positive changes in these commits:
* we successfully load GStreamer plugins in ARM64 UWP builds
* we correctly link the ARM64 ANGLE libraries when appropriate
* it is no longer necessary to manually set the LIB environment variable on Windows
* we automatically download and link against UWP-friendly GStreamer binaries when building with `--uwp`
* the use of vcruntime140.dll, msvcp140.dll and api-ms-win-crt-runtime-l1-1-0.dll in the UWP application has been removed and the build does not repackage them
* the set of base supporting GStreamer DLLs has been expanded to allow the gstlibav plugin to load correctly

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #23742
- [x] There are tests for these changes

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23863)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jul 26, 2019

💔 Test failed - linux-rel-wpt

@jdm
Copy link
Member Author

jdm commented Jul 26, 2019

@jdm
Copy link
Member Author

jdm commented Jul 26, 2019

@bors-servo try=windows

@bors-servo
Copy link
Contributor

bors-servo commented Jul 26, 2019

Trying commit 320667f with merge 27d369b...

bors-servo added a commit that referenced this pull request Jul 26, 2019
Various UWP GStreamer improvements

There are a number of positive changes in these commits:
* we successfully load GStreamer plugins in ARM64 UWP builds
* we correctly link the ARM64 ANGLE libraries when appropriate
* it is no longer necessary to manually set the LIB environment variable on Windows
* we automatically download and link against UWP-friendly GStreamer binaries when building with `--uwp`
* the use of vcruntime140.dll, msvcp140.dll and api-ms-win-crt-runtime-l1-1-0.dll in the UWP application has been removed and the build does not repackage them
* the set of base supporting GStreamer DLLs has been expanded to allow the gstlibav plugin to load correctly

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #23742
- [x] There are tests for these changes

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23863)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jul 26, 2019

💔 Test failed - status-taskcluster

@jdm jdm force-pushed the jdm:gstreamer-uwp branch from 320667f to 81914e5 Jul 27, 2019
@jdm
Copy link
Member Author

jdm commented Jul 27, 2019

@bors-servo r=ferjm

@bors-servo
Copy link
Contributor

bors-servo commented Jul 27, 2019

📌 Commit 81914e5 has been approved by ferjm

@bors-servo
Copy link
Contributor

bors-servo commented Jul 27, 2019

Testing commit 81914e5 with merge b9b0176...

bors-servo added a commit that referenced this pull request Jul 27, 2019
Various UWP GStreamer improvements

There are a number of positive changes in these commits:
* we successfully load GStreamer plugins in ARM64 UWP builds
* we correctly link the ARM64 ANGLE libraries when appropriate
* it is no longer necessary to manually set the LIB environment variable on Windows
* we automatically download and link against UWP-friendly GStreamer binaries when building with `--uwp`
* the use of vcruntime140.dll, msvcp140.dll and api-ms-win-crt-runtime-l1-1-0.dll in the UWP application has been removed and the build does not repackage them
* the set of base supporting GStreamer DLLs has been expanded to allow the gstlibav plugin to load correctly

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #23742
- [x] There are tests for these changes

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23863)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jul 27, 2019

☀️ Test successful - linux-rel-css, linux-rel-wpt, status-taskcluster
Approved by: ferjm
Pushing b9b0176 to master...

@bors-servo bors-servo merged commit 81914e5 into servo:master Jul 27, 2019
2 of 3 checks passed
2 of 3 checks passed
Taskcluster (pull_request) TaskGroup: failure
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

4 participants
You can’t perform that action at this time.