Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package photoqt for openSUSE:Factory checked in at 2023-01-30 17:11:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/photoqt (Old) and /work/SRC/openSUSE:Factory/.photoqt.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "photoqt" Mon Jan 30 17:11:29 2023 rev:8 rq:1062035 version:2.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/photoqt/photoqt.changes 2022-02-04 21:52:12.623228461 +0100 +++ /work/SRC/openSUSE:Factory/.photoqt.new.32243/photoqt.changes 2023-01-30 17:11:53.104752745 +0100 @@ -1,0 +2,87 @@ +Tue Jan 24 17:04:48 UTC 2023 - Carsten Ziepke <kiel...@gmail.com> + +- Update to 2.9.1 + * fix: language files missing + * fix: network path handling on Windows +- Changes in 2.9: + * add/improve: new status information labels + * improve: always attempt loading of Exiv2 data + * improve: option to move meta data back behind screen edge + * improve: replace PNGs icons by SVGs for better scaling + * improve: new filetype and backup icons + * improve: small interface updates + * improve: switch from deprecated appdata to metainfo + * new shortcuts: __fullscreenToggle, __fitInWindow + * fix: sorting of files in file and folder model + * fix: selection of certain localizations + * fix: calculation of size of pixmap cache + * fix: visibility of slideshow controls + * other smaller bug fixes and improvements +- Changes in 2.8: + * file dialog: preview image can be blurred and/or its colors + muted + * file dialog: preview image can be loadedin low (fast) and + high (slower) resolution + * file dialog: option to hide tooltip with file details + * file dialog: reworked context menu of fileview + * file dialog: tooltip with file details + * slideshow: fix next/prev buttons during slideshow when + slideshow paused + * slideshow: controls turned into floating buttons at bottom + center + * shortcuts: support for double clicks + * navigation: add navigation buttons to window buttons + * navigation: add zoom to/from setting + * navigation: add min/max zoom range + * navigation: option to enable/disable window decoration by + clicking outside visible image + * main menu: restyled and regrouped, complementary to context + menu + * context menu: restyled and regrouped, complementary to main + menu + * metadata: turn into floating element, not hiding behind edge + anymore + * file formats: support for Adove Illustrator (AI) file format + * startup: validate values of some settings, ensuring they fall + within a valid min/max range + * interface: pause animated image when element opened on top + * interface: raise window properly when needed + * interface: startup background text message font size follows + window size + * interface: option to automatically pop out elements if window + is too small + * interface: option to set different overlay color in fullscreen + * general UI updates and color adjustments +- Changes in 2.7: + * add: support for libvips image library + * add: support for libmpv video library + * add: advanced sorting by luminosity + * add: obtain configuration visually (About) and through + command line (--show-info) + * improve: reworked main menu with collapsible sections + * improve: better performance of obtaining image size info + * fix: mimetypes where never checked + * fix: hiding of viewer mode button when shortcut used + * various improvements and fixes under the hood +- Changes in 2.6: + * add new image formats: ani, dfont, g4, heic/heif, otf, + pfa/pfb, pgx, qoi, sixel + * add: new transitions: explosion, implosion, rotation, random + * add: advanced sorting (including shortcuts) by: resolution, + dominant color, average color + * add: more filter options: file name/extension, resolution, + file size + * add: print support + * add: option to always show 'closing x' + * improve: general performance improvements + * remove no longer supported image formats: cgm, fig, fpx, flif, + gv, sid + * fix: update with GraphicsMagick caused crash + * fix: fully hide labels if none are set to be shown +- Add BuildRequires pkgconfig(Qt5PrintSupport) +- Add photoqt-fix-building-with-raw.patch, make raw loader work + when libraw is compiled without rawspeed support +- Drop post/postun +- Use ImageMagick instead of GraphicsMagick [bsc#1206620] + +------------------------------------------------------------------- Old: ---- photoqt-2.5.tar.gz New: ---- photoqt-2.9.1.tar.gz photoqt-fix-building-with-raw.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ photoqt.spec ++++++ --- /var/tmp/diff_new_pack.1QeVn2/_old 2023-01-30 17:11:53.488754825 +0100 +++ /var/tmp/diff_new_pack.1QeVn2/_new 2023-01-30 17:11:53.492754848 +0100 @@ -1,7 +1,7 @@ # # spec file for package photoqt # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,15 @@ Name: photoqt -Version: 2.5 +Version: 2.9.1 Release: 0 Summary: A Qt-based image viewer License: GPL-2.0-or-later Group: Productivity/Graphics/Viewers URL: https://photoqt.org/ Source0: https://photoqt.org/pkgs/%{name}-%{version}.tar.gz -# Patch0: photoqt-1.7-link.patch -# Patch1: 0001-Switch-to-FindLibExiv2-from-ECM-5.53.0.patch -# Patch2: 0002-Fix-build-with-exiv2-0.27.patch +# PATCH-FIX-UPSTREAM - photoqt-fix-building-with-raw.patch - make raw loader work when libraw is compiled without rawspeed support +Patch0: photoqt-fix-building-with-raw.patch BuildRequires: cmake BuildRequires: extra-cmake-modules BuildRequires: freeimage-devel @@ -34,11 +33,12 @@ BuildRequires: hicolor-icon-theme BuildRequires: pkgconfig BuildRequires: update-desktop-files -BuildRequires: pkgconfig(GraphicsMagick++) BuildRequires: pkgconfig(IL) +BuildRequires: pkgconfig(Magick++) BuildRequires: pkgconfig(Qt5Concurrent) BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5Multimedia) >= 5.4.0 +BuildRequires: pkgconfig(Qt5PrintSupport) BuildRequires: pkgconfig(Qt5Sql) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5UiTools) @@ -56,26 +56,22 @@ %autosetup -p1 %build -%cmake -DCRYPTKEY:STRING=4242 -DCHROMECAST=OFF +%cmake -DCRYPTKEY:STRING=4242 \ + -DCHROMECAST=OFF \ + -DGRAPHICSMAGICK=OFF \ + -DIMAGEMAGICK=ON + make %{?_smp_mflags} %install %cmake_install -%post -%icon_theme_cache_post -%desktop_database_post - -%postun -%icon_theme_cache_postun -%desktop_database_postun - %files %license COPYING %doc CHANGELOG %{_bindir}/%{name} -%{_datadir}/appdata/org.photoqt.PhotoQt.appdata.xml +%{_datadir}/metainfo/org.photoqt.PhotoQt.metainfo.xml %{_datadir}/applications/org.photoqt.PhotoQt*.desktop -%{_datadir}/icons/hicolor/*/apps/%{name}.??g +%{_datadir}/icons/hicolor/*/apps/org.photoqt.PhotoQt.png %changelog ++++++ photoqt-2.5.tar.gz -> photoqt-2.9.1.tar.gz ++++++ ++++ 100547 lines of diff (skipped) ++++++ photoqt-fix-building-with-raw.patch ++++++ >From a8908dbfac01886204a5d911106208bd0f15b467 Mon Sep 17 00:00:00 2001 From: Lukas Spies <lu...@photoqt.org> Date: Thu, 22 Dec 2022 03:07:40 -0600 Subject: [PATCH] [PQLoadImageRAW] make raw loader work when libraw is compiled without rawspeed support. Not aware of macro to chewck at compile time, thsu disabled for now --- cplusplus/imageprovider/loader/loadimage_raw.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cplusplus/imageprovider/loader/loadimage_raw.cpp b/cplusplus/imageprovider/loader/loadimage_raw.cpp index 158df80d..8149cc73 100644 --- a/cplusplus/imageprovider/loader/loadimage_raw.cpp +++ b/cplusplus/imageprovider/loader/loadimage_raw.cpp @@ -57,7 +57,6 @@ QImage PQLoadImageRAW::load(QString filename, QSize maxSize, QSize &origSize, bo // Since we don't care about manipulating RAW images but only want to display // them, we can optimise for speed raw.imgdata.params.user_qual = 2; - raw.imgdata.params.use_rawspeed = 1; raw.imgdata.params.use_camera_wb = 1; // Open the RAW image -- GitLab