1
0
forked from pool/libcamera

1 Commits

Author SHA256 Message Date
9ceeb90757 Sync changes to SLFO-1.2 branch 2025-08-20 09:35:52 +02:00
5 changed files with 7 additions and 33 deletions

View File

@@ -1,8 +1,8 @@
<services>
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/raspberrypi/libcamera</param>
<param name="revision">refs/tags/v0.5.2+rpt20250903</param>
<param name="url">https://git.libcamera.org/libcamera/libcamera.git</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 LFS Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,24 +1,3 @@
-------------------------------------------------------------------
Sun Nov 2 13:24:34 UTC 2025 - Adrian Schröter <adrian@suse.de>
- Switch to Raspberry-Pi git repository
-------------------------------------------------------------------
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>

View File

@@ -24,7 +24,7 @@
%define extname %nil
%endif
Name: libcamera%extname
Version: 0.5.2+rpt20250903
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
@@ -159,12 +159,7 @@ export CXX=g++-11
%endif
-Dv4l2=false -Dtracing=disabled \
-Dpipelines=ipu3,rkisp1,simple,uvcvideo,vimc \
-Dlc-compliance=disabled \
-Dpycamera=enabled \
%ifarch aach64
-Dpipelines=rpi/vc4,rpi/pisp -Dipas=rpi/vc4,rpi/pisp -Dv4l2=true \
%endif
-Dlc-compliance=disabled
%meson_build
%install