blob: 3752c0501c9bfeed5dbf4ef52999eb429950ed24 [file] [log] [blame]
Brad Bishop15ae2502019-06-18 21:44:24 -04001SUMMARY = "Protocol plugin for Office 365/Lync/OCS for Adium, Pidgin, Miranda and Telepathy IM Framework"
2SECTION = "webos/services"
3LICENSE = "GPLv2.0"
4LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
5
Brad Bishopc8f47122019-06-24 09:36:18 -04006DEPENDS = "pidgin gmime intltool-native glib-2.0-native"
Brad Bishop15ae2502019-06-18 21:44:24 -04007
Brad Bishop6a62e0e2019-10-21 08:11:42 -04008inherit autotools gettext pkgconfig
Brad Bishop15ae2502019-06-18 21:44:24 -04009
10SRC_URI = "${SOURCEFORGE_MIRROR}/sipe/pidgin-sipe-${PV}.tar.xz \
Brad Bishop87b3cb82019-11-15 16:35:37 -050011 file://0001-sipe-consider-64bit-time_t-when-printing.patch \
Brad Bishop23eaf032019-11-20 05:15:02 -050012 file://0001-Align-structs-casts-with-time_t-elements-to-8byte-bo.patch \
Andrew Geissler72956ed2021-01-08 16:11:14 -060013 file://0001-configure-Do-not-add-native-paths-to-pkgconfig-searc.patch \
Andrew Geisslere34f8962021-04-15 15:53:51 -050014 file://0001-Migrate-to-use-g_memdup2.patch \
Brad Bishop15ae2502019-06-18 21:44:24 -040015"
16
Brad Bishop6a62e0e2019-10-21 08:11:42 -040017SRC_URI[md5sum] = "0e742f021dc8c3f17435aea05c3e0314"
18SRC_URI[sha256sum] = "738b121b11f2b3f1744150c00cb381222eb6cf67161a7742797eb4f03e64a2ba"
Brad Bishop15ae2502019-06-18 21:44:24 -040019
20PACKAGECONFIG ??= "nss krb5"
21PACKAGECONFIG[nss] = "--enable-nss=yes,--enable-nss=no,nss"
22PACKAGECONFIG[openssl] = "--enable-openssl=yes,--enable-openssl=no,openssl"
23PACKAGECONFIG[krb5] = "--with-krb5=yes,--with-krb5=no,krb5"
24#PACKAGECONFIG[voice_and_video] = "--with-vv=yes,--with-vv=no,libnice gstreamer"
Brad Bishopc8f47122019-06-24 09:36:18 -040025PACKAGECONFIG[telepathy] = "--enable-telepathy=yes,--enable-telepathy=no,telepathy-glib"
Brad Bishop15ae2502019-06-18 21:44:24 -040026#PACKAGECONFIG[gssapi_only] = "--enable-gssapi-only=yes,--enable-gssapi-only=no,krb5"
27PACKAGECONFIG[debug] = "--enable-debug=yes,--enable-debug=no,valgrind"
28
Patrick Williams213cb262021-08-07 19:21:33 -050029FILES:${PN}-dev += " \
Brad Bishop15ae2502019-06-18 21:44:24 -040030 ${libdir}/purple-2/*.la \
31"
32
Patrick Williams213cb262021-08-07 19:21:33 -050033FILES:${PN} += " \
Brad Bishop15ae2502019-06-18 21:44:24 -040034 ${libdir}/purple-2/libsipe.so \
35 ${datadir}/appdata \
36 ${datadir}/metainfo \
37"