Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement `bootstrap-gstreamer` for all platforms | Martin Robinson | 2023-05-25 | 2 | -12/+0 |
| | | | | | | | | | | | | | | | | | | This change makes it so that the Platform classes can now handle installing GStreamer dependencies and properly setting up the environment including when cross-compiling. For Windows and Linux is now installed into `target/dependencies/gstreamer` when not installed system-wide. In addition: 1. Creating and moving existing environment path append helpers to `util.py`. 2. Combining the `set_run_env` and `build_dev` functions and moving some outside code into them so that it can be shared. Now code that used to call `set_run_env` calls `build_dev` and then `os.environ.update(...)`. 3. Adding Python typing information in many places. Signed-off-by: Martin Robinson <mrobinson@igalia.com> | ||||
* | Download prebuilt dependencies from Github instead of S3 | Mukilan Thiyagarajan | 2023-04-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | After moving nightly builds to GitHub releases, the major contributor to AWS cost is now the S3 data transfer charges. This PR only addresses the data transfer costs incurred due to the download of gstreamer dependency in the linux and the Windows dependencies (llvm, cmake, moztools, openssl etc) for MSVC builds. Android dependencies and UWP/Hololens dependencies will continue to be served from S3. These can be moved to GH as well in a future PR. Signed-off-by: Mukilan Thiyagarajan <me@mukilan.in> | ||||
* | Use new S3 buckets | Simon Sapin | 2020-11-11 | 1 | -1/+1 |
| | | | | CC https://github.com/servo/project/issues/25 | ||||
* | Update gstreamer | Manish Goregaokar | 2019-05-16 | 1 | -1/+1 |
| | |||||
* | Switch servo-deps back to https | Jan Andre Ikenmeyer | 2019-05-10 | 1 | -1/+1 |
| | |||||
* | Update mach bootstrap-gstreamer to use the latest binaries | Fernando Jiménez Moreno | 2019-03-27 | 2 | -5/+3 |
| | |||||
* | Update MPL license to https (part 1) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Consistent servo-deps download URLs | Jan Andre Ikenmeyer | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | Review fixes | Manish Goregaokar | 2018-09-11 | 1 | -1/+1 |
| | |||||
* | Add mach bootstrap-gstreamer | Manish Goregaokar | 2018-09-11 | 1 | -3/+11 |
| | |||||
* | Add gstreamer setup script; use | Manish Goregaokar | 2018-09-11 | 2 | -0/+6 |