forked from jengelh/libcamera
Accepting request 917699 from graphics
- Update to snapshot 0~3015 (a2571042) - Disable pipeline 'raspberrypi' because it creates segfaults at runtime. OBS-URL: https://build.opensuse.org/request/show/917699 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcamera?expand=0&rev=9
This commit is contained in:
commit
7eaf30017d
@ -1 +1 @@
|
||||
libcamera-suse5
|
||||
libcamera-suse6
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e627686e8686d8d9112d43fe4f9cb84930b685c8658125dc48f1f8f7f33dcf9d
|
||||
size 795400
|
3
libcamera-0~3015.a2571042.tar.xz
Normal file
3
libcamera-0~3015.a2571042.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b284239839b1288624fab6d914dc0c8515af6dc7ac1d934f28ae9b1b55a0e59c
|
||||
size 820876
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 9 02:42:44 UTC 2021 - Lukas Müller <expeehaa@outlook.com>
|
||||
|
||||
- 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 <alarrosa@suse.com>
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: libcamera
|
||||
%define lname libcamera-suse5
|
||||
Version: 0~2809.e0704e97
|
||||
%define lname libcamera-suse6
|
||||
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
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user