From d1bbd5e67d35cfcb6f1d93979e93ded4a96f1ad79926817d1670058e0f8724be Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 1 Apr 2021 12:17:49 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/digikam revision 193.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/digikam?expand=0&rev=03913196dbf71a08069dfeab52b97342 --- digikam-7.1.0.tar.xz | 3 --- digikam-7.2.0.tar.xz | 3 +++ digikam.changes | 58 ++++++++++++++++++++++++++++++++++++++++++++ digikam.spec | 17 ++++++------- 4 files changed, 69 insertions(+), 12 deletions(-) delete mode 100644 digikam-7.1.0.tar.xz create mode 100644 digikam-7.2.0.tar.xz diff --git a/digikam-7.1.0.tar.xz b/digikam-7.1.0.tar.xz deleted file mode 100644 index ec795c9..0000000 --- a/digikam-7.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b103c8463adf04939583199e13f8e83015d8a4a9ad79ebfd502d2a50b5a5abbe -size 593501044 diff --git a/digikam-7.2.0.tar.xz b/digikam-7.2.0.tar.xz new file mode 100644 index 0000000..6f6e77c --- /dev/null +++ b/digikam-7.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd87ece143aefa02e692a4af5c3c3cc107b9a4d61804d79fa77dd2e344798a17 +size 255278796 diff --git a/digikam.changes b/digikam.changes index 4142300..5373ab9 100644 --- a/digikam.changes +++ b/digikam.changes @@ -1,3 +1,61 @@ +------------------------------------------------------------------- +Tue Mar 30 10:39:49 UTC 2021 - Wolfgang Bauer + +- Update to 7.2.0 + * https://www.digikam.org/news/2021-03-22-7.2.0_release_announcement/ +- New features (from NEWS): +General : Add ccache support to speed-up compilations. +General : New Online version checker/downloader, with release + notes viewer and option to install automatically + new version under macOS and Windows. +General : MacOS PKG installer is now compatible with Apple + BigSur. +General : MacOS bundle is now fully relocatable. +General : Check and fix source codes with Clazy static + analyzer. +General : All bundles updated to last KF5 framework version + 5.74. +General : All bundles updated to last OpenCV version 4.4.0. +General : Add a static QCollator class for fast item sorting. +AdvancedSearch: Add search for empty title, caption, author or + creator fields. +AdvancedSearch: Add search for a month or the day of a month. +AdvancedSearch: Add option to search tags in tree. +Database : Change database scheme under MySQL from TagsTree + VIEW to TABLE with triggers. +FaceManagement: Improve users experience in GUI for face workflow + while tagging and manage faces. +FaceManagement: Add face engine clustering support for detection + and recognition processes. +FaceManagement: Remove face engine data files from sources and + bundles and add a file downloader. +RawEngine : Update internal Libraw to last 0.21.0: + Camera format support: + Lossy compressed CR3 files + Lossy compressed RAF files + Uncompressed floating point DNG files (16-24-32 + bit) + Deflate compressed striped DNG files + XMP and HEIF-preview extraction from CR3 files + Camera model support: + Apple iPhone 12 Max, iPhone 12 Max Pro + Canon EOS R5, EOS R6, EOS 850D, EOS-1D X Mark + III (lossy compressed files) + FujiFilm X-S10 + Hasselblad CFV II 50C", + Leica M10-R, Q2 Monochrom, S3, SL2-S + Nikon Z 5, Z 6 II, Z 7 II + Olympus E-M10 Mark IV + Panasonic DC-G100 / G110, DC-S5 + Sony ILCE-7C (A7C), ILCE-7SM3 (A7S III) + Zeiss ZX1 + Plus multiple DNG-recording cameraphones/drones/ + etc. +- 364 bugs fixed +- BuildRequire opencv-devel >= 3.4.0, the legacy HAAR face + detection code that still supported opencv 3.3 was removed + completely in this release + ------------------------------------------------------------------- Tue Nov 3 16:33:35 UTC 2020 - Christophe Giboudeaux diff --git a/digikam.spec b/digikam.spec index 02c6def..219385b 100644 --- a/digikam.spec +++ b/digikam.spec @@ -1,7 +1,7 @@ # # spec file for package digikam # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %bcond_without lang %bcond_with apidocs Name: digikam -Version: 7.1.0 +Version: 7.2.0 Release: 0 Summary: A KDE Photo Manager License: GPL-2.0-or-later @@ -47,7 +47,12 @@ BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libxml2-devel BuildRequires: libxslt-devel -BuildRequires: opencv-devel +%ifarch ppc64 +# opencv-devel is currently not available on ppc64, but opencv3-devel is... (and the version is high enough) +BuildRequires: opencv3-devel +%else +BuildRequires: opencv-devel >= 3.4.0 +%endif BuildRequires: pkgconfig BuildRequires: update-desktop-files %if %{with apidocs} @@ -169,12 +174,6 @@ The main digikam libraries that are being shared between showfoto and digikam # Leap 15 only has exiv2 0.26 %patch0 -p1 %endif -%if %pkg_vcmp opencv-devel < 3.4.0 -# Option to switch between DNN or HAAR face detection. -# DNN is the default one, Haar is the legacy deprecated method. -# DNN fails to build with openCV 3.3 though (needs 3.4 at least), so disable it... -sed -i 's/set(DNN_DETECTION TRUE)/set(DNN_DETECTION FALSE)/' core/libs/facesengine/CMakeLists.txt -%endif %build %cmake_kf5 -d build -- -DENABLE_APPSTYLES=ON -DENABLE_MEDIAPLAYER=ON %{?qwebengine}