Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
pulseaudio-qt
Commits:
dc8ce567 by Antonio Rojas at 2026-03-02T20:42:08+01:00
Drop patch
- - - - -
1 changed file:
- − fix-crash.patch
Changes:
=====================================
fix-crash.patch deleted
=====================================
@@ -1,13 +0,0 @@
-diff --git a/src/device_p.h b/src/device_p.h
-index bbc39bc..1c6cdab 100644
---- a/src/device_p.h
-+++ b/src/device_p.h
-@@ -119,7 +119,7 @@ public:
- }
- }
- if (m_activePortIndex == static_cast<quint32>(-1)) {
-- qCWarning(PULSEAUDIOQT) << "Failed to find active port" <<
QString::fromUtf8(info->active_port->name);
-+ qCWarning(PULSEAUDIOQT) << "Failed to find active port";
- for (const auto &port : std::as_const(m_ports)) {
- qCWarning(PULSEAUDIOQT) << "Available port:" << port->name();
- }
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pulseaudio-qt/-/commit/dc8ce567272bd1955fe3b2366e0cc739733a3ed8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pulseaudio-qt/-/commit/dc8ce567272bd1955fe3b2366e0cc739733a3ed8
You're receiving this email because of your account on gitlab.archlinux.org.