rpms/opal/devel opal-gcc44.patch,NONE,1.1 opal.spec,1.40,1.41

Peter Robinson pbrobinson at fedoraproject.org
Tue Feb 10 13:45:49 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/opal/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28661

Modified Files:
	opal.spec 
Added Files:
	opal-gcc44.patch 
Log Message:
- Add patches to fix gcc44 compilation, remove celt until issues are fixed upstream

opal-gcc44.patch:

--- NEW FILE opal-gcc44.patch ---
--- plugins/video/THEORA/theora_plugin.cxx.orig	2009-02-03 17:01:45.000000000 +0100
+++ plugins/video/THEORA/theora_plugin.cxx	2009-02-03 17:02:31.000000000 +0100
@@ -49,6 +49,7 @@
   #define STRCMPI  strcasecmp
 #endif
 #include <string.h>
+#include <stdio.h>
 
 theoraEncoderContext::theoraEncoderContext()
 {


Index: opal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/opal/devel/opal.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- opal.spec	3 Feb 2009 09:35:49 -0000	1.40
+++ opal.spec	10 Feb 2009 13:45:18 -0000	1.41
@@ -1,10 +1,11 @@
 Name:		opal
 Summary:	Open Phone Abstraction Library
 Version:	3.5.2
-Release:	6%{?dist}
+Release:	7%{?dist}
 URL:		http://www.opalvoip.org/
 Source0:	ftp://ftp.gnome.org/pub/gnome/sources/%{name}/3.4/%{name}-%{version}.tar.bz2
 Patch0:         opal-ilbc-soname.patch
+Patch1:         opal-gcc44.patch
 License:	MPLv1.0
 Group:		System Environment/Libraries
 BuildRequires:	ptlib-devel = 2.5.2
@@ -12,7 +13,7 @@
 BuildRequires:	openssl-devel
 BuildRequires:	libtheora-devel
 BuildRequires:	speex-devel
-BuildRequires:	celt-devel
+#BuildRequires:	celt-devel
 BuildRequires:	SDL-devel
 BuildRequires:	expat-devel
 
@@ -37,6 +38,7 @@
 %prep
 %setup -q 
 %patch0 -p2 -b .ilbc-soname
+%patch1 -p0 -b .gcc44
 
 %build
 %configure --prefix=/usr
@@ -73,6 +75,10 @@
 %{_libdir}/pkgconfig/opal.pc
 
 %changelog
+* Mon Feb 10 2009 Peter Robinson <pbrobinson at gmail.com> - 3.5.2-7
+- Add patches to fix gcc44 compilation, remove celt until issues
+  are fixed upstream
+
 * Tue Feb 3  2009 Peter Robinson <pbrobinson at gmail.com> - 3.5.2-6
 - Add support for the celt codec
 




More information about the fedora-extras-commits mailing list