Compare commits
16 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| dc1274d5be | |||
| 729afa8426 | |||
| 8522a16c1c | |||
|
|
7fe7abf315 | ||
| 14571d5b05 | |||
|
|
ca5be9b733 | ||
| ac91451ffd | |||
|
|
438b5a171a | ||
| 4f6c5e2da1 | |||
|
|
4ff39f274a | ||
| 7c02d86ca2 | |||
|
|
05b49f0f45 | ||
|
|
a4b589adb9 | ||
| 75be3c1cf9 | |||
|
|
beaac4d76d | ||
|
|
833a3ed9a6 |
4
_service
4
_service
@@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<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="url">https://github.com/raspberrypi/libcamera</param>
|
||||
<param name="revision">refs/tags/v0.5.2+rpt20250903</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v([0-9\.]*)</param>
|
||||
</service>
|
||||
|
||||
BIN
libcamera-0.5.1.tar.xz
LFS
BIN
libcamera-0.5.1.tar.xz
LFS
Binary file not shown.
BIN
libcamera-0.5.2+rpt20250903.tar.xz
LFS
Normal file
BIN
libcamera-0.5.2+rpt20250903.tar.xz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
%define extname %nil
|
||||
%endif
|
||||
Name: libcamera%extname
|
||||
Version: 0.5.1
|
||||
Version: 0.5.2+rpt20250903
|
||||
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,7 +159,12 @@ export CXX=g++-11
|
||||
%endif
|
||||
-Dv4l2=false -Dtracing=disabled \
|
||||
-Dpipelines=ipu3,rkisp1,simple,uvcvideo,vimc \
|
||||
-Dlc-compliance=disabled
|
||||
-Dlc-compliance=disabled \
|
||||
-Dpycamera=enabled \
|
||||
%ifarch aach64
|
||||
-Dpipelines=rpi/vc4,rpi/pisp -Dipas=rpi/vc4,rpi/pisp -Dv4l2=true \
|
||||
%endif
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
|
||||
Reference in New Issue
Block a user