forked from jengelh/libcamera
Accepting request 1063498 from graphics
OBS-URL: https://build.opensuse.org/request/show/1063498 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcamera?expand=0&rev=16
This commit is contained in:
commit
23e024bcb0
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">git://linuxtv.org/libcamera</param>
|
||||
<param name="revision">refs/tags/v0.0.3</param>
|
||||
<param name="revision">refs/tags/v0.0.4</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v([0-9\.]*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://linuxtv.org/libcamera</param>
|
||||
<param name="changesrevision">f66a5c447b65bce774a1bc2d01034f437bf764b5</param></service></servicedata>
|
||||
<param name="changesrevision">6cf637eb253a68edebe59505bea55435fafb00cd</param></service></servicedata>
|
||||
|
@ -1,2 +1,2 @@
|
||||
libcamera0_0_3
|
||||
libcamera-base0_0_3
|
||||
libcamera0_0_4
|
||||
libcamera-base0_0_4
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5bb3be9b2cdf85cdd3947dc2184e9ab42d2f5881b2610cc39bd3170e7bc9eba
|
||||
size 5829645
|
3
libcamera-0.0.4.obscpio
Normal file
3
libcamera-0.0.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:69a9bc4e24666fca0e5a408f68e1d57a09a3711529b38d29591d4a28bbcbba4f
|
||||
size 5986317
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 10:08:27 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to version 0.0.4:
|
||||
Bugfixes:
|
||||
* libcamera: yaml_parser: Use C locale
|
||||
* libcamera: base: utils: Support C libraries lacking locale support
|
||||
* py: cam.py: Fix duplicate metadata output if more than one stream
|
||||
* libcamera: camera: Fix validateColorSpaces to choose main colour space
|
||||
* pipeline: raspberrypi: Fix handling of colour spaces
|
||||
Core:
|
||||
* test: Fix/Enable testing with ASan
|
||||
* test: Remove redundant pipeline tests
|
||||
* meson: Only build pipeline handlers needed in host architecture
|
||||
* meson: Add 'all' choice to pipelines option
|
||||
* utils: checkstyle.py: Add commit title checker
|
||||
* libcamera: ipa_module: Relax ipaModuleInfo symbol size check
|
||||
* pipeline: Support configuration file paths
|
||||
ipa:
|
||||
* camera_sensor: Improve h/v flip handling
|
||||
* camera_sensor: Add AR0521 Sensor support
|
||||
* camera_sensor: Add OV4689 Sensor support
|
||||
* camera_sensor: Add support for OmniVision OV8858
|
||||
* raspberrypi: Support Autofocus with PDAF
|
||||
* raspberrypi: Support for the Sony IMX708 sensor
|
||||
* rkisp1: Raise maximum analogue gain
|
||||
pipeline:
|
||||
* raspberrypi: Support parameters from a configuration file
|
||||
* raspberrypi: Add a parameter to disable startup drop frames
|
||||
* libcamera: rkisp1: Add support for Transform
|
||||
apps:
|
||||
* gstreamer: Add bayer8 support to libcamerasrc
|
||||
* qcam: Show string representation of pixel format
|
||||
ABI Compliance:
|
||||
* abi-compliance-checker reports 100% ABI and API compatibility with
|
||||
with v0.0.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 08:13:42 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libcamera
|
||||
version: 0.0.3
|
||||
mtime: 1671548134
|
||||
commit: f66a5c447b65bce774a1bc2d01034f437bf764b5
|
||||
version: 0.0.4
|
||||
mtime: 1675212256
|
||||
commit: 6cf637eb253a68edebe59505bea55435fafb00cd
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libcamera
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define lname libcamera0_0_3
|
||||
%define lname_base libcamera-base0_0_3
|
||||
%define lname libcamera0_0_4
|
||||
%define lname_base libcamera-base0_0_4
|
||||
Name: libcamera
|
||||
Version: 0.0.3
|
||||
Version: 0.0.4
|
||||
Release: 0
|
||||
Summary: A complex camera support library in C++
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user