forked from pool/libcamera
Compare commits
14 Commits
Author | SHA256 | Date | |
---|---|---|---|
9ceeb90757 | |||
ebd4518164 | |||
|
ac12b184d2 | ||
|
2452493a53 | ||
e06bbe78b7 | |||
|
9cef968c51 | ||
259b43dc90 | |||
|
97e4e421e3 | ||
|
d7002e98bf | ||
|
e17114be0c | ||
|
6bec057ddb | ||
09df7011aa | |||
|
e5e8180451 | ||
646de8b6c3 |
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.2</param>
|
||||
<param name="revision">refs/tags/v0.5.1</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)
Normal file
BIN
libcamera-0.5.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libcamera-0.5.2.tar.xz
(Stored with Git LFS)
BIN
libcamera-0.5.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
@@ -1,19 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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.2
|
||||
Version: 0.5.1
|
||||
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