70a5e1ec8b
- Add upstream patches for FFmpeg 5.0 support, add * videoio_initial_FFmpeg_5_0_support.patch * videoio_ffmpeg_avoid_memory_leaks.patch - Restore memoryperjob constraint, avoid being scheduled on a 16 core system and use less than half of it. - Adjust %limit_build to 1800, to avoid recurrent build failures on aarch64. (People should not care for their pet architecture only, but also carefully check if they break others.) - Add missing libopencv_aruco dependency in devel package. OBS-URL: https://build.opensuse.org/request/show/973972 OBS-URL: https://build.opensuse.org/package/show/science/opencv?expand=0&rev=32
17 lines
401 B
XML
17 lines
401 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<constraints>
|
|
<hardware>
|
|
<disk>
|
|
<size unit="G">9</size>
|
|
</disk>
|
|
<memory>
|
|
<size unit="M">5700</size>
|
|
</memory>
|
|
<memoryperjob>
|
|
<!-- This is the max available on all archs -->
|
|
<!-- The actual requirement is enforced with limit_build -->
|
|
<size unit="M">1200</size>
|
|
</memoryperjob>
|
|
</hardware>
|
|
</constraints>
|