Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kimageformats for openSUSE:Factory 
checked in at 2021-05-18 18:26:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kimageformats (Old)
 and      /work/SRC/openSUSE:Factory/.kimageformats.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kimageformats"

Tue May 18 18:26:47 2021 rev:93 rq:893231 version:5.82.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kimageformats/kimageformats.changes      
2021-05-10 15:37:12.538079894 +0200
+++ /work/SRC/openSUSE:Factory/.kimageformats.new.2988/kimageformats.changes    
2021-05-18 18:27:06.702788368 +0200
@@ -1,0 +2,5 @@
+Fri May 14 05:15:36 UTC 2021 - Tejas Guruswamy <tejas.gurusw...@opensuse.org>
+
+- Enable HEIF plugin build on openSUSE Tumbleweed (requires libheif)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kimageformats.spec ++++++
--- /var/tmp/diff_new_pack.IKT6Gs/_old  2021-05-18 18:27:07.194786236 +0200
+++ /var/tmp/diff_new_pack.IKT6Gs/_new  2021-05-18 18:27:07.198786218 +0200
@@ -18,6 +18,7 @@
 
 %if 0%{?suse_version} > 1500
 %define with_avif 1
+%define with_heif 1
 %endif
 %define _tar_path 5.82
 # Full KF5 version (e.g. 5.33.0)
@@ -50,6 +51,9 @@
 %if 0%{?with_avif}
 BuildRequires:  cmake(libavif) >= 0.8.2
 %endif
+%if 0%{?with_heif}
+BuildRequires:  cmake(libheif) >= 1.10.0
+%endif
 %requires_ge    libQt5Gui5
 %requires_ge    libQt5PrintSupport5
 Recommends:     libqt5-qtimageformats >= 5.12.0
@@ -76,7 +80,7 @@
 %autosetup -p1
 
 %build
-%cmake_kf5 -d build
+%cmake_kf5 -d build -- -DKIMAGEFORMATS_HEIF=ON
 %cmake_build
 
 %install
@@ -90,6 +94,9 @@
 %if 0%{?with_avif}
 %{_kf5_plugindir}/imageformats/kimg_avif.so
 %endif
+%if 0%{?with_heif}
+%{_kf5_plugindir}/imageformats/kimg_heif.so
+%endif
 %{_kf5_plugindir}/imageformats/kimg_exr.so
 %{_kf5_plugindir}/imageformats/kimg_hdr.so
 %{_kf5_plugindir}/imageformats/kimg_kra.so
@@ -106,6 +113,9 @@
 %if 0%{?with_avif}
 %{_kf5_servicesdir}/qimageioplugins/avif.desktop
 %endif
+%if 0%{?with_heif}
+%{_kf5_servicesdir}/qimageioplugins/heif.desktop
+%endif
 %{_kf5_servicesdir}/qimageioplugins/dds.desktop
 %{_kf5_servicesdir}/qimageioplugins/exr.desktop
 %{_kf5_servicesdir}/qimageioplugins/hdr.desktop

Reply via email to