[info=787d1706d3ab005d36cdddbf9ba4203b95e3b350778beab50b7fd2e13dd06d7b]

OBS-URL: https://build.opensuse.org/package/show/graphics/libcamera?expand=0&rev=48
This commit is contained in:
2024-08-12 11:22:21 +00:00
committed by Git OBS Bridge
parent e5e8180451
commit 09df7011aa
4 changed files with 14 additions and 1 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1710965393
commit: 787d1706d3ab005d36cdddbf9ba4203b95e3b350778beab50b7fd2e13dd06d7b
url: https://src.opensuse.org/jengelh/libcamera
revision: master

3
build.specials.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66ecf9f4253cf4b0e6796f2491610183f97bb945413d0a012c35b6d7f9d311ed
size 256

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 19 07:41:24 UTC 2024 - Richard Biener <rguenther@suse.com>
- Avoid %if %{pkg_vcmp gcc < 8}, instead replicate the condition
from the BuildRequires section.
-------------------------------------------------------------------
Sat Jan 13 08:48:16 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -120,7 +120,7 @@ This is its integration plugin for gstreamer.
%autosetup -p1
%build
%if %{pkg_vcmp gcc < 8}
%if 0%{?suse_version} <= 1500
export CC=gcc-9
export CXX=g++-9
%endif