Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| dc1274d5be | |||
| 729afa8426 |
@@ -1,4 +0,0 @@
|
||||
mtime: 1757423263
|
||||
commit: 72d4c69bd2c15557120711aaea6a5e88f818df4027bfdd5563b96813849d24f5
|
||||
url: https://src.opensuse.org/jengelh/libcamera
|
||||
revision: master
|
||||
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.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>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c60612bef4057109a756bb6e80f46198cf7c4ef5331897cafc73d473a4f9ee9d
|
||||
size 256
|
||||
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.
BIN
libcamera-0.5.2.tar.xz
LFS
BIN
libcamera-0.5.2.tar.xz
LFS
Binary file not shown.
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user