[packages/pidgin] Disable "Voice and Video" until pidgin gets ported to gstreamer 1.0 as well as evolution plugin whic
megabajt
megabajt at pld-linux.org
Tue Oct 16 22:48:35 CEST 2012
commit 6967357a7dd5af518a9846e7d01ba7ec8f3f667c
Author: Marcin Banasiak <marcin.banasiak at gmail.com>
Date: Tue Oct 16 22:44:58 2012 +0200
Disable "Voice and Video" until pidgin gets ported to gstreamer 1.0 as
well as evolution plugin which is not ready for new API
pidgin.spec | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/pidgin.spec b/pidgin.spec
index 8c7898a..2471912 100644
--- a/pidgin.spec
+++ b/pidgin.spec
@@ -18,7 +18,7 @@
%bcond_without doc # do not generate and include documentation
%bcond_with dotnet # build with mono support
%bcond_without perl # build without Perl support
-%bcond_without evolution # compile without the Pidgin-Evolution plugin
+%bcond_with evolution # compile without the Pidgin-Evolution plugin
%bcond_with gnutls # use GnuTLS instead of NSS
%bcond_without gtkspell # without gtkspell support
%bcond_without meanwhile # without meanwhile support
@@ -26,6 +26,7 @@
%bcond_without text # don't build text UI (finch)
%bcond_without silc # Build without SILC libraries
%bcond_without nm # NetworkManager support (requires D-Bus)
+%bcond_with vv # Voice and Video support
%if %{without dbus}
%undefine with_nm
@@ -74,7 +75,7 @@ BuildRequires: farstream-devel
BuildRequires: gettext-devel
BuildRequires: glib2-devel >= 1:%{glib2_ver}
%{?with_gnutls:BuildRequires: gnutls-devel}
-BuildRequires: gstreamer-devel >= 0.10.10
+BuildRequires: gstreamer0.10-devel >= 0.10.10
BuildRequires: gtk+2-devel >= 2:%{gtk2_ver}
%{?with_gtkspell:BuildRequires: gtkspell-devel >= 1:2.0.16-2}
BuildRequires: intltool
@@ -627,6 +628,7 @@ fi
--with-system-ssl-certs=%{openssldir} \
--disable-schemas-install \
--disable-silent-rules \
+ --%{?with_vv:en}%{!?with_vv:dis}able-vv \
%{!?with_gnutls:--enable-gnutls=no} \
%{?with_gnutls:--enable-nss=no} \
%{?with_doc:--enable-dot --enable-devhelp} \
@@ -733,7 +735,7 @@ fi
%attr(755,root,root) %{_libdir}/pidgin/ticker.so
%attr(755,root,root) %{_libdir}/pidgin/timestamp.so
%attr(755,root,root) %{_libdir}/pidgin/timestamp_format.so
-%attr(755,root,root) %{_libdir}/pidgin/vvconfig.so
+%{?with_vv:%attr(755,root,root) %{_libdir}/pidgin/vvconfig.so}
%attr(755,root,root) %{_libdir}/pidgin/xmppconsole.so
%attr(755,root,root) %{_libdir}/pidgin/sendbutton.so
%attr(755,root,root) %{_libdir}/pidgin/themeedit.so
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pidgin.git/commitdiff/6967357a7dd5af518a9846e7d01ba7ec8f3f667c
More information about the pld-cvs-commit
mailing list