pidgin-sipe_1.25.0.bb 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  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. DEPENDS = "pidgin gmime intltool-native glib-2.0-native"
  6. inherit autotools gettext pkgconfig
  7. SRC_URI = "${SOURCEFORGE_MIRROR}/sipe/pidgin-sipe-${PV}.tar.xz \
  8. file://0001-sipe-consider-64bit-time_t-when-printing.patch \
  9. file://0001-Align-structs-casts-with-time_t-elements-to-8byte-bo.patch \
  10. file://0001-configure-Do-not-add-native-paths-to-pkgconfig-searc.patch \
  11. "
  12. SRC_URI[md5sum] = "0e742f021dc8c3f17435aea05c3e0314"
  13. SRC_URI[sha256sum] = "738b121b11f2b3f1744150c00cb381222eb6cf67161a7742797eb4f03e64a2ba"
  14. PACKAGECONFIG ??= "nss krb5"
  15. PACKAGECONFIG[nss] = "--enable-nss=yes,--enable-nss=no,nss"
  16. PACKAGECONFIG[openssl] = "--enable-openssl=yes,--enable-openssl=no,openssl"
  17. PACKAGECONFIG[krb5] = "--with-krb5=yes,--with-krb5=no,krb5"
  18. #PACKAGECONFIG[voice_and_video] = "--with-vv=yes,--with-vv=no,libnice gstreamer"
  19. PACKAGECONFIG[telepathy] = "--enable-telepathy=yes,--enable-telepathy=no,telepathy-glib"
  20. #PACKAGECONFIG[gssapi_only] = "--enable-gssapi-only=yes,--enable-gssapi-only=no,krb5"
  21. PACKAGECONFIG[debug] = "--enable-debug=yes,--enable-debug=no,valgrind"
  22. FILES_${PN}-dev += " \
  23. ${libdir}/purple-2/*.la \
  24. "
  25. FILES_${PN} += " \
  26. ${libdir}/purple-2/libsipe.so \
  27. ${datadir}/appdata \
  28. ${datadir}/metainfo \
  29. "