[Bug 529] Review request: kdenlive - Non-linear video editor

RPM Fusion Bugzilla noreply at rpmfusion.org
Sat May 23 15:09:02 CEST 2009


http://bugzilla.rpmfusion.org/show_bug.cgi?id=529





--- Comment #22 from Zarko Pintar <zarko.pintar at gmail.com>  2009-05-23 15:09:01 ---
(In reply to comment #21)

> 
> I guess that the flags defined by your %cmake_kde4 macro are being overriden
> somewhere. You need to find out where this happens and prevent the overriding.
> 

Hmm, I found something, but I don't know is it that?

Please, look:

In the file called build.make:
=========================================================================
# Include the compile flags for this target's objects.
include src/cmake_bindir/CMakeFiles/kdenlive.dir/flags.make
-------------------------------------------------------------------------
        cd /home/zarko/src/kdenlive-0.7.4/src/cmake_bindir &&
/usr/lib/ccache/c++   $(CXX_DEFINES) $(CXX_FLAGS) -o
CMakeFiles/kdenlive.dir/kdenlive_automoc.o -c
/home/zarko/src/kdenlive-0.7.4/src/cmake_bindir/kdenlive_automoc.cpp
=========================================================================
Compiler, obviously takes flags from file flags.make:

=========================================================================
# compile CXX with /usr/lib/ccache/c++
CXX_FLAGS = -DMLT_PREFIX=\""/usr"\" -O2 -g
-I/home/zarko/src/kdenlive-0.7.4/src/cmake_bindir
-I/home/zarko/src/kdenlive-0.7.4/src -I/home/zarko/src/kdenlive-0.7.4
-I/home/zarko/src/kdenlive-0.7.4/src/widgets -I/usr/include/kde4
-I/usr/include/kde4/KDE -I/usr/include/phonon -I/usr/include/QtXmlPatterns
-I/usr/include/QtWebKit -I/usr/include/QtHelp -I/usr/include/QtAssistant
-I/usr/include/QtDBus -I/usr/include/QtTest -I/usr/include/QtUiTools
-I/usr/include/QtScript -I/usr/include/QtSvg -I/usr/include/QtXml
-I/usr/include/QtSql -I/usr/include/QtOpenGL -I/usr/include/QtNetwork
-I/usr/include/QtDesigner -I/usr/include/Qt3Support -I/usr/include/QtGui
-I/usr/include/QtCore -I/usr/include/Qt -I/usr/lib/qt4/mkspecs/default
-I/usr/include/mlt   -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
=========================================================================

If it's that, then I must probably override these flags with optflags, by the
patch? 


-- 
Configure bugmail: http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the rpmfusion-developers mailing list