2 Commits

Author SHA256 Message Date
dc1274d5be Fix missing file 2025-11-02 14:30:09 +01:00
729afa8426 switch to raspberry pi branch
fix broken import
2025-11-02 14:28:00 +01:00
7 changed files with 17 additions and 14 deletions

View File

@@ -1,4 +0,0 @@
mtime: 1757423263
commit: 72d4c69bd2c15557120711aaea6a5e88f818df4027bfdd5563b96813849d24f5
url: https://src.opensuse.org/jengelh/libcamera
revision: master

View File

@@ -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.2</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>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c60612bef4057109a756bb6e80f46198cf7c4ef5331897cafc73d473a4f9ee9d
size 256

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
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

View File

@@ -24,7 +24,7 @@
%define extname %nil
%endif
Name: libcamera%extname
Version: 0.5.2
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