diff --git a/_service b/_service index 723edcb..81a2596 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ git git://linuxtv.org/libcamera - 1db1e31e664c1f613dc964d8519fe75d67b154b6 + f1776100f55e70320a8938586bc8bf2f242addd4 v0.0.0 0.0.0+g@TAG_OFFSET@.%h diff --git a/libcamera-0.0.0+g3381.1db1e31e.tar.xz b/libcamera-0.0.0+g3381.1db1e31e.tar.xz deleted file mode 100644 index b036b3e..0000000 --- a/libcamera-0.0.0+g3381.1db1e31e.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0d0dda877f286b9aaf8b5dbd8b8fe5957955f68f5625b9bb3196e056db23c3b -size 853756 diff --git a/libcamera-0.0.0+g3887.f1776100.tar.xz b/libcamera-0.0.0+g3887.f1776100.tar.xz new file mode 100644 index 0000000..ba6dabb --- /dev/null +++ b/libcamera-0.0.0+g3887.f1776100.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a20259a6e1a1dbdeea1753e2639f829a3aeffdf236c606004ad1ea66de6ff93 +size 914440 diff --git a/libcamera.changes b/libcamera.changes index 47cc6fc..f1280f7 100644 --- a/libcamera.changes +++ b/libcamera.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 2 10:10:53 UTC 2022 - Alexei Sorokin + +- Update to version 0.0.0+g3887.f1776100: + * No changelog available. + ------------------------------------------------------------------- Wed Jan 5 14:23:40 UTC 2022 - Alexei Sorokin diff --git a/libcamera.spec b/libcamera.spec index 2c47011..be23df3 100644 --- a/libcamera.spec +++ b/libcamera.spec @@ -18,7 +18,7 @@ %define lname libcamera-suse7 Name: libcamera -Version: 0.0.0+g3381.1db1e31e +Version: 0.0.0+g3887.f1776100 Release: 0 Summary: A complex camera support library in C++ License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -31,6 +31,10 @@ Patch1: vers.diff Patch2: fix-ppc64.patch BuildRequires: boost-devel BuildRequires: c++_compiler +%if 0%{?suse_version} <= 1500 +BuildRequires: gcc9 +BuildRequires: gcc9-c++ +%endif BuildRequires: libQt5Core-devel BuildRequires: libQt5Gui-devel BuildRequires: libQt5Widgets-devel @@ -47,6 +51,7 @@ BuildRequires: pkgconfig(libevent_pthreads) BuildRequires: pkgconfig(libtiff-4) BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(yaml-0.1) %description libcamera is an experimental camera user-space API. @@ -105,6 +110,10 @@ This is its integration plugin for gstreamer. %endif %build +%if %{pkg_vcmp gcc < 8} +export CC=gcc-9 +export CXX=g++-9 +%endif export CFLAGS="%optflags -Wno-error" export CXXFLAGS="$CFLAGS" %meson \