Accepting request 1080123 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/1080123 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/digikam?expand=0&rev=212
This commit is contained in:
commit
2bb6ea0fd3
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 18 10:42:54 UTC 2023 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Explicitly disable buildtime detected CPU features as a workaround
|
||||
for kde#465548 (boo#1210569)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 17 08:18:04 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
23
digikam.spec
23
digikam.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package digikam
|
||||
#
|
||||
# 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
|
||||
@ -88,18 +88,18 @@ BuildRequires: pkgconfig(Magick++)
|
||||
BuildRequires: pkgconfig(expat)
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(lensfun)
|
||||
BuildRequires: pkgconfig(libgphoto2) >= 2.4.0
|
||||
BuildRequires: pkgconfig(libjpeg)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(libxslt)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: pkgconfig(libavcodec)
|
||||
BuildRequires: pkgconfig(libavdevice)
|
||||
BuildRequires: pkgconfig(libavfilter)
|
||||
BuildRequires: pkgconfig(libavformat)
|
||||
BuildRequires: pkgconfig(libavutil)
|
||||
BuildRequires: pkgconfig(libgphoto2) >= 2.4.0
|
||||
BuildRequires: pkgconfig(libjpeg)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRequires: pkgconfig(libswscale)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(libxslt)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
Requires: %{name}-plugins
|
||||
Requires: libQt5Sql5-sqlite
|
||||
Recommends: marble
|
||||
@ -168,7 +168,14 @@ sed -i 's#KF5::AkonadiCore#KPim5::AkonadiCore#' core/utilities/extrasupport/addr
|
||||
%endif
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DENABLE_APPSTYLES=ON -DENABLE_MEDIAPLAYER=ON -DENABLE_KFILEMETADATASUPPORT=ON -DENABLE_AKONADICONTACTSUPPORT=ON
|
||||
%{cmake_kf5 -d build -- -DENABLE_APPSTYLES=ON -DENABLE_MEDIAPLAYER=ON -DENABLE_KFILEMETADATASUPPORT=ON -DENABLE_AKONADICONTACTSUPPORT=ON \
|
||||
-DSSE3_FOUND=OFF -DSSSE3_FOUND=OFF -DSSE4_1_FOUND=OFF -DSSE4_2_FOUND=OFF \
|
||||
%ifarch x86_64 %{?x86_64}
|
||||
-DSSE2_FOUND=ON
|
||||
%else
|
||||
-DSSE2_FOUND=OFF
|
||||
%endif
|
||||
}
|
||||
%cmake_build
|
||||
|
||||
%if %{with apidocs}
|
||||
|
Loading…
Reference in New Issue
Block a user