From 2fc2aed4e100c8df56419f13dd431483e1453a66 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Tue, 11 Jun 2024 00:45:00 +0200 Subject: [PATCH] automatic version update by autodist [release 0.3.0-1mamba;Fri May 24 2024] --- libcamera-0.0.5-python-sphinx-7.0.1.patch | 46 ----------------------- libcamera.spec | 15 ++++++-- 2 files changed, 11 insertions(+), 50 deletions(-) delete mode 100644 libcamera-0.0.5-python-sphinx-7.0.1.patch diff --git a/libcamera-0.0.5-python-sphinx-7.0.1.patch b/libcamera-0.0.5-python-sphinx-7.0.1.patch deleted file mode 100644 index b2f779b..0000000 --- a/libcamera-0.0.5-python-sphinx-7.0.1.patch +++ /dev/null @@ -1,46 +0,0 @@ -From 6cb92b523bd60bd7718df134cc5b1eff51cf42e5 Mon Sep 17 00:00:00 2001 -From: Laurent Pinchart -Date: Fri, 28 Jul 2023 22:11:45 +0300 -Subject: Documentation: theme: Fix compilation with Sphinx >= 7.0.0 - -Sphinx 7.0.0 has dropped support for the deprecated 'style' variable -(https://github.com/sphinx-doc/sphinx/pull/11381). This breaks -compilation of the documentation: - - /usr/bin/sphinx-build -D release=v0.1.0+16-eed6a079 -q -W -b html Documentation Documentation/html - - Theme error: - An error happened in rendering the page api-html/index. - Reason: UndefinedError("'style' is undefined") - -The recommended replacement is 'styles[-1]'. However, this resolves to -'_static/css/theme.css', which is part of the 'css_styles' variable, and -results in the stylesheet being included twice. To avoid that and fix -the compilation error, simply drop the first reference. - -Signed-off-by: Laurent Pinchart -Tested-by: Kieran Bingham -Reviewed-by: Kieran Bingham ---- - Documentation/theme/layout.html | 5 ----- - 1 file changed, 5 deletions(-) - -diff --git a/Documentation/theme/layout.html b/Documentation/theme/layout.html -index fcc6d221..4fffefab 100644 ---- a/Documentation/theme/layout.html -+++ b/Documentation/theme/layout.html -@@ -33,11 +33,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 - - {% endif %} - -- {# RTD hosts this file, so just load on non RTD builds #} -- {% if not READTHEDOCS %} -- -- {% endif %} -- - {% for cssfile in css_files %} - - {% endfor %} --- -cgit v1.2.1 - diff --git a/libcamera.spec b/libcamera.spec index 351b751..7f2266a 100644 --- a/libcamera.spec +++ b/libcamera.spec @@ -1,5 +1,5 @@ Name: libcamera -Version: 0.2.0 +Version: 0.3.0 Release: 1mamba Summary: A complex camera support library for Linux, Android, and ChromeOS Group: System/Libraries @@ -8,7 +8,6 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://libcamera.org/ Source: https://git.libcamera.org/libcamera/libcamera.git/v%{version}/libcamera-%{version}.tar.bz2 -Patch0: libcamera-0.0.5-python-sphinx-7.0.1.patch License: GPL, LGPL, BSD, MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -24,6 +23,7 @@ BuildRequires: libgst-plugins-base-devel BuildRequires: libgstreamer-devel BuildRequires: libjpeg-devel BuildRequires: liblttng-ust-devel +BuildRequires: libpython311-devel BuildRequires: libstdc++6-devel BuildRequires: libtiff-devel BuildRequires: libudev-devel @@ -31,8 +31,8 @@ BuildRequires: libunwind-devel BuildRequires: libyaml-devel BuildRequires: qt5-qtbase-devel ## AUTOBUILDREQ-END -BuildRequires: libgmock-devel >= 1.14.0-1mamba BuildRequires: meson +BuildRequires: python-ply-py3 %description A complex camera support library for Linux, Android, and ChromeOS. @@ -59,7 +59,6 @@ This package contains utility applications for %{name}. %prep %setup -q -#%patch 0 -p1 -b .python-sphinx-7.0.1 %build %meson @@ -96,7 +95,12 @@ This package contains utility applications for %{name}. %dir %{_datadir}/libcamera/ipa/rkisp1 %{_datadir}/libcamera/ipa/rkisp1/* %{_datadir}/libcamera/pipeline/rpi/vc4/example.yaml +%{_libdir}/libcamera/ipa_soft_simple.so* +%{_libexecdir}/libcamera/soft_ipa_proxy +%{_datadir}/libcamera/ipa/simple/uncalibrated.yaml %endif +%dir %{python3_sitearch}/libcamera +%{python3_sitearch}/libcamera/* %files devel %defattr(-,root,root) @@ -117,6 +121,9 @@ This package contains utility applications for %{name}. %{_bindir}/qcam %changelog +* Fri May 24 2024 Automatic Build System 0.3.0-1mamba +- automatic version update by autodist + * Mon Jan 15 2024 Automatic Build System 0.2.0-1mamba - automatic version update by autodist