[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    [PATCH] extragear/multimedia
From:       Filip Brcic <brcha () gna ! org>
Date:       2007-12-08 16:25:15
Message-ID: 200712081725.17337.brcha () gna ! org
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi

I just tried to compile the whole extragear/multimedia, but cmake kept informing me \
that there TAGLIB_INCLUDES is undefined. It turned out that master CMakeLists.txt \
added ${TAGLIB_INCLUDES} into include_directories() even if it didn't \
find_package(Taglib). So, I removed that and I guess somebody should push that into \
svn (if I am right about removing that).

Happy hacking
Brcha


[Attachment #5 (text/html)]

<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; \
font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; \
margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Hi</p> <p \
style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; \
margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> <p style=" \
margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px;">I just tried to compile the whole \
extragear/multimedia, but cmake kept informing me that there TAGLIB_INCLUDES is \
undefined. It turned out that master CMakeLists.txt added ${TAGLIB_INCLUDES} into \
include_directories() even if it didn't find_package(Taglib). So, I removed that and \
I guess somebody should push that into svn (if I am right about removing that).</p> \
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; \
margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> <p \
style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; \
-qt-block-indent:0; text-indent:0px;">Happy hacking</p> <p style=" margin-top:0px; \
margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; \
text-indent:0px;">Brcha</p></body></html>


["extragear-multimedia-fix.diff" (text/x-patch)]

Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt	(revision 746280)
+++ CMakeLists.txt	(working copy)
@@ -16,7 +16,7 @@
 
 
 add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
-include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES} ${TAGLIB_INCLUDES})
+include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
 
 
 include (ConfigureChecks.cmake)


>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic