aboutsummaryrefslogtreecommitdiffstats
path: root/support/linux/gstreamer
Commit message (Collapse)AuthorAgeFilesLines
* Implement `bootstrap-gstreamer` for all platformsMartin Robinson2023-05-252-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 S3Mukilan Thiyagarajan2023-04-201-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 bucketsSimon Sapin2020-11-111-1/+1
| | | | CC https://github.com/servo/project/issues/25
* Update gstreamerManish Goregaokar2019-05-161-1/+1
|
* Switch servo-deps back to httpsJan Andre Ikenmeyer2019-05-101-1/+1
|
* Update mach bootstrap-gstreamer to use the latest binariesFernando Jiménez Moreno2019-03-272-5/+3
|
* Update MPL license to https (part 1)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Consistent servo-deps download URLsJan Andre Ikenmeyer2018-11-061-1/+1
|
* Review fixesManish Goregaokar2018-09-111-1/+1
|
* Add mach bootstrap-gstreamerManish Goregaokar2018-09-111-3/+11
|
* Add gstreamer setup script; useManish Goregaokar2018-09-112-0/+6