From 14b274f4eba5e22e973e28ec49b663fd1c5a14cc2dd38df33c80e8ebf71c6703 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 9 Sep 2021 09:22:13 +0000 Subject: [PATCH 1/2] Accepting request 917636 from home:expeehaa:branches:graphics - Update to snapshot 0~3015 (a2571042) - Disable pipeline 'raspberrypi' because it creates segfaults at runtime. OBS-URL: https://build.opensuse.org/request/show/917636 OBS-URL: https://build.opensuse.org/package/show/graphics/libcamera?expand=0&rev=25 --- libcamera-0~2809.e0704e97.tar.xz | 3 --- libcamera-0~3015.a2571042.tar.xz | 3 +++ libcamera.changes | 6 ++++++ libcamera.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 libcamera-0~2809.e0704e97.tar.xz create mode 100644 libcamera-0~3015.a2571042.tar.xz diff --git a/libcamera-0~2809.e0704e97.tar.xz b/libcamera-0~2809.e0704e97.tar.xz deleted file mode 100644 index ea82666..0000000 --- a/libcamera-0~2809.e0704e97.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e627686e8686d8d9112d43fe4f9cb84930b685c8658125dc48f1f8f7f33dcf9d -size 795400 diff --git a/libcamera-0~3015.a2571042.tar.xz b/libcamera-0~3015.a2571042.tar.xz new file mode 100644 index 0000000..12a7643 --- /dev/null +++ b/libcamera-0~3015.a2571042.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b284239839b1288624fab6d914dc0c8515af6dc7ac1d934f28ae9b1b55a0e59c +size 820876 diff --git a/libcamera.changes b/libcamera.changes index 6e1e45f..fab1334 100644 --- a/libcamera.changes +++ b/libcamera.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 9 02:42:44 UTC 2021 - Lukas Müller + +- Update to snapshot 0~3015 (a2571042) +- Disable pipeline 'raspberrypi' because it creates segfaults at runtime. + ------------------------------------------------------------------- Fri Aug 27 18:03:48 UTC 2021 - Antonio Larrosa diff --git a/libcamera.spec b/libcamera.spec index 35ce9b7..0b77e15 100644 --- a/libcamera.spec +++ b/libcamera.spec @@ -18,7 +18,7 @@ Name: libcamera %define lname libcamera-suse5 -Version: 0~2809.e0704e97 +Version: 0~3015.a2571042 Release: 0 Summary: A complex camera support library in C++ License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -110,7 +110,7 @@ export CXXFLAGS="$CFLAGS" -Ddocumentation=disabled \ -Dqcam=enabled \ -Dv4l2=false -Dtracing=disabled \ - -Dpipelines=ipu3,raspberrypi,rkisp1,simple,uvcvideo,vimc \ + -Dpipelines=ipu3,rkisp1,simple,uvcvideo,vimc \ -Dlc-compliance=disabled %meson_build From 38bbdf94bb56ff46f135fd32f8ba77b6b696673a2a684cb75ec67092db6a0e71 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 9 Sep 2021 09:30:19 +0000 Subject: [PATCH 2/2] bump sover OBS-URL: https://build.opensuse.org/package/show/graphics/libcamera?expand=0&rev=26 --- baselibs.conf | 2 +- libcamera.spec | 2 +- vers.diff | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/baselibs.conf b/baselibs.conf index ae1e262..2eb92db 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libcamera-suse5 +libcamera-suse6 diff --git a/libcamera.spec b/libcamera.spec index 0b77e15..bb1ec52 100644 --- a/libcamera.spec +++ b/libcamera.spec @@ -17,7 +17,7 @@ Name: libcamera -%define lname libcamera-suse5 +%define lname libcamera-suse6 Version: 0~3015.a2571042 Release: 0 Summary: A complex camera support library in C++ diff --git a/vers.diff b/vers.diff index 991a7aa..8229f01 100644 --- a/vers.diff +++ b/vers.diff @@ -19,7 +19,7 @@ Index: libcamera-0~2809.e0704e97/src/libcamera/base/meson.build +libcamera_base_lib = shared_library('libcamera-base-suse', [libcamera_base_sources, libcamera_base_headers], name_prefix : '', -+ soversion : '5', ++ soversion : '6', install : true, cpp_args : libcamera_base_args, include_directories : libcamera_includes, @@ -34,7 +34,7 @@ Index: libcamera-0~2809.e0704e97/src/libcamera/meson.build -libcamera = shared_library('libcamera', +libcamera = shared_library('libcamera-suse', libcamera_sources, -+ soversion : '5', ++ soversion : '6', name_prefix : '', install : true, include_directories : includes,