Updating link to change in openSUSE:Factory/digikam revision 184.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/digikam?expand=0&rev=885c25cc5dc05d716f0b4bce64071ea9
This commit is contained in:
OBS User buildservice-autocommit 2019-10-02 12:55:43 +00:00 committed by Git OBS Bridge
parent eb8f8978c2
commit 7831dff1ce
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 1 13:07:53 UTC 2019 - Michel Normand <normand@linux.vnet.ibm.com>
- Do not enable Faces Engine DNN for ppc64le to avoid build error
-------------------------------------------------------------------
Sun Sep 15 13:13:16 UTC 2019 - wbauer@tmo.at

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -110,11 +110,15 @@ Provides: %{name}-doc = %{version}
Obsoletes: %{name}-doc < %{version}
#This pulls in QWebEngine, which is not available on ppc64
%ifarch %{ix86} x86_64 %{arm} aarch64 mips mips64
%global qwebengine -DENABLE_QWEBENGINE:BOOL=ON
BuildRequires: akonadi-contact-devel
BuildRequires: pkgconfig(Qt5WebEngineWidgets)
%else
BuildRequires: pkgconfig(Qt5WebKitWidgets)
%endif
%ifarch ppc64le
%global facesengine -DENABLE_FACESENGINE_DNN:BOOL=OFF
%endif
%if 0%{?suse_version} < 1320
# It does not build with the default compiler (GCC 4.8) on Leap 42.x
BuildRequires: gcc7-c++
@ -183,11 +187,7 @@ sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/g" core/libs/dimg/filters/greycstoration/
export CC=gcc-7
export CXX=g++-7
%endif
%ifarch %{ix86} x86_64 %{arm} aarch64 mips mips64
%cmake_kf5 -d build -- -DENABLE_APPSTYLES=ON -DENABLE_MEDIAPLAYER=ON -DENABLE_QWEBENGINE=ON
%else
%cmake_kf5 -d build -- -DENABLE_APPSTYLES=ON -DENABLE_MEDIAPLAYER=ON
%endif
%cmake_kf5 -d build -- -DENABLE_APPSTYLES=ON -DENABLE_MEDIAPLAYER=ON %{?qwebengine} %{?facesengine}
%make_jobs VERBOSE=1
%install