forked from pool/libcamera
Compact filelist. Bump SO version due to ABI change (ManualExposure is gone).
OBS-URL: https://build.opensuse.org/package/show/graphics/libcamera?expand=0&rev=16
This commit is contained in:
parent
b1f4b08e3f
commit
017d4ed82f
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libcamera
|
Name: libcamera
|
||||||
%define lname libcamera-suse2
|
%define lname libcamera-suse3
|
||||||
Version: 0~1998.4757ff4
|
Version: 0~1998.4757ff4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A complex camera support library in C++
|
Summary: A complex camera support library in C++
|
||||||
@ -125,12 +125,7 @@ perl -i -pe 's{-lcamera-suse}{-lcamera}' "%buildroot/%_libdir/pkgconfig"/*.pc
|
|||||||
%_bindir/qcam
|
%_bindir/qcam
|
||||||
%_libexecdir/libcamera/
|
%_libexecdir/libcamera/
|
||||||
%_libdir/libcamera/
|
%_libdir/libcamera/
|
||||||
%dir %_datadir/libcamera
|
%_datadir/libcamera/
|
||||||
%dir %_datadir/libcamera/ipa
|
|
||||||
%dir %_datadir/libcamera/ipa/raspberrypi
|
|
||||||
%_datadir/libcamera/ipa/raspberrypi/*.json
|
|
||||||
%dir %_datadir/libcamera/ipa/vimc
|
|
||||||
%_datadir/libcamera/ipa/vimc/vimc.conf
|
|
||||||
|
|
||||||
%files -n gstreamer-plugins-libcamera
|
%files -n gstreamer-plugins-libcamera
|
||||||
%_libdir/gstreamer-1.0/
|
%_libdir/gstreamer-1.0/
|
||||||
|
@ -17,7 +17,7 @@ Index: libcamera-0~1118.4de31cc/src/libcamera/meson.build
|
|||||||
-libcamera = shared_library('camera',
|
-libcamera = shared_library('camera',
|
||||||
+libcamera = shared_library('camera-suse',
|
+libcamera = shared_library('camera-suse',
|
||||||
libcamera_sources,
|
libcamera_sources,
|
||||||
+ soversion : '2',
|
+ soversion : '3',
|
||||||
install : true,
|
install : true,
|
||||||
link_with : libcamera_link_with,
|
link_with : libcamera_link_with,
|
||||||
include_directories : includes,
|
include_directories : includes,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user