rpms/dvgrab/devel dvgrab-3.2-fix-gcc-4.4-build.patch, NONE, 1.1 dvgrab.spec, 1.27, 1.28

Jarod Wilson jwilson at fedoraproject.org
Tue Feb 3 19:26:09 UTC 2009


Author: jwilson

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

Modified Files:
	dvgrab.spec 
Added Files:
	dvgrab-3.2-fix-gcc-4.4-build.patch 
Log Message:
* Tue Feb 03 2009 Jarod Wilson <jarod at redhat.com> - 3.2-2
- Fix build w/gcc 4.4


dvgrab-3.2-fix-gcc-4.4-build.patch:

--- NEW FILE dvgrab-3.2-fix-gcc-4.4-build.patch ---
diff -Narup dvgrab-3.2.orig/error.cc dvgrab-3.2/error.cc
--- dvgrab-3.2.orig/error.cc	2007-07-06 15:04:24.000000000 -0400
+++ dvgrab-3.2/error.cc	2009-02-03 14:29:29.395277495 -0500
@@ -32,6 +32,7 @@
 #include <iostream>
 #include <sstream>
 #include <iomanip>
+#include <cstdio>
 
 using std::ostringstream;
 using std::string;
diff -Narup dvgrab-3.2.orig/smiltime.cc dvgrab-3.2/smiltime.cc
--- dvgrab-3.2.orig/smiltime.cc	2008-07-21 23:33:35.000000000 -0400
+++ dvgrab-3.2/smiltime.cc	2009-02-03 14:28:55.540346200 -0500
@@ -27,6 +27,7 @@
 #include <iostream>
 #include <iomanip>
 #include <sstream>
+#include <cstdio>
 
 #include <stdlib.h>
 #include <math.h>


Index: dvgrab.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dvgrab/devel/dvgrab.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- dvgrab.spec	5 Aug 2008 14:46:11 -0000	1.27
+++ dvgrab.spec	3 Feb 2009 19:25:38 -0000	1.28
@@ -1,11 +1,12 @@
 Summary:        Utility to capture video from a DV camera
 Name:           dvgrab
 Version:        3.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPLv2+
 Group:          Applications/Multimedia
 URL:            http://www.kinodv.org/
 Source:         http://dl.sf.net/kino/dvgrab-%{version}.tar.gz
+Patch0:         dvgrab-3.2-fix-gcc-4.4-build.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libraw1394-devel libavc1394-devel libdv-devel
 BuildRequires:  libiec61883-devel libjpeg-devel
@@ -17,6 +18,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %configure
@@ -36,6 +38,9 @@
 %{_mandir}/man1/dvgrab.1*
 
 %changelog
+* Tue Feb 03 2009 Jarod Wilson <jarod at redhat.com> - 3.2-2
+- Fix build w/gcc 4.4
+
 * Tue Aug 05 2008 Jarod Wilson <jwilson at redhat.com> - 3.2-1
 - New upstream release
 




More information about the fedora-extras-commits mailing list