@@ -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();
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user