Search Criteria
Package Details: libpurple 2.14.14-5
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pidgin.git (read-only, click to copy) |
|---|---|
| Package Base: | pidgin |
| Description: | IM library extracted from Pidgin |
| Upstream URL: | https://pidgin.im/ |
| Licenses: | GPL |
| Submitter: | arojas |
| Maintainer: | andreas_baumann |
| Last Packager: | andreas_baumann |
| Votes: | 2 |
| Popularity: | 1.07 |
| First Submitted: | 2026-04-07 17:27 (UTC) |
| Last Updated: | 2026-05-15 19:44 (UTC) |
Dependencies (28)
- dbus-glib
- farstream
- libgaduAUR
- libidn (libidn-gitAUR)
- libnm (libnm-gitAUR, libnm-clatAUR, libnm-iwdAUR)
- libnsl (libnsl-gitAUR)
- libsasl
- libxcrypt (libxcrypt-gitAUR)
- nss (nss-hgAUR)
- avahi (make)
- ca-certificates (ca-certificates-utils) (make)
- dbus-glib (make)
- farstream (make)
- intltool (make)
- libgaduAUR (make)
- libgntAUR (libgnt3-hgAUR) (make)
- libidn (libidn-gitAUR) (make)
- libnm (libnm-gitAUR, libnm-clatAUR, libnm-iwdAUR) (make)
- libnsl (libnsl-gitAUR) (make)
- libsasl (make)
- Show 8 more dependencies...
Required by (58)
- bitlbee-libpurple
- bitlbee-libpurple-git
- bitlbee-libpurple-unicode-channel
- bot-sentry
- centerim5-git
- finch
- groupme-purple-git
- honpurple-git
- libpurple-carbons
- libpurple-carbons-git
- libpurple-lurch
- libpurple-lurch-git
- libpurple-meanwhile
- libpurple-meanwhile (make)
- libpurple-signald
- libpurple-signald-git
- okcupid-pidgin-git
- pidgin
- pidgin-espeak-git
- pidgin-guifications-deb
- Show 38 more...
Latest Comments
Mr.Tao commented on 2026-05-11 21:22 (UTC)
No problem. You might also be interested in including pidgin-scale-buddy-icons-for-window.patch. ;-) I've just submitted it for review.
andreas_baumann commented on 2026-05-11 17:34 (UTC)
Thanks a lot, applied. :-)
Mr.Tao commented on 2026-05-11 15:04 (UTC) (edited on 2026-05-11 15:04 (UTC) by Mr.Tao)
Proposed fix for GStreamer device-monitor crashes
I think the crashes reported around Pidgin/libpurple + GStreamer device monitoring are caused by a dangling
GstDevicepointer inlibpurple/mediamanager.c.There is already an upstream fix for the main use-after-free issue. I also added a small follow-up cleanup patch to avoid leaking the
GstDevicereferences returned bygst_message_parse_device_added()/gst_message_parse_device_removed().I tested this in the
pidgin-gnutlsAUR package. The two relevant patches are:libpurple-fix-media-manager-gst-device-reference.patchlibpurple-unref-gst-devices-from-messages.patchFor this packagebase, the required change should be:
pkgrelfrom4to5source=()sha256sumsprepare()This fix belongs here rather than in
pidgin-gtkui, because the crash is inlibpurpleand this packagebase buildslibpurple/finch.