Merge pull request #18290 from Rmys/master

pulseaudio-qt6 ver. bump
This commit is contained in:
Rmys
2026-03-02 22:26:09 +03:00
committed by GitHub
2 changed files with 24 additions and 1 deletions
@@ -0,0 +1,13 @@
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();
}
+11 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Libpulse için Qt bağları</Summary>
<Description>Libpulse için Qt bağları</Description>
<Archive sha1sum="9c5ee758d44fa4f1f80909c89ef058cb554658a8" type="tarxz">https://download.kde.org/stable/pulseaudio-qt/pulseaudio-qt-1.7.0.tar.xz</Archive>
<Archive sha1sum="c83e7606e6576776998a79fb560225581f472603" type="tarxz">https://download.kde.org/stable/pulseaudio-qt/pulseaudio-qt-1.8.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>doxygen</Dependency>
@@ -28,6 +28,9 @@
<Dependency versionFrom="6.8.1">qt6-designer-devel</Dependency>
<Dependency versionFrom="6.8.1">qt6-declarative-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">fix-crash.patch</Patch>
</Patches>
</Source>
<Package>
@@ -58,6 +61,13 @@
</Package>
<History>
<Update release="8">
<Date>2026-03-02</Date>
<Version>1.8.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2025-01-23</Date>
<Version>1.7.0</Version>