Compare commits
16 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
72d4c69bd2 | ||
|
a1e8288163 | ||
daa9768622 | |||
2b9ac9eaca | |||
95c580b3e3 | |||
5267758c51 | |||
20b773b2bc | |||
7dabd86819 | |||
314d8074f9 | |||
e022cf9cf3 | |||
a947ca7173 | |||
56d5d94fe2 | |||
0f3c64f78d | |||
25c26bf338 | |||
8fd5818ce4 | |||
74ec3fe50d |
2
_service
2
_service
@@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://git.libcamera.org/libcamera/libcamera.git</param>
|
||||
<param name="revision">refs/tags/v0.5.1</param>
|
||||
<param name="revision">refs/tags/v0.5.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v([0-9\.]*)</param>
|
||||
</service>
|
||||
|
BIN
libcamera-0.5.1.tar.xz
(Stored with Git LFS)
BIN
libcamera-0.5.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
libcamera-0.5.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
libcamera-0.5.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 9 12:42:46 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
- Update to release 0.5.2
|
||||
* This release substantial development on gstreamer.
|
||||
* In core we can see development that cleans up ProcessManager
|
||||
in a drive to reduce singleton patterns throughout libcamera.
|
||||
* Pipelines are now able to limit the number of requests queued
|
||||
into the pipeline handler which helps prevent issues when
|
||||
applications desire to use a larger request queue.
|
||||
* It's now possible to check if controls exist with new macros
|
||||
defined for every control to help codebases compile against
|
||||
multiple versions.
|
||||
- see https://gitlab.freedesktop.org/camera/libcamera/-/releases/v0.5.2
|
||||
for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 9 11:32:16 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.de>
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
%define extname %nil
|
||||
%endif
|
||||
Name: libcamera%extname
|
||||
Version: 0.5.1
|
||||
Version: 0.5.2
|
||||
Release: 0
|
||||
Summary: A complex camera support library in C++
|
||||
License: CC-BY-SA-4.0 AND GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
|
Reference in New Issue
Block a user