Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory checked 
in at 2022-10-22 14:13:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/imlib2 (Old)
 and      /work/SRC/openSUSE:Factory/.imlib2.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "imlib2"

Sat Oct 22 14:13:03 2022 rev:48 rq:1030159 version:1.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes    2022-08-23 
14:25:40.631098088 +0200
+++ /work/SRC/openSUSE:Factory/.imlib2.new.2275/imlib2.changes  2022-10-22 
14:13:38.480816815 +0200
@@ -1,0 +2,5 @@
+Mon Aug 22 09:06:37 UTC 2022 - Enrico Belleri <[email protected]>
+
+- enable loaders for JPEG2000, HEIF, Postscript, SVG, JPEG-XL
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ imlib2.spec ++++++
--- /var/tmp/diff_new_pack.OqWkTQ/_old  2022-10-22 14:13:38.956817944 +0200
+++ /var/tmp/diff_new_pack.OqWkTQ/_new  2022-10-22 14:13:38.964817963 +0200
@@ -17,28 +17,48 @@
 
 
 %define lname  libImlib2-1
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150400
+%bcond_without jxl
+%else
+%bcond_with jxl
+%endif
+%bcond_with svg
+%bcond_with postscript
 Name:           imlib2
 Version:        1.9.1
 Release:        0
 Summary:        Image handling and conversion library
 License:        BSD-3-Clause
 Group:          Development/Libraries/X11
-URL:            https://sourceforge.net/projects/enlightenment/
+URL:            https://sourceforge.net/projects/enlightenment
 Source:         
https://downloads.sourceforge.net/project/enlightenment/imlib2-src/%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  doxygen
 BuildRequires:  giflib-devel
-BuildRequires:  libICE-devel
-BuildRequires:  libjpeg-devel
-BuildRequires:  libpng-devel
 BuildRequires:  pkgconfig
-BuildRequires:  xorg-x11-libX11-devel
-BuildRequires:  xorg-x11-libXext-devel
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(id3tag)
+BuildRequires:  pkgconfig(libheif)
+BuildRequires:  pkgconfig(libjpeg)
 BuildRequires:  pkgconfig(libtiff-4)
-BuildRequires:  pkgconfig(libwebp)
+BuildRequires:  pkgconfig(libwebpdemux)
+BuildRequires:  pkgconfig(x11-xcb)
+BuildRequires:  pkgconfig(xcb)
+BuildRequires:  pkgconfig(xcb-shm) >= 1.9
+BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(zlib)
+BuildRequires:  pkgconfig(libopenjp2)
+BuildRequires:  pkgconfig(libpng)
+%if %{with jxl}
+BuildRequires:  pkgconfig(libjxl)
+BuildRequires:  pkgconfig(libjxl_threads)
+%endif
+%if %{with svg}
+BuildRequires:  pkgconfig(librsvg-2.0) >= 2.46
+%endif
+%if %{with postscript}
+BuildRequires:  pkgconfig(libspectre)
+%endif
 Recommends:     imlib2-loaders
 
 %description
@@ -90,10 +110,21 @@
 Provides:       imlib2-loader_tiff
 Provides:       imlib2-loader_xpm
 Provides:       imlib2-loader_zlib
+Provides:       imlib2-loader_j2k
+Provides:       imlib2-loader_heif
+%if %{with jxl}
+Provides:       imlib2-loader_jxl
+%endif
+%if %{with svg}
+Provides:       imlib2-loader_svg
+%endif
+%if %{with postscript}
+Provides:       imlib2-loader_ps
+%endif
 
 %description loaders
 This package contains the imlib2 image loaders for: argb, bmp, gif,
-jpeg, png, pnm, tga, tiff, xpm
+jpeg, png, pnm, tga, tiff, xpm, j2k, heif, jxl.
 
 %prep
 %setup -q

Reply via email to