From 6bec057ddb7ecf557bfe02cef2e36a35c2ae82c2f3f67aecc1b4fa498c05aae3 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 19 Aug 2024 16:16:11 +0000 Subject: [PATCH] [info=ad29c9928f6467fac0e47fbe642fc8090d447813cac397f8787621b373fbe663] OBS-URL: https://build.opensuse.org/package/show/graphics/libcamera?expand=0&rev=49 --- _scmsync.obsinfo | 4 ++-- _service | 2 +- build.specials.obscpio | 2 +- libcamera-0.2.0.tar.xz | 3 --- libcamera-0.3.1.tar.xz | 3 +++ libcamera.changes | 18 ++++++++++++++++++ libcamera.spec | 34 ++++++++++++++++++++++++++-------- 7 files changed, 51 insertions(+), 15 deletions(-) delete mode 100644 libcamera-0.2.0.tar.xz create mode 100644 libcamera-0.3.1.tar.xz diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index ef38eec..1414893 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1710965393 -commit: 787d1706d3ab005d36cdddbf9ba4203b95e3b350778beab50b7fd2e13dd06d7b +mtime: 1724084428 +commit: ad29c9928f6467fac0e47fbe642fc8090d447813cac397f8787621b373fbe663 url: https://src.opensuse.org/jengelh/libcamera revision: master diff --git a/_service b/_service index 285bc2a..8712ddd 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ git https://git.libcamera.org/libcamera/libcamera.git - refs/tags/v0.2.0 + refs/tags/v0.3.1 @PARENT_TAG@ v([0-9\.]*) diff --git a/build.specials.obscpio b/build.specials.obscpio index c14a1c1..2e26dba 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:66ecf9f4253cf4b0e6796f2491610183f97bb945413d0a012c35b6d7f9d311ed +oid sha256:edab86fe371e521ad76d05690b8464173f612291d4eb0184d3ce7022d7b8e476 size 256 diff --git a/libcamera-0.2.0.tar.xz b/libcamera-0.2.0.tar.xz deleted file mode 100644 index 65b6724..0000000 --- a/libcamera-0.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3e5c031a89a5cf8a0810e3fcdb6eb7066f23d73bd9181e56f141d59ffe0aab2 -size 1081292 diff --git a/libcamera-0.3.1.tar.xz b/libcamera-0.3.1.tar.xz new file mode 100644 index 0000000..2044775 --- /dev/null +++ b/libcamera-0.3.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc475ff2ca01fd7a6276fac67aecd13f999388e0d7292c18c326239a40c74f0a +size 1148140 diff --git a/libcamera.changes b/libcamera.changes index 40cf7fb..d5fd0bb 100644 --- a/libcamera.changes +++ b/libcamera.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Aug 12 15:41:49 UTC 2024 - Jan Engelhardt + +- Update to release 0.3.1 + * new Soft ISP feature and enablement in the simple-pipeline + handler for Qualcomm based devices supporting CamSS and the + inclusion of a new Pipeline handler to support the Mali-C55 + ISP which now has open source kernel drivers available. + * The i.MX8MP ISP is now officially supported through the + existing RKISP1 pipeline handler, and the Simple Pipeline + handler now supports the MediaTek MT8365 platform. + * Three additional camera sensors, IMX283, IMX335, and IMX415 + are also now supported. + * The IPU6 is now supported by the SoftISP and Simple Pipeline + handler and the Onsemi AR0144 is now supported by libipa. A + new control has been added to support setting and reading of + Gamma, and gamma control has been added to the RKISP1 IPA. + ------------------------------------------------------------------- Tue Mar 19 07:41:24 UTC 2024 - Richard Biener diff --git a/libcamera.spec b/libcamera.spec index 6a0bc91..d5cc3c2 100644 --- a/libcamera.spec +++ b/libcamera.spec @@ -16,10 +16,10 @@ # -%define lname libcamera0_2 -%define lname_base libcamera-base0_2 +%define lname libcamera0_3 +%define lname_base libcamera-base0_3 Name: libcamera -Version: 0.2.0 +Version: 0.3.1 Release: 0 Summary: A complex camera support library in C++ License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -33,14 +33,14 @@ Source1: baselibs.conf BuildRequires: boost-devel BuildRequires: c++_compiler %if 0%{?suse_version} <= 1500 -BuildRequires: gcc9 -BuildRequires: gcc9-c++ +BuildRequires: gcc11 +BuildRequires: gcc11-c++ %endif BuildRequires: libQt5Core-devel BuildRequires: libQt5Gui-devel BuildRequires: libQt5Widgets-devel BuildRequires: meson >= 0.56 -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: python3-Jinja2 BuildRequires: python3-PyYAML BuildRequires: python3-ply @@ -53,6 +53,14 @@ BuildRequires: pkgconfig(libtiff-4) BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(yaml-0.1) +BuildRequires: pkgconfig(sdl2) +BuildRequires: pkgconfig(Qt6Core) +BuildRequires: pkgconfig(Qt6Gui) +BuildRequires: pkgconfig(Qt6OpenGL) +BuildRequires: pkgconfig(Qt6OpenGLWidgets) +BuildRequires: pkgconfig(Qt6Widgets) +BuildRequires: pkgconfig(python3) +BuildRequires: pkgconfig(pybind11) %description libcamera is an experimental camera user-space API. @@ -116,13 +124,20 @@ Group: Productivity/Multimedia/Other libcamera is an experimental camera user-space API. This is its integration plugin for gstreamer. +%package -n python3-libcamera +Summary: Python bindings for libcamera +Group: Development/Languages/Python + +%description -n python3-libcamera +Python bindings for libcamera. + %prep %autosetup -p1 %build %if 0%{?suse_version} <= 1500 -export CC=gcc-9 -export CXX=g++-9 +export CC=gcc-11 +export CXX=g++-11 %endif %meson \ -Ddocumentation=disabled \ @@ -161,4 +176,7 @@ export CXX=g++-9 %files -n gstreamer-plugins-libcamera %_libdir/gstreamer-1.0/ +%files -n python3-libcamera +%python3_sitearch/* + %changelog