require libopencv-kde4 (build with gstreamer 0.10 to fix application startup) [release 4.10.0-2mamba;Sat May 30 2015]
This commit is contained in:
parent
9852407499
commit
321258742e
12
digikam.spec
12
digikam.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: digikam
|
Name: digikam
|
||||||
Version: 4.10.0
|
Version: 4.10.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: An advanced digital photo management application Linux, Windows and Mac-OSX
|
Summary: An advanced digital photo management application Linux, Windows and Mac-OSX
|
||||||
Group: Graphical Desktop/Applications/Graphics
|
Group: Graphical Desktop/Applications/Graphics
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -12,7 +12,6 @@ URL: http://www.digikam.org
|
|||||||
Source: http://download.kde.org/stable/digikam/digikam-%{version}.tar.bz2
|
Source: http://download.kde.org/stable/digikam/digikam-%{version}.tar.bz2
|
||||||
Patch0: %{name}-2.5.0-libkipi-4.7.4.patch
|
Patch0: %{name}-2.5.0-libkipi-4.7.4.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: baloo-devel
|
BuildRequires: baloo-devel
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -66,10 +65,11 @@ BuildRequires: libusbmuxd-devel
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: opencv-devel
|
BuildRequires: libopencv-devel
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libplist-devel >= 1.11-1mamba
|
BuildRequires: libplist-devel >= 1.11-1mamba
|
||||||
|
BuildRequires: libopencv-kde4-devel
|
||||||
BuildRequires: ufraw
|
BuildRequires: ufraw
|
||||||
BuildRequires: mysql
|
BuildRequires: mysql
|
||||||
BuildRequires: shared-desktop-ontologies-devel
|
BuildRequires: shared-desktop-ontologies-devel
|
||||||
@ -86,6 +86,7 @@ Requires: dcraw
|
|||||||
Requires: marble
|
Requires: marble
|
||||||
Requires: ksaneplugin
|
Requires: ksaneplugin
|
||||||
Requires: mysql
|
Requires: mysql
|
||||||
|
Requires: libopencv-kde4
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -239,7 +240,7 @@ Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build \
|
%cmake_kde4 -d build \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_SKIP_RPATH=ON \
|
-DCMAKE_SKIP_RPATH=OFF \
|
||||||
-DBUILD_tests=OFF \
|
-DBUILD_tests=OFF \
|
||||||
-DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=off \
|
-DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=off \
|
||||||
-DDIGIKAMSC_COMPILE_LIBKFACE=on \
|
-DDIGIKAMSC_COMPILE_LIBKFACE=on \
|
||||||
@ -496,6 +497,9 @@ done
|
|||||||
%{_kde4_libdir}/libkipiplugins.so.*
|
%{_kde4_libdir}/libkipiplugins.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 30 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.10.0-2mamba
|
||||||
|
- require libopencv-kde4 (build with gstreamer 0.10 to fix application startup)
|
||||||
|
|
||||||
* Mon May 18 2015 Automatic Build System <autodist@mambasoft.it> 4.10.0-1mamba
|
* Mon May 18 2015 Automatic Build System <autodist@mambasoft.it> 4.10.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user