mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-plugins/pidgin-sipe: Version bump
This release fixes compatibility with office 365 by adding support for additional cyphers. Bug: 558782
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
DIST pidgin-sipe-1.18.0.tar.gz 1090904 SHA256 f1388799e3d250fe43643ee8748a6769f67f9c544e3b91fbb25af76b30675efc SHA512 f7d50b26656cd83f13ee24412ca97ab5ffe325c13d32855f9e8c788d5c8a11cb942c12d6888c4992c037320500265441eba9bc8e4eb5c21190eb372abd6b4451 WHIRLPOOL c97693bf54b0dba3f583891714edb63971b2669d1fc0ed41eb94009cfa2b78e37fdee42db325c74f4e4fc76cf29af5fd7cc67b598a3d672623ec1c392561ba86
|
||||
DIST pidgin-sipe-1.19.0.tar.gz 1127851 SHA256 bc144de259e858c57d82ee7ac00a78cc3a0875ab67da6b25be05808ed274c856 SHA512 96fd7f852c7225d2ae71ec4916491c6c4facbddf9f19285334a47b6abbaa80ad7f2aa299fc1b453a7f5782f65b8f56557f5992ba8e3e2c386318d96f1f59824e WHIRLPOOL 90c1069b38e96f6bc2c39957f9c76635f404a3188abb59004fe3a83e177803db06b6c6bcfdef5cf5fb645d901751130b15e619bf2d8fac17fb70660cf2e2ff2c
|
||||
DIST pidgin-sipe-1.19.1.tar.gz 1134961 SHA256 92c8a4611f1594096fac3c5b983df49cb8d1612cab7352799c855fd9dda0454a SHA512 4ac85f5e2ae590677b73ec339051c210173a37c974076d696409c81680e91818d9a3b75a95b4ae556a61ec0246f0cd6fb2a644889bbbb02528d5ea75140efef0 WHIRLPOOL d31044889ae6d9d146e4a9e9bb9fd1ec84ded6597b783cfedb1f1a0478760aeca41fd574bbe8021223957fd6c84cc3082cc2cabdd0da245365573e35697d680f
|
||||
DIST pidgin-sipe-1.20.0.tar.gz 1141962 SHA256 3a6b81f40d7a80d5e467c36b92d550b3c5377b39b67953b576308ce257c2a891 SHA512 f0c9df51d3d16aeca5cf04a2cf68c1b61796a5c97ea444d86995d7034994d3e7fa66b8fa258a1fed765d6b055138b397641316c9b4f43b03b7f152ef5d66ecfd WHIRLPOOL eb100cac4714d4e7b830e7d50ccf034ec036b121a50348ea3148370fb5a54e130edd910ecdb010df1a23ad8b68b41a206c313ea7ee3f2f8bd37deb469853fcf4
|
||||
|
||||
67
x11-plugins/pidgin-sipe/pidgin-sipe-1.20.0.ebuild
Normal file
67
x11-plugins/pidgin-sipe/pidgin-sipe-1.20.0.ebuild
Normal file
@@ -0,0 +1,67 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit autotools eutils
|
||||
|
||||
DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)"
|
||||
HOMEPAGE="http://sipe.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice"
|
||||
|
||||
RDEPEND=">=dev-libs/gmime-2.4.16
|
||||
dev-libs/libxml2
|
||||
openssl? ( dev-libs/openssl:= )
|
||||
!openssl? ( dev-libs/nss )
|
||||
kerberos? ( virtual/krb5 )
|
||||
voice? (
|
||||
>=dev-libs/glib-2.28.0
|
||||
>=net-libs/libnice-0.1.0
|
||||
media-libs/gstreamer:0.10
|
||||
>=net-im/pidgin-2.8.0
|
||||
)
|
||||
!voice? (
|
||||
>=dev-libs/glib-2.12.0:2
|
||||
net-im/pidgin
|
||||
)
|
||||
telepathy? (
|
||||
>=sys-apps/dbus-1.1.0
|
||||
>=dev-libs/dbus-glib-0.61
|
||||
>=dev-libs/glib-2.28:2
|
||||
>=net-libs/telepathy-glib-0.18.0
|
||||
)
|
||||
"
|
||||
|
||||
DEPEND="dev-util/intltool
|
||||
virtual/pkgconfig
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--enable-purple \
|
||||
--disable-quality-check \
|
||||
$(use_enable telepathy) \
|
||||
$(use_enable debug) \
|
||||
$(use_enable ocs2005-message-hack) \
|
||||
$(use_with kerberos krb5) \
|
||||
$(use_with voice vv) \
|
||||
$(use_enable !openssl nss) \
|
||||
$(use_enable openssl)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake install DESTDIR="${D}"
|
||||
dodoc AUTHORS ChangeLog NEWS TODO README
|
||||
}
|
||||
Reference in New Issue
Block a user