Overview
Request 908411 accepted
- Add patch pipewire-fix-libcamera-build.patch: fix build with
latest libcamera.
- Do no build libcamera support on Leap 15.3 or lower (too old
libcamera) and change name of BuildRequires from camera to
libcamera.
- Update minimal version for alsa buildrequires.
FYI: on TW currently libcamera is not able to be promoted to ring1 - it fails to build
Fedora doesn't build libcamera support at all (for now). Maybe we should just disable it for now ?
The libcamera build was already fixed and since this is for TW, I'd enable it. Just the %suse_version > 1530 condition should be changed to >= 1550
5+%if 0%{?suse_version} > 1530
1530? what on earth is that?
Leap 15.4 will still be suse_version 1500 (just like SLE 15SP4) but will have sle_version 150400; TW is suse_verison 1550 and SLE-Next is supposedly (best guess) suse_version 1600
Request History
fcrozat created request
- Add patch pipewire-fix-libcamera-build.patch: fix build with
latest libcamera.
- Do no build libcamera support on Leap 15.3 or lower (too old
libcamera) and change name of BuildRequires from camera to
libcamera.
- Update minimal version for alsa buildrequires.
alarrosa accepted request
perfect