- Oct 09, 2023
-
-
Tim-Philipp Müller authored
And generate Meson build patch as sequence of commits from meson-ports libvpx repository. Generated with: git format-patch --no-numbered --no-stat --stdout v1.13.1..meson --not 7c854566c8dbbf047a90139a928a6ac9196546af Part-of: <!1279>
-
- Oct 05, 2023
-
-
Rylie Pavlik authored
The change in c98965eb was seemingly not enough in some systems. Part-of: <gstreamer/cerbero!1277>
-
- Sep 20, 2023
-
-
Sebastian Dröge authored
Part-of: <gstreamer/cerbero!1272>
-
- Sep 17, 2023
-
-
Seungha Yang authored
Ship new gstdxva-1.0 library and d3d12 plugin. See also gstreamer!4161 Part-of: <!1271>
-
- Sep 11, 2023
-
-
Nicolas Dufresne authored
This fixes a CI warning: WARNING: gst-plugins-rs version 0.11.0-alpha.1 doesn't match Cargo.toml version 0.12.0-alpha.1 Part-of: <!1269>
-
Tim-Philipp Müller authored
Part-of: <!1250>
-
Tim-Philipp Müller authored
.. and not the normal 'cerbero deps msvc x86_64' one. We have to work around a gitlab bug here where the whole pipeline blocks on manual jobs that are made manual via rules. The 'allow_failure: true' bit is the recommended workaround for that until it gets fixed properly. https://gitlab.com/gitlab-org/gitlab/-/issues/39534#note_458110925 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24605 Part-of: <!1250>
-
- Sep 08, 2023
-
-
.. but don't regen and upload caches for scheduled pipelines on main. Part-of: <!1250>
-
- Sep 05, 2023
-
-
Arun Raghavan authored
Includes a patch we were shipping plus marks abseil-cpp as an explicit dep. Part-of: <!1261>
-
- Sep 04, 2023
-
-
Sebastian Dröge authored
Part-of: <!1262>
-
- Aug 31, 2023
-
-
Matthew Waters authored
Part-of: <!1260>
-
- Aug 25, 2023
-
-
Nirbheek Chauhan authored
Cargo-C ships the Cargo.lock separately from the source tarball, so add it in the recipe. Part-of: <!1258>
-
Nirbheek Chauhan authored
The plague of Rust -sys crates continues. The openssl-sys crate UNCONDITIONALLY looks into the brew prefix to find openssl libs. It doesn't bother using pkg-config or some other standard mechanism. Thankfully, it first looks at `OPENSSL_LIB_DIR` and `OPENSSL_INCLUDE_DIR` so let's set that. Part-of: <!1258>
-
- Aug 24, 2023
-
-
Sebastian Dröge authored
Part-of: <!1257>
-
- Aug 22, 2023
-
-
Matthew Waters authored
The macos arm64 runners cover 99% of this functionality and the existing x86 runners are quite old and slow. Part-of: <!1252>
-
- Aug 15, 2023
-
-
Part-of: <!1230>
-
- Aug 14, 2023
-
- Aug 09, 2023
-
-
Sebastian Dröge authored
Part-of: <!1249>
-
- Aug 07, 2023
-
-
Part-of: <!1243>
-
Sebastian Dröge authored
Part-of: <!1244>
-
- Aug 02, 2023
-
-
Part-of: <!1242>
-
- Aug 01, 2023
-
-
Matthew Waters authored
Part-of: <!1241>
-
- Jul 31, 2023
-
-
Matthew Waters authored
Needed for some abseil-cpp code: ../subprojects/abseil-cpp-20230125.1/absl/status/status.cc:129:30: error: 'value' is unavailable: introduced in iOS 12.0 Part-of: <!1236>
-
Matthew Waters authored
Now includes xz. Part-of: <!1236>
-
- Jul 27, 2023
-
-
Matthew Waters authored
Part-of: <!1237>
-
Nirbheek Chauhan authored
We currently assume that the arch for the distro cannot change, but with the new ARM64 macOS runners (and possibly future ARM64 Fedora runners) this will change. Pushed directly because CI is broken and this change can't be tested by merge request CI anyway. Tested locally by hand.
-
- Jul 26, 2023
-
-
Matthew Waters authored
Part-of: <!1231>
-
Matthew Waters authored
Automatically removes the directory on normal exit Part-of: <!1231>
-
Matthew Waters authored
Part-of: <!1231>
-
Matthew Waters authored
All job environments are reset from scratch and no caching is done between jobs. Part-of: <!1231>
-
Matthew Waters authored
gstreamer#1595 (comment 2014383) Part-of: <!1231>
-
Matthew Waters authored
e.g. macos/iOS/msvc jobs don't need to depend on the fedora docker image build Part-of: <!1231>
-
Matthew Waters authored
Part-of: <!1231>
-
Nirbheek Chauhan authored
choco is not in PATH by default when installed by us. Part-of: <!1235>
-
Nirbheek Chauhan authored
Part-of: <!1235>
-
Part-of: <!1226>
-
Instead of being a dumb list of commands, the script now does the following: 1. Detects whether choco is already installed, and upgrades it if so. 2. Checks whether vsredist140, cmake, git, git-lfs, python3, wix, MSYS2 are installed before trying to install them using choco. 3. If a tool is already installed but is too old, prompt before trying to install with choco 4. Checks whether MSYS2 packages are installed before trying to (re)install them. 5. Checks whether Visual Studio is already installed before trying to install it. 6. If Visual Studio is installed, also check whether the Windows 11 SDK is installed. If not, prompt the user and install it. Users can now fearlessly run `tools\bootstrap-windows.ps1` to install or update packages. Part-of: <!1226>
-
It will simply find MSYS2 and invoke it. Part-of: <!1226>
-
Nirbheek Chauhan authored
Part-of: <!1232>
-