rpms/farsight/F-7 farsight-0.1.26-gcc43.patch, NONE, 1.1 farsight.spec, 1.14, 1.15

Guillaume Desmottes (gdesmott) fedora-extras-commits at redhat.com
Wed Apr 23 09:27:45 UTC 2008


Author: gdesmott

Update of /cvs/pkgs/rpms/farsight/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv660

Modified Files:
	farsight.spec 
Added Files:
	farsight-0.1.26-gcc43.patch 
Log Message:
Sync with devel package

farsight-0.1.26-gcc43.patch:

--- NEW FILE farsight-0.1.26-gcc43.patch ---
diff -ur farsight-0.1.26.OLD/farsight/transmitters/libjingle/jingle_c.cpp farsight-0.1.26/farsight/transmitters/libjingle/jingle_c.cpp
--- farsight-0.1.26.OLD/farsight/transmitters/libjingle/jingle_c.cpp	2008-03-27 20:49:18.000000000 -0400
+++ farsight-0.1.26/farsight/transmitters/libjingle/jingle_c.cpp	2008-03-27 20:50:04.000000000 -0400
@@ -29,6 +29,7 @@
 #include <talk/base/physicalsocketserver.h>
 #include <talk/base/socketaddress.h>
 #include <talk/p2p/client/socketclient.h>
+#include <string.h>
 
 class SignalListener1 : public sigslot::has_slots<>
 {


Index: farsight.spec
===================================================================
RCS file: /cvs/pkgs/rpms/farsight/F-7/farsight.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- farsight.spec	23 Apr 2008 08:40:32 -0000	1.14
+++ farsight.spec	23 Apr 2008 09:27:05 -0000	1.15
@@ -3,18 +3,20 @@
 
 Name:		farsight
 Version:	0.1.27
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A audio/video conferencing framework
 
 Group:		System Environment/Libraries
 License:	LGPLv2+
 URL:		http://farsight.freedesktop.org/wiki/
 Source0:	http://farsight.freedesktop.org/releases/farsight/farsight-%{version}.tar.gz
+Patch0:		%{name}-0.1.26-gcc43.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	gstreamer-devel >= %{gstreamer_ver}
 BuildRequires:	gstreamer-plugins-base-devel
 BuildRequires:	libjingle-devel >= %{jingle_ver}
+BuildRequires:	check-devel >= 0.9.4
 BuildRequires:	gtk-doc
 
 Requires:	gstreamer-plugins-base
@@ -49,18 +51,18 @@
 
 %prep
 %setup -q
-
+%patch0 -p1 -b .gcc43
 
 %build
 %configure --disable-static		\
-	--disable-sequence-diagrams	\
-	--disable-sofia-sip		\
-	--disable-gnet			\
-	--disable-msnwebcam		\
-	--disable-yahoowebcam		\
-	--enable-gtk-doc		\
-	--enable-jingle-p2p		\
-	--enable-rtp
+	   --disable-sequence-diagrams	\
+	   --disable-sofia-sip		\
+	   --disable-gnet		\
+	   --disable-msnwebcam		\
+	   --disable-yahoowebcam	\
+	   --enable-jingle-p2p		\
+	   --enable-rtp			\
+	   --enable-gtk-doc
 
 make %{?_smp_mflags}
 
@@ -86,6 +88,7 @@
 %doc COPYING AUTHORS
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/gstelements.conf
+%config(noreplace) %{_sysconfdir}/%{name}/gstcodecs.conf
 %{_libdir}/*.so.*
 %dir %{_libdir}/%{name}-0.1-2
 %{_libdir}/%{name}-0.1-2/*.so
@@ -101,6 +104,9 @@
 
 
 %changelog
+* Wed Apr 23 2008 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk> - 0.1.27-2
+- Sync with devel package
+
 * Wed Apr 23 2008 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk> - 0.1.27-1
 - Update to 0.1.27
 




More information about the fedora-extras-commits mailing list