rpms/Miro/devel Miro-gcc43.patch,NONE,1.1 Miro.spec,1.20,1.21

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Fri Feb 15 10:52:36 UTC 2008


Author: alexlan

Update of /cvs/extras/rpms/Miro/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4301

Modified Files:
	Miro.spec 
Added Files:
	Miro-gcc43.patch 
Log Message:
Patch to build against GCC 4.3.0.


Miro-gcc43.patch:

--- NEW FILE Miro-gcc43.patch ---
diff -up Miro-1.1.2/portable/libtorrent/include/libtorrent/peer_id.hpp.fix Miro-1.1.2/portable/libtorrent/include/libtorrent/peer_id.hpp
--- Miro-1.1.2/portable/libtorrent/include/libtorrent/peer_id.hpp.fix	2008-02-15 03:45:47.000000000 -0700
+++ Miro-1.1.2/portable/libtorrent/include/libtorrent/peer_id.hpp	2008-02-15 03:46:00.000000000 -0700
@@ -38,6 +38,7 @@ POSSIBILITY OF SUCH DAMAGE.
 #include <cctype>
 #include <algorithm>
 #include <string>
+#include <cstring>
 
 #include "libtorrent/config.hpp"
 #include "libtorrent/assert.hpp"


Index: Miro.spec
===================================================================
RCS file: /cvs/extras/rpms/Miro/devel/Miro.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- Miro.spec	15 Feb 2008 10:17:32 -0000	1.20
+++ Miro.spec	15 Feb 2008 10:51:37 -0000	1.21
@@ -5,7 +5,7 @@
 
 Name:           Miro
 Version:        1.1.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Miro - Internet TV Player
 Group:          Applications/Multimedia
 License:        GPLv2+
@@ -13,6 +13,7 @@
 Source0:	http://ftp.osuosl.org/pub/pculture.org/miro/src/%{name}-%{version}.tar.gz
 Patch0:         %{name}-1.1-utf8.patch
 Patch1:		%{name}-xulrunner.patch
+Patch2:		%{name}-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python-devel xine-lib-devel Pyrex 
 BuildRequires:  boost-devel qt-devel pygtk2-devel libXcursor-devel libXv-devel openssl-devel
@@ -33,6 +34,7 @@
 %setup -q -n %{name}-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 cd platform/gtk-x11 && CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@@ -77,6 +79,9 @@
 
 
 %changelog
+* Fri Feb 15 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.1.2-2
+- Patch to build against GCC 4.3.0
+
 * Fri Feb 15 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.1.2-1
 - Update to 1.1.2
 




More information about the fedora-extras-commits mailing list