Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 1 | SUMMARY = "Protocol plugin for Office 365/Lync/OCS for Adium, Pidgin, Miranda and Telepathy IM Framework" |
| 2 | SECTION = "webos/services" |
| 3 | LICENSE = "GPLv2.0" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 5 | |
Brad Bishop | c8f4712 | 2019-06-24 09:36:18 -0400 | [diff] [blame] | 6 | DEPENDS = "pidgin gmime intltool-native glib-2.0-native" |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 7 | |
Brad Bishop | 6a62e0e | 2019-10-21 08:11:42 -0400 | [diff] [blame] | 8 | inherit autotools gettext pkgconfig |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 9 | |
| 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/sipe/pidgin-sipe-${PV}.tar.xz \ |
Brad Bishop | 87b3cb8 | 2019-11-15 16:35:37 -0500 | [diff] [blame] | 11 | file://0001-sipe-consider-64bit-time_t-when-printing.patch \ |
Brad Bishop | 23eaf03 | 2019-11-20 05:15:02 -0500 | [diff] [blame] | 12 | file://0001-Align-structs-casts-with-time_t-elements-to-8byte-bo.patch \ |
Andrew Geissler | 72956ed | 2021-01-08 16:11:14 -0600 | [diff] [blame] | 13 | file://0001-configure-Do-not-add-native-paths-to-pkgconfig-searc.patch \ |
Andrew Geissler | e34f896 | 2021-04-15 15:53:51 -0500 | [diff] [blame^] | 14 | file://0001-Migrate-to-use-g_memdup2.patch \ |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 15 | " |
| 16 | |
Brad Bishop | 6a62e0e | 2019-10-21 08:11:42 -0400 | [diff] [blame] | 17 | SRC_URI[md5sum] = "0e742f021dc8c3f17435aea05c3e0314" |
| 18 | SRC_URI[sha256sum] = "738b121b11f2b3f1744150c00cb381222eb6cf67161a7742797eb4f03e64a2ba" |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 19 | |
| 20 | PACKAGECONFIG ??= "nss krb5" |
| 21 | PACKAGECONFIG[nss] = "--enable-nss=yes,--enable-nss=no,nss" |
| 22 | PACKAGECONFIG[openssl] = "--enable-openssl=yes,--enable-openssl=no,openssl" |
| 23 | PACKAGECONFIG[krb5] = "--with-krb5=yes,--with-krb5=no,krb5" |
| 24 | #PACKAGECONFIG[voice_and_video] = "--with-vv=yes,--with-vv=no,libnice gstreamer" |
Brad Bishop | c8f4712 | 2019-06-24 09:36:18 -0400 | [diff] [blame] | 25 | PACKAGECONFIG[telepathy] = "--enable-telepathy=yes,--enable-telepathy=no,telepathy-glib" |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 26 | #PACKAGECONFIG[gssapi_only] = "--enable-gssapi-only=yes,--enable-gssapi-only=no,krb5" |
| 27 | PACKAGECONFIG[debug] = "--enable-debug=yes,--enable-debug=no,valgrind" |
| 28 | |
| 29 | FILES_${PN}-dev += " \ |
| 30 | ${libdir}/purple-2/*.la \ |
| 31 | " |
| 32 | |
| 33 | FILES_${PN} += " \ |
| 34 | ${libdir}/purple-2/libsipe.so \ |
| 35 | ${datadir}/appdata \ |
| 36 | ${datadir}/metainfo \ |
| 37 | " |