~ubuntu-branches/ubuntu/trusty/ktp-text-ui/trusty

« back to all changes in this revision

Viewing changes to filters/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Mark Purcell, Ritesh Raj Sarraf, Diane Trout, Mark Purcell
  • Date: 2013-08-11 11:01:09 UTC
  • mfrom: (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20130811110109-diw18taoxh8mkocf
[ Ritesh Raj Sarraf ]
* [e26f6a8] drop patch 03_no_redundant_glib_calls.diff
* [459ee64] Drop tests, for now, as they are failing

[ Diane Trout ]
* Update watch file as KDE-Telepathy is now in stable release.
* Bump ktp-common-internals version
* Plasma-widget-telpathy-chat was moved to ktp-desktop-applet
* Add telepathy-logger dependency
* Imported Upstream version 0.6.2.1
* Refresh patches
* Bump ktp-common-internal dependency
* Set Uploaders to Diane Trout and Michał Zając
* Update to Standards-Version 3.9.4. No changes needed.
* Add several plugins to kde-telepathy-text-ui.install
* Add description to 02_ktpchat_soversion.diff
* Merge libktpchat0 into ktp-telepathy-text-ui.
* Override lintian warnings about the libktpchat0 library.

[ Mark Purcell ] 
* Imported Upstream version 0.6.3
* Add myself to Uploaders
* Update Build-Depends: libktpcommoninternalsprivate-dev (>= 0.6.3)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
add_subdirectory(bugzilla)
 
2
add_subdirectory(emoticons)
 
3
add_subdirectory(formatting)
 
4
add_subdirectory(images)
 
5
add_subdirectory(searchexpansion)
 
6
add_subdirectory(youtube)
 
7
add_subdirectory(highlight)
 
8
 
 
9
 
 
10
IF (EXISTS "${KDE4_DBUS_INTERFACES_DIR}/org.kde.KSpeech.xml")
 
11
    set (HAS_KTTS TRUE)
 
12
ENDIF (EXISTS "${KDE4_DBUS_INTERFACES_DIR}/org.kde.KSpeech.xml")
 
13
 
 
14
if(HAS_KTTS)
 
15
    add_subdirectory(texttospeech)
 
16
endif(HAS_KTTS)
 
17
 
 
18
macro_log_feature(HAS_KTTS "KTTSD" "KDE Text to Speech Deamon" "" FALSE "" "Needed for optional tts message plugin")