]> git.pld-linux.org Git - packages/kde4-kopete.git/blobdiff - kde4-kopete.spec
- rel 9; build without libjingle as it's old/obsolete and doesn't even build with...
[packages/kde4-kopete.git] / kde4-kopete.spec
index 139df74273e7376f0a0d39a6163d4c1b19896aa6..87ff56ece3fdaec6e300f070562c1f9e606c7fa9 100644 (file)
@@ -8,18 +8,22 @@
 Summary:       Multi-protocol plugin-based instant messenger
 Summary(pl.UTF-8):     Komunikator obsługujący wiele protokołów
 Name:          kde4-kopete
-Version:       4.13.2
-Release:       1
+Version:       4.14.3
+Release:       9
 License:       GPL v2+
 Group:         X11/Applications
-Source0:       ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: ec845691747c96aecee5ae9655f26a06
+Source0:       http://download.kde.org/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
+# Source0-md5: d05e478101292ebb08da2af00d1329ab
 Patch0:                %{name}-FindLibgadu.patch
 Patch1:                linphone-fix.patch
+Patch2:                mediastreamer.patch
+Patch3:                gcc6.patch
+Patch4:                macros.patch
 URL:           http://www.kde.org/
 BuildRequires: cmake >= 2.8.0
 BuildRequires: kde4-kdebase-devel >= %{version}
-BuildRequires: kde4-kdepim-devel >= %{version}
+BuildRequires: kde4-kdepim-devel >= 4.14.0-2
+BuildRequires: kde4-kdepimlibs-devel >= 4.14.0-2
 BuildRequires: jsoncpp-devel
 BuildRequires: libgadu-devel >= 1.8.0
 BuildRequires: libktorrent-devel >= 1.0.2
@@ -30,6 +34,7 @@ BuildRequires:        libotr-devel >= 4.0.0
 BuildRequires: mediastreamer-devel >= 2.3.0
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: ortp-devel >= 0.16.1-3
+BuildRequires: qimageblitz-devel
 BuildRequires: qt4-build >= %{qtver}
 BuildRequires: qt4-qmake >= %{qtver}
 BuildRequires: rpm-pythonprov
@@ -138,11 +143,15 @@ do kopete.
 %setup -q -n %{orgname}-%{version}
 %patch0 -p1
 #%patch1 -p2
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
 install -d build
 cd build
 %cmake \
+       -DWITH_libjingle=OFF \
        -DMOZPLUGIN_INSTALL_DIR=%{_browserpluginsdir} \
        ../
 
@@ -172,7 +181,6 @@ fi
 
 %files -f kopete.lang
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/googletalk-call
 %attr(755,root,root) %{_bindir}/kopete
 %attr(755,root,root) %{_bindir}/kopete_latexconvert.sh
 %attr(755,root,root) %{_bindir}/winpopup-install
This page took 0.04154 seconds and 4 git commands to generate.