forked from pool/libcamera
Accepting request 1000920 from graphics
OBS-URL: https://build.opensuse.org/request/show/1000920 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcamera?expand=0&rev=13
This commit is contained in:
commit
3ea8197ac8
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">git://linuxtv.org/libcamera</param>
|
<param name="url">git://linuxtv.org/libcamera</param>
|
||||||
<param name="revision">1db1e31e664c1f613dc964d8519fe75d67b154b6</param>
|
<param name="revision">f1776100f55e70320a8938586bc8bf2f242addd4</param>
|
||||||
<param name="parent-tag">v0.0.0</param>
|
<param name="parent-tag">v0.0.0</param>
|
||||||
<param name="versionformat">0.0.0+g@TAG_OFFSET@.%h</param>
|
<param name="versionformat">0.0.0+g@TAG_OFFSET@.%h</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d0d0dda877f286b9aaf8b5dbd8b8fe5957955f68f5625b9bb3196e056db23c3b
|
|
||||||
size 853756
|
|
3
libcamera-0.0.0+g3887.f1776100.tar.xz
Normal file
3
libcamera-0.0.0+g3887.f1776100.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6a20259a6e1a1dbdeea1753e2639f829a3aeffdf236c606004ad1ea66de6ff93
|
||||||
|
size 914440
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 2 10:10:53 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
|
- Update to version 0.0.0+g3887.f1776100:
|
||||||
|
* No changelog available.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 5 14:23:40 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
|
Wed Jan 5 14:23:40 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define lname libcamera-suse7
|
%define lname libcamera-suse7
|
||||||
Name: libcamera
|
Name: libcamera
|
||||||
Version: 0.0.0+g3381.1db1e31e
|
Version: 0.0.0+g3887.f1776100
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A complex camera support library in C++
|
Summary: A complex camera support library in C++
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
@ -31,6 +31,10 @@ Patch1: vers.diff
|
|||||||
Patch2: fix-ppc64.patch
|
Patch2: fix-ppc64.patch
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
|
%if 0%{?suse_version} <= 1500
|
||||||
|
BuildRequires: gcc9
|
||||||
|
BuildRequires: gcc9-c++
|
||||||
|
%endif
|
||||||
BuildRequires: libQt5Core-devel
|
BuildRequires: libQt5Core-devel
|
||||||
BuildRequires: libQt5Gui-devel
|
BuildRequires: libQt5Gui-devel
|
||||||
BuildRequires: libQt5Widgets-devel
|
BuildRequires: libQt5Widgets-devel
|
||||||
@ -47,6 +51,7 @@ BuildRequires: pkgconfig(libevent_pthreads)
|
|||||||
BuildRequires: pkgconfig(libtiff-4)
|
BuildRequires: pkgconfig(libtiff-4)
|
||||||
BuildRequires: pkgconfig(libudev)
|
BuildRequires: pkgconfig(libudev)
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
|
BuildRequires: pkgconfig(yaml-0.1)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libcamera is an experimental camera user-space API.
|
libcamera is an experimental camera user-space API.
|
||||||
@ -105,6 +110,10 @@ This is its integration plugin for gstreamer.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{pkg_vcmp gcc < 8}
|
||||||
|
export CC=gcc-9
|
||||||
|
export CXX=g++-9
|
||||||
|
%endif
|
||||||
export CFLAGS="%optflags -Wno-error"
|
export CFLAGS="%optflags -Wno-error"
|
||||||
export CXXFLAGS="$CFLAGS"
|
export CXXFLAGS="$CFLAGS"
|
||||||
%meson \
|
%meson \
|
||||||
|
Loading…
Reference in New Issue
Block a user