Search Criteria
Package Details: finch 2.14.14-5
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pidgin.git (read-only, click to copy) |
|---|---|
| Package Base: | pidgin |
| Description: | ncurses-based messaging client |
| 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 (18)
- libgntAUR (libgnt3-hgAUR)
- libpurpleAUR (libpurple-minimalAUR, pidgin-hgAUR, pidgin-miniAUR, libpurple-privacyAUR, libpurple-gnutlsAUR)
- libx11 (libx11-gitAUR)
- 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)
- libxcrypt (libxcrypt-gitAUR) (make)
- nss (nss-hgAUR) (make)
- python (make)
- tk (tk-fossilAUR) (make)
Required by (2)
- libaxon-bin (optional)
- purple-oicq (optional)
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.