Package: telepathy-qt / 0.9.6.1-6.1

Metadata

Package Version Patches format
telepathy-qt 0.9.6.1-6.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
improve doxygen build.patch | (download)

cmake/modules/Doxygen.cmake | 4 3 + 1 - 0 !
doxygen-header.html | 6 6 + 0 - 0 !
doxygen.cfg.in | 4 2 + 2 - 0 !
3 files changed, 11 insertions(+), 3 deletions(-)

 improve doxygen generated documentation.
 - Changes to doxygen-header.html
   - It didn't include the javascript necessary to make expand and collapse work.
   - Include noemailcollection from kde.org's documentation
   - add stylesheets.
 - allow specifying the Qt documentation target as QT_DOC_BASE
   it defaults to whereever the qt tags file is but you can
   override it to point at the html docs with 
   -DQT_DOC_BASE=http://qt-project.org/docs/qt-4.8/

update doxygen.patch | (download)

doxygen.cfg.in | 24 0 + 24 - 0 !
1 file changed, 24 deletions(-)

 remove a few deprecated doxygen tags.

gstreamer 1.5.patch | (download)

TelepathyQt/Farstream/CMakeLists.txt | 2 1 + 1 - 0 !
cmake/modules/FindGStreamer.cmake | 25 20 + 5 - 0 !
2 files changed, 21 insertions(+), 6 deletions(-)

 farstream: gst/gstconfig.h can be in libdir, search for it explicitly
 Since GStreamer-1.5.1 config header file moved to LIBDIR.
Commit: http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=ec4a3d62b68a57254515f01fc5ea3325ffb1dbfb
force service pic.patch | (download)

TelepathyQt/CMakeLists.txt | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 a temporary work around for linking the
 static library into a shared library. Upstream is
 going to make this a static library next release.
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801817

fix deprecated bsd source.patch | (download)

cmake/modules/TelepathyDefaults.cmake | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 _default_source is now required

fix failing test.patch | (download)

tests/dbus/contacts-capabilities.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use c++ bool type rather than mixing with gboolean
 They are not always the same size.
 This fixes a compile error on some systems.