Accepting request 882344 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/882344 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/digikam?expand=0&rev=193
This commit is contained in:
commit
99259209d2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b103c8463adf04939583199e13f8e83015d8a4a9ad79ebfd502d2a50b5a5abbe
|
||||
size 593501044
|
3
digikam-7.2.0.tar.xz
Normal file
3
digikam-7.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd87ece143aefa02e692a4af5c3c3cc107b9a4d61804d79fa77dd2e344798a17
|
||||
size 255278796
|
@ -1,3 +1,61 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 30 10:39:49 UTC 2021 - Wolfgang Bauer <wbauer@tmo.at>
|
||||
|
||||
- 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 <christophe@krop.fr>
|
||||
|
||||
|
17
digikam.spec
17
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}
|
||||
|
Loading…
Reference in New Issue
Block a user