mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-28 14:31:23 +00:00
e6c8d720d5
* change version to 1.7.6 * cargo update cpal v0.18.0 #e5d618c6 -> #f938e338 fax v0.2.6 -> v0.2.7 fax_derive - idna_adapter v1.2.1 -> v1.2.2 js-sys v0.3.95 -> v0.3.97 wasm-bindgen v0.2.118 -> v0.2.120 wasm-bindgen-futures v0.4.68 -> v0.4.70 wasm-bindgen-macro v0.2.118 -> v0.2.120 wasm-bindgen-macro-support v0.2.118 -> v0.2.120 wasm-bindgen-shared v0.2.118 -> v0.2.120 web-sys v0.3.95 -> v0.3.97 winnow - zbus v5.14.0 -> v5.15.0 zbus_macros v5.14.0 -> v5.15.0 zbus_names v4.3.1 -> v4.3.2 zvariant v5.10.0 -> v5.10.1 zvariant_derive v5.10.0 -> v5.10.1 zvariant_utils v3.3.0 -> v3.3.1 * deps: update cargo-sources.json
31 lines
1.3 KiB
XML
31 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>ru.arabianq.pwsp</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>MIT</project_license>
|
|
<name>PWSP</name>
|
|
<summary>Play audio files through your microphone using PipeWire</summary>
|
|
<description>
|
|
<p>
|
|
PWSP (PipeWire Soundpad) is a tool that allows you to play audio files through your
|
|
microphone.
|
|
It features both a graphical user interface and a command-line interface.
|
|
</p>
|
|
</description>
|
|
<launchable type="desktop-id">ru.arabianq.pwsp.desktop</launchable>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://raw.githubusercontent.com/arabianq/pipewire-soundpad/master/assets/screenshot.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<url type="homepage">https://pwsp.arabianq.ru</url>
|
|
<url type="bugtracker">https://github.com/arabianq/pipewire-soundpad/issues</url>
|
|
<url type="vcs-browser">https://github.com/arabianq/pipewire-soundpad</url>
|
|
<developer id="ru.arabianq">
|
|
<name>arabian</name>
|
|
</developer>
|
|
<releases>
|
|
<release version="1.7.6" date="2026-04-28" />
|
|
</releases>
|
|
<content_rating type="oars-1.1" />
|
|
</component> |