Package Details: pidgin-sipe-git 1.25.0.r9.g3db51111-1

Git Clone URL: https://aur.archlinux.org/pidgin-sipe-git.git (read-only, click to copy)
Package Base: pidgin-sipe-git
Description: Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS
Upstream URL: https://sipe.sourceforge.net/
Licenses: GPL2
Conflicts: pidgin-sipe
Provides: pidgin-sipe
Submitter: ogarcia
Maintainer: ogarcia
Last Packager: ogarcia
Votes: 2
Popularity: 0.000000
First Submitted: 2019-09-28 10:19 (UTC)
Last Updated: 2023-11-20 08:45 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

manio commented on 2024-02-03 07:31 (UTC)

Regarding my last entry: I've successfully upgraded: [ALPM] upgraded libxml2 (2.11.5-1 -> 2.12.3-1) And it works without any problem - so it seems the libxml issue was fixed :)

manio commented on 2023-11-21 13:05 (UTC)

Hi Guys, only some info for the reference:

Today I've lost several hours debugging why the sipe-plugin stopped working for me. The pidgin was starting properly, but it was unable to connect to the SfB server, saying something like: Web Ticket Request to <server> failed I was trying to build latest version (with libxml2 patch applied) and also older plugin versions.

Finally I was able to isolate/track the problem to this recent pacman update: [ALPM] upgraded libxml2 (2.11.5-1 -> 2.12.0-1)

So I am currently stick at 2.11, as this is the last version which is currently working (at least for me/on my setup).

ogarcia commented on 2023-11-20 08:45 (UTC)

@ravenexp patch applied, thanks!

ravenexp commented on 2023-11-20 07:18 (UTC)

The following patch is required to build with recent libxml2 versions:

diff --git a/PKGBUILD b/PKGBUILD
index e620f96..4f4e391 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)

 pkgname=pidgin-sipe-git
-pkgver=1.25.0.r3.g9043ff51
+pkgver=1.25.0.r9.g3db51111
 pkgrel=1
 pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
 arch=('x86_64')
@@ -25,7 +25,7 @@ build() {

   ./autogen.sh

-  ./configure --prefix=/usr --disable-telepathy --with-vv
+  ./configure --prefix=/usr --disable-telepathy --disable-quality-check --with-vv

   make
 }

MrVulcan commented on 2023-09-04 14:24 (UTC)

I just tried to install this package and got the following error messages:

error: failed to build 'pidgin-sipe-git-1.25.0.r3.g9043ff51-1': error: packages failed to build: pidgin-sipe-git-1.25.0.r3.g9043ff51-1

If this is the right package to use Pidgin to connect to Skype, could someone please look into this?

Thanks in advance.

eclairevoyant commented on 2023-05-21 01:13 (UTC)

I believe this can be switched to use gmime3 instead of gmime (version 2), due to this bit in configure.ac:

PKG_CHECK_MODULES(GMIME, [gmime-3.0 >= 3.0.0],
    [ac_have_gmime=yes],
    [PKG_CHECK_MODULES(GMIME, [gmime-2.6 >= 2.6.0],
        [ac_have_gmime=yes],
        [ac_have_gmime=no])
    ])

I'd request switching over to gmime3 since it's in the actual repos (unlike gmime) and I eventually want to request gmime's deletion

gray commented on 2022-01-27 08:32 (UTC)

FYI

I had to install

gst-plugins-bad
to make audio calls work