rpms/kdenlive/F-14 kdenlive-0.7.8-gcc46.patch,NONE,1.1

Ryan Rix rrix at rpmfusion.org
Sat Apr 16 12:27:32 CEST 2011


Author: rrix

Update of /cvs/free/rpms/kdenlive/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22730

Added Files:
	kdenlive-0.7.8-gcc46.patch 
Log Message:
forgot to add patch file

kdenlive-0.7.8-gcc46.patch:
 vectorscopegenerator.h |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--- NEW FILE kdenlive-0.7.8-gcc46.patch ---
diff -up kdenlive-0.7.8/src/colorcorrection/vectorscopegenerator.h.gcc kdenlive-0.7.8/src/colorcorrection/vectorscopegenerator.h
--- kdenlive-0.7.8/src/colorcorrection/vectorscopegenerator.h.gcc	2010-09-14 13:53:22.000000000 -0500
+++ kdenlive-0.7.8/src/colorcorrection/vectorscopegenerator.h	2011-04-15 07:38:06.156395786 -0500
@@ -12,8 +12,10 @@
 #define VECTORSCOPEGENERATOR_H
 
 #include <QObject>
+#include <QtGui/QImage>
 
-class QImage;
+// with added QtGui/QImage above, the forward declaration below probably is no longer needed -- Rex
+// class QImage;
 class QPoint;
 class QPointF;
 class QSize;



More information about the rpmfusion-commits mailing list