# $Id$ PNAME="kopete" PVER="4.14.3" PBUILD="r2" DESCRIPTION="Instant Messaging client for KDE4." # todo: mediastreamer (wlm/googletalk), jsoncpp (googletalk) # # kopete plugins with deps # latex: latex as runtime depend # statistics: sqlite-3 # webpresence: libxml2, libxslt # # kopete protocols with deps # gadu: openssl, libgadu # groupwise: qca-2 # irc: NO DEPS, probably will fail so inform user about it # jabber: libidn, qca-2 # jingle: speex, ortp # meanwhile: meanwhile # msn: libmsn == this is wlm plugin, we disable msn one # telepathy: net-libs/decibel # webcam support: libv4l # # disabled kopete protocols # irc: NO DEPS # DEPEND="== kde-base/kdelibs-${PVER} == kde-base/kdebase-runtime-${PVER} == kde-base/kdepimlibs-${PVER} >= virtual/phonon >= kde-base/qimageblitz-0.0.6 >= app-crypt/qca-2 >= app-crypt/qca-ossl-2 >= dev-libs/glib2-2.44 >= dev-libs/libxml2-2.9 >= dev-libs/libxslt-1.1.26 >= media-libs/giflib-5 >= media-libs/libjasper-1.900 >= media-libs/libjpeg-8 >= media-libs/libv4l-1 >= media-libs/speex-1.1 >= net-dns/libidn-1.30 >= net-libs/libgadu-1.12 >= net-libs/libmsn-4.2 >= net-libs/libotr-4.1 >= net-libs/meanwhile-1 >= net-libs/ortp-0.24 >= sys-libs/zlib-1.2 >= x11-libs/libXft-2.3 >= x11-libs/libXpm-3.5 >= x11-libs/libXScrnSaver-1 >= dev-db/sqlite-3.8" SDEPEND=">= dev-libs/boost-1.57" sminclude kde4 kde4_add_nepomuk_depend "DEPEND" ">= dev-libs/soprano-2.9" src_compile() { cd ${SRCDIR} kde4_configure \ $(cmake_with Expat) \ $(cmake_with IDN) \ $(cmake_with GIF) \ $(cmake_with Libgadu) \ $(cmake_with LibMeanwhile) \ $(cmake_with LibOTR) \ $(cmake_with Libmsn) \ $(cmake_with LibXml2) \ $(cmake_with LibXslt) \ $(cmake_with LiboRTP) \ $(cmake_with SRTP) \ $(cmake_with QCA2) \ $(cmake_with SSL) \ $(cmake_with Sqlite) \ $(cmake_without Xmms) \ $(cmake_without GOOGLETALK) \ $(cmake_without JsonCpp) \ $(cmake_without Mediastreamer) \ \ $(cmake_with addbookmarks) \ $(cmake_with autoreplace) \ $(cmake_with bonjour) \ $(cmake_with contactnotes) \ $(cmake_with gadu) \ $(cmake_with groupwise) \ $(cmake_with highlight) \ $(cmake_with history) \ $(cmake_with history2) \ $(cmake_with jabber) \ $(cmake_with latex) \ $(cmake_with meanwhile) \ $(cmake_with nowlistening) \ $(cmake_with oscar) \ $(cmake_with otr) \ $(cmake_with privacy) \ $(cmake_with pipes) \ $(cmake_with qq) \ $(cmake_with skype) \ $(cmake_with sms) \ $(cmake_with statistics) \ $(cmake_with testbed) \ $(cmake_with texteffect) \ $(cmake_with translator) \ $(cmake_with urlpicpreview) \ $(cmake_with webpresence) \ $(cmake_with winpopup) \ $(cmake_with wlm) \ $(cmake_with yahoo) \ $(cmake_without irc) \ || die mmake || die }