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

OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/digikam?expand=0&rev=5b2c4e4ad38d7905c7eff00107554e13
This commit is contained in:
OBS User buildservice-autocommit 2015-01-21 21:13:12 +00:00 committed by Git OBS Bridge
parent 564aff58bc
commit d6fb410d60
2 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 15 14:09:02 UTC 2015 - tittiatcoke@gmail.com
- libkface is now a separate package. Do not use the bundled
version on opensUSE 13.2 and higher.
-------------------------------------------------------------------
Sat Jan 3 17:58:02 UTC 2015 - nico.kruber@gmail.com

View File

@ -48,6 +48,9 @@ BuildRequires: libxslt-devel
BuildRequires: baloo-devel
%endif
%if 0%{?suse_version} > 1310
BuildRequires: libkface-devel
%endif
%if 0%{?suse_version} > 1310
BuildRequires: gstreamer-plugins-qt-devel
%else
BuildRequires: gstreamer-0_10-plugins-qt-devel
@ -188,6 +191,7 @@ Currently supported map engine are:
- GoogleMap
This library is used by kipi-plugins, digiKam and other kipi host programs.
%if 0%{?suse_version} < 1320
%package -n libkface-devel
Summary: Development files for libkface
License: BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
@ -207,6 +211,7 @@ Obsoletes: libkface2
%description -n libkface3
Libkface is a Qt/C++ wrapper around LibFace to perform face recognition and
detection over pictures.
%endif
%package -n libmediawiki1
Summary: Interface for MediaWiki based web services
@ -259,11 +264,12 @@ popd
%build
%if 0%{?suse_version} < 1320
EXTRA_FLAGS="-DENABLE_LCMS2=OFF"
EXTRA_FLAGS="-DENABLE_LCMS2=OFF -DDIGIKAMSC_COMPILE_LIBKFACE=TRUE"
%else
EXTRA_FLAGS="-DENABLE_LCMS2=ON"
%endif
%cmake_kde4 -d build -- -DENABLE_INTERNALMYSQL=FALSE -DENABLE_KDEPIMLIBSSUPPORT=TRUE -DDIGIKAMSC_COMPILE_LIBKFACE=TRUE -DDIGIKAMSC_COMPILE_LIBKGEOMAP=TRUE -DDIGIKAMSC_COMPILE_LIBMEDIAWIKI=TRUE $EXTRA_FLAGS
%cmake_kde4 -d build -- -DENABLE_INTERNALMYSQL=FALSE -DENABLE_KDEPIMLIBSSUPPORT=TRUE -DDIGIKAMSC_COMPILE_LIBKGEOMAP=TRUE -DDIGIKAMSC_COMPILE_LIBMEDIAWIKI=TRUE $EXTRA_FLAGS
# there are files in there that are so heavy to the compiler, that one is enough
%make_jobs VERBOSE=1
@ -331,9 +337,11 @@ popd
%postun -n libkgeomap2 -p /sbin/ldconfig
%if 0%{?suse_version} < 1320
%post -n libkface3 -p /sbin/ldconfig
%postun -n libkface3 -p /sbin/ldconfig
%endif
%post -n libmediawiki1 -p /sbin/ldconfig
@ -453,6 +461,7 @@ popd
%{_kde4_appsdir}/libkgeomap/
%{_kde4_libdir}/libkgeomap.so.2*
%if 0%{?suse_version} < 1320
%files -n libkface3
%defattr(-,root,root,-)
%{_kde4_appsdir}/libkface
@ -466,6 +475,7 @@ popd
%{_kde4_libdir}/pkgconfig/libkface.pc
%dir %{_kde4_libdir}/cmake/Kface-3.5.0/
%{_kde4_libdir}/cmake/Kface-3.5.0/*.cmake
%endif
%files -n libmediawiki1
%defattr(-,root,root,-)