forked from pool/libcamera
Accepting request 944095 from graphics
OBS-URL: https://build.opensuse.org/request/show/944095 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcamera?expand=0&rev=12
This commit is contained in:
commit
448eeae437
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">d79b41200199e03834578f5120bb8375bad37aec</param>
|
<param name="revision">1db1e31e664c1f613dc964d8519fe75d67b154b6</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:18f16704843df8f2f393556083258c2530c909e64f6538f47e0557ee5d47fbc4
|
|
||||||
size 824600
|
|
3
libcamera-0.0.0+g3381.1db1e31e.tar.xz
Normal file
3
libcamera-0.0.0+g3381.1db1e31e.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d0d0dda877f286b9aaf8b5dbd8b8fe5957955f68f5625b9bb3196e056db23c3b
|
||||||
|
size 853756
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 5 14:23:40 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
|
- Update to version 0.0.0+g3381.1db1e31e:
|
||||||
|
* No changelog available.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 29 11:35:57 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
Wed Dec 29 11:35:57 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libcamera
|
# spec file for package libcamera
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: libcamera
|
|
||||||
%define lname libcamera-suse7
|
%define lname libcamera-suse7
|
||||||
Version: 0.0.0+g3076.d79b4120
|
Name: libcamera
|
||||||
|
Version: 0.0.0+g3381.1db1e31e
|
||||||
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
|
||||||
@ -34,8 +34,8 @@ BuildRequires: c++_compiler
|
|||||||
BuildRequires: libQt5Core-devel
|
BuildRequires: libQt5Core-devel
|
||||||
BuildRequires: libQt5Gui-devel
|
BuildRequires: libQt5Gui-devel
|
||||||
BuildRequires: libQt5Widgets-devel
|
BuildRequires: libQt5Widgets-devel
|
||||||
BuildRequires: meson >= 0.55
|
BuildRequires: meson >= 0.53
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-Jinja2
|
BuildRequires: python3-Jinja2
|
||||||
BuildRequires: python3-PyYAML
|
BuildRequires: python3-PyYAML
|
||||||
BuildRequires: python3-ply
|
BuildRequires: python3-ply
|
||||||
|
Loading…
Reference in New Issue
Block a user