pipewire: Added upstream patch for libcamera 0.2.0 changes.

This commit is contained in:
Jonathan Davies 2024-01-19 09:56:01 +00:00
parent 159b810bea
commit fdc0191457

View File

@ -105,6 +105,14 @@ let
./0060-libjack-path.patch
# Move installed tests into their own output.
./0070-installed-tests-path.patch
# Remove for release post 1.0.1:
(fetchpatch {
# https://gitlab.freedesktop.org/pipewire/pipewire/-/merge_requests/1750
name = "pipewire-spa-libcamera-use-cameraconfiguration-orientation-pr1750.patch";
url = "https://gitlab.freedesktop.org/pipewire/pipewire/-/merge_requests/1750.patch ";
hash = "sha256-Ugg913KZDKELnYLwpDEgYh92YPxccw61l6kAJulBbIA=";
})
];
strictDeps = true;