From 2f8eda8b68e8f56b8b8f382f5fc0019ab4be2e9ede8641865f0634000ac2789b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 13 Jan 2024 08:49:48 +0000 Subject: [PATCH] - Update to release 0.2.0 OBS-URL: https://build.opensuse.org/package/show/graphics/libcamera?expand=0&rev=44 --- _service | 11 +++++------ baselibs.conf | 4 ++-- libcamera-0.1.0.tar.xz | 3 --- libcamera-0.2.0.tar.xz | 3 +++ libcamera.changes | 9 +++++++++ libcamera.spec | 11 ++++++----- 6 files changed, 25 insertions(+), 16 deletions(-) delete mode 100644 libcamera-0.1.0.tar.xz create mode 100644 libcamera-0.2.0.tar.xz diff --git a/_service b/_service index 7402786..285bc2a 100644 --- a/_service +++ b/_service @@ -1,15 +1,14 @@ - - + git - git://linuxtv.org/libcamera - refs/tags/v0.1.0 + https://git.libcamera.org/libcamera/libcamera.git + refs/tags/v0.2.0 @PARENT_TAG@ v([0-9\.]*) - + *.tar xz - + diff --git a/baselibs.conf b/baselibs.conf index d9011e9..bc3c228 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,2 +1,2 @@ -libcamera0_1 -libcamera-base0_1 +libcamera0_2 +libcamera-base0_2 diff --git a/libcamera-0.1.0.tar.xz b/libcamera-0.1.0.tar.xz deleted file mode 100644 index 2524ac0..0000000 --- a/libcamera-0.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d5dd3513704e2c7b9e95423b6df1d0cd06f8c5db3635b35a0cb69994703f0c6 -size 1016288 diff --git a/libcamera-0.2.0.tar.xz b/libcamera-0.2.0.tar.xz new file mode 100644 index 0000000..65b6724 --- /dev/null +++ b/libcamera-0.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3e5c031a89a5cf8a0810e3fcdb6eb7066f23d73bd9181e56f141d59ffe0aab2 +size 1081292 diff --git a/libcamera.changes b/libcamera.changes index 37f69df..4ecebd1 100644 --- a/libcamera.changes +++ b/libcamera.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jan 13 08:48:16 UTC 2024 - Jan Engelhardt + +- 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 diff --git a/libcamera.spec b/libcamera.spec index a7147c1..4670510 100644 --- a/libcamera.spec +++ b/libcamera.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,16 @@ # -%define lname libcamera0_1 -%define lname_base libcamera-base0_1 +%define lname libcamera0_2 +%define lname_base libcamera-base0_2 Name: libcamera -Version: 0.1.0 +Version: 0.2.0 Release: 0 Summary: A complex camera support library in C++ License: GPL-2.0-or-later AND LGPL-2.1-or-later 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 Source1: baselibs.conf