forked from jengelh/libcamera
- Update to release 0.2.0
OBS-URL: https://build.opensuse.org/package/show/graphics/libcamera?expand=0&rev=44
This commit is contained in:
parent
ebe73b9cbb
commit
2f8eda8b68
11
_service
11
_service
@ -1,15 +1,14 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">git://linuxtv.org/libcamera</param>
|
<param name="url">https://git.libcamera.org/libcamera/libcamera.git</param>
|
||||||
<param name="revision">refs/tags/v0.1.0</param>
|
<param name="revision">refs/tags/v0.2.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v([0-9\.]*)</param>
|
<param name="versionrewrite-pattern">v([0-9\.]*)</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="manual">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled"/>
|
<service name="set_version" mode="manual"/>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
libcamera0_1
|
libcamera0_2
|
||||||
libcamera-base0_1
|
libcamera-base0_2
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7d5dd3513704e2c7b9e95423b6df1d0cd06f8c5db3635b35a0cb69994703f0c6
|
|
||||||
size 1016288
|
|
BIN
libcamera-0.2.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libcamera-0.2.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 13 08:48:16 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.2.0
|
||||||
|
* The control "SceneFlicker" has been removed and replaced by
|
||||||
|
AeFlickerMode, AeFlickerDetected and AeFlickerPeriod.
|
||||||
|
* CameraConfiguration::transform was removed,
|
||||||
|
CameraConfiguration::orientation and sensorConfig added.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 01 07:00:58 UTC 2023 - rfrohl@suse.com
|
Fri Sep 01 07:00:58 UTC 2023 - rfrohl@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libcamera
|
# spec file for package libcamera
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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,15 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define lname libcamera0_1
|
%define lname libcamera0_2
|
||||||
%define lname_base libcamera-base0_1
|
%define lname_base libcamera-base0_2
|
||||||
Name: libcamera
|
Name: libcamera
|
||||||
Version: 0.1.0
|
Version: 0.2.0
|
||||||
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
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://libcamera.org/
|
URL: https://libcamera.org/
|
||||||
|
#Git-Web: https://git.libcamera.org/libcamera/libcamera.git/
|
||||||
|
|
||||||
Source: %name-%version.tar.xz
|
Source: %name-%version.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user