16 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
8522a16c1c Accepting request 1303358 from graphics
- Update to release 0.5.2

OBS-URL: https://build.opensuse.org/request/show/1303358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcamera?expand=0&rev=29
2025-09-11 12:37:22 +00:00
OBS User unknown
7fe7abf315 [info=72d4c69bd2c15557120711aaea6a5e88f818df4027bfdd5563b96813849d24f5]
OBS-URL: https://build.opensuse.org/package/show/graphics/libcamera?expand=0&rev=63
2025-09-09 13:10:24 +00:00
14571d5b05 Accepting request 1291502 from graphics
- Add reproducible.patch to skip module signing (boo#1217690)

OBS-URL: https://build.opensuse.org/request/show/1291502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcamera?expand=0&rev=28
2025-07-10 21:14:55 +00:00
OBS User unknown
ca5be9b733 [info=a1e8288163d906752b49bdf330af1894d137697a5a7d2dc10d7d408c14d27e9a]
OBS-URL: https://build.opensuse.org/package/show/graphics/libcamera?expand=0&rev=62
2025-07-09 14:15:52 +00:00
ac91451ffd Accepting request 1283468 from graphics
- Update to release 0.5.1

OBS-URL: https://build.opensuse.org/request/show/1283468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcamera?expand=0&rev=27
2025-06-10 06:58:02 +00:00
OBS User unknown
438b5a171a [info=daa97686221b975ec23b94bd92e4ea4a65bd181ae8f1dde6e5aa2ee6b10753e7]
OBS-URL: https://build.opensuse.org/package/show/graphics/libcamera?expand=0&rev=61
2025-06-05 22:01:19 +00:00
4f6c5e2da1 Accepting request 1281191 from graphics
- Remove Qt5 BuildRequires which aren't really needed nor used.

OBS-URL: https://build.opensuse.org/request/show/1281191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcamera?expand=0&rev=26
2025-06-01 19:36:17 +00:00
OBS User unknown
4ff39f274a [info=95c580b3e35ec8ea1a657b3e1d33d4e75f4a79dd8871327f4a250d83ca3cecb7]
OBS-URL: https://build.opensuse.org/package/show/graphics/libcamera?expand=0&rev=60
2025-05-29 17:51:05 +00:00
7c02d86ca2 Accepting request 1267957 from graphics
OBS-URL: https://build.opensuse.org/request/show/1267957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcamera?expand=0&rev=25
2025-04-09 19:49:46 +00:00
OBS User unknown
05b49f0f45 [info=5267758c51e96ea614b32d92d03302e41d2126f0e408df5afc5f8d9a4b2f3a77]
OBS-URL: https://build.opensuse.org/package/show/graphics/libcamera?expand=0&rev=59
2025-04-08 17:22:33 +00:00
OBS User unknown
a4b589adb9 [info=20b773b2bc651ab869a45a3adac08eda0342b2cfec0cdf5e294b89c773e6e4ec]
OBS-URL: https://build.opensuse.org/package/show/graphics/libcamera?expand=0&rev=58
2025-04-08 13:03:18 +00:00
75be3c1cf9 Accepting request 1254733 from graphics
- Make build recipe POSIX sh compatible
- Add trivial patch to fix build with gcc15:

OBS-URL: https://build.opensuse.org/request/show/1254733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcamera?expand=0&rev=24
2025-03-21 19:21:34 +00:00
OBS User unknown
beaac4d76d [info=7dabd86819262dc10bdae32943962590eb4826e91521d170fab3b02a9e1daa9c]
OBS-URL: https://build.opensuse.org/package/show/graphics/libcamera?expand=0&rev=57
2025-03-20 12:22:56 +00:00
OBS User unknown
833a3ed9a6 [info=e022cf9cf3ed6f85cc96ea12a34852a6c0b472fa687d43d550dd70f70669e225]
OBS-URL: https://build.opensuse.org/package/show/graphics/libcamera?expand=0&rev=56
2025-03-20 12:12:55 +00:00
5 changed files with 33 additions and 7 deletions

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.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>

Binary file not shown.

Binary file not shown.

View File

@@ -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>

View File

@@ -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